- Nov 11, 2011
-
-
Devang Patel authored
llvm-svn: 144395
-
Devang Patel authored
llvm-svn: 144394
-
Sean Callanan authored
superclass information is imported before validating it. This fixes spurious "incompatible superclasses" errors in LLDB. llvm-svn: 144393
-
Bob Wilson authored
llvm-svn: 144392
-
Ted Kremenek authored
Tweak CXLoadedDiagnosticSetImpl::makeString() to include an extra null character, and change the creation of the FixIT's string to again just rely on this string (instead of duplicating it when calling createCXString). llvm-svn: 144389
-
Dan Bailey authored
llvm-svn: 144388
-
Dan Bailey authored
llvm-svn: 144387
-
Benjamin Kramer authored
llvm-svn: 144386
-
Benjamin Kramer authored
This will break users of the LLVMCreateDisasm API (not that I know of any). They have to call the LLVMInitializeAll* functions from llvm-c/Target.h themselves now. edis' C API in all its horribleness should be unaffected. llvm-svn: 144385
-
Benjamin Kramer authored
llvm-svn: 144384
-
Benjamin Kramer authored
llvm-svn: 144383
-
Richard Smith authored
llvm-svn: 144382
-
-
Craig Topper authored
llvm-svn: 144380
-
NAKAMURA Takumi authored
FixIts might be exposed as C string via clang_getCString(), though the zero terminator is not allocated in CXLoadedDiagnosticSetImpl::makeString. llvm-svn: 144379
-
Richard Smith authored
stack pressure. llvm-svn: 144378
-
Chad Rosier authored
llvm-svn: 144377
-
Chad Rosier authored
rdar://10412592 llvm-svn: 144376
-
Richard Smith authored
please the buildbots. llvm-svn: 144375
-
NAKAMURA Takumi authored
FIXME: For now, " = 0Parse Issueexpected ';' after expression{{XXX}}" would not be matched due to unexpected garbage{{XXX} on some hosts. llvm-svn: 144374
-
Akira Hatanaka authored
type is not i32. MIPS does not have 64-bit integer multiply-add/sub instructions. llvm-svn: 144373
-
Akira Hatanaka authored
llvm-svn: 144372
-
Akira Hatanaka authored
llvm-svn: 144371
-
Akira Hatanaka authored
llvm-svn: 144370
-
Richard Smith authored
reinstates r144273; a combination of r144333's fix for NoOp rvalue-to-lvalue casts and some corresponding changes here resolve the regression which that caused. This patch also adds support for some additional forms of member function call, along with additional testing. llvm-svn: 144369
-
Akira Hatanaka authored
llvm-svn: 144368
-
Akira Hatanaka authored
llvm-svn: 144367
-
Akira Hatanaka authored
VK_Mips_GPOFF_HI/LO. llvm-svn: 144366
-
-
John McCall authored
guarantees alignment up to the ABI alignment of the return type. llvm-svn: 144364
-
John McCall authored
enclosing full-expressions. It is somewhat amazing that this hasn't come up as a problem before. llvm-svn: 144362
-
Eli Friedman authored
llvm-svn: 144361
-
Eric Christopher authored
llvm-svn: 144360
-
Greg Clayton authored
invalid information. This will help us perfect the tables that are emitted by clang. llvm-svn: 144359
-
Eli Friedman authored
llvm-svn: 144358
-
NAKAMURA Takumi authored
include/clang-c/Index.h: Update CINDEX_LINKAGE on 6 decls. Corresponds to libclang.exports in r144343 llvm-svn: 144357
-
Chad Rosier authored
llvm-svn: 144356
-
Eli Friedman authored
Make sure that restrict-qualifying an array actually adds a restrict qualifier. PR11354. (operator bool() is evil!) llvm-svn: 144355
-
Eric Christopher authored
addr DIE when adding to the dwarf accelerator tables. llvm-svn: 144354
-
Greg Clayton authored
llvm-svn: 144353
-