- Nov 11, 2011
-
-
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
-
Eli Friedman authored
Get rid of an optimization in SCCP which appears to have many issues. Specifically, it doesn't handle many cases involving undef correctly, and it is missing other checks which lead to it trying to re-mark a value marked as a constant with a different value. It also appears to trigger very rarely. Fixes PR11357. llvm-svn: 144352
-
-
Bill Wendling authored
"saved register" index. <rdar://problem/10430076> llvm-svn: 144350
-
Ted Kremenek authored
[serialized diagnostics]: add test cases for serialized diagnostics, including a test case for no issues, multiple issues, and a single issue. Along the way, tweak c-index-test -read-diagnostics output so it is easier to tell what diagnostics are child diagnostics. llvm-svn: 144349
-
Chad Rosier authored
rdar://10412592 llvm-svn: 144348
-
Douglas Gregor authored
diagnostics in the future. Make it so. llvm-svn: 144347
-
Bill Wendling authored
llvm-svn: 144346
-
Daniel Dunbar authored
- Can be used to generate the substitution values we currently use for the various target related .def files. llvm-svn: 144345
-
Daniel Dunbar authored
LLVMBuild: Add explicit information on whether targets define an assembly printer, assembly parser, or disassembler. llvm-svn: 144344
-
Argyrios Kyrtzidis authored
Cut down the number of callbacks to more generic ones. Clients can check an enum to find out what kind of declaration it is and they can call functions to get more specific information than the generic provided info. llvm-svn: 144343
-