- Dec 09, 2010
-
-
Michael J. Spencer authored
llvm-svn: 121378
-
Douglas Gregor authored
"inline", we weren't giving the definition weak linkage because the "inline" bit wasn't propagated. This was a longstanding FIXME that, somehow, hadn't triggered a bug in the wild. Fix this problem by tracking whether any declaration was marked "inline", and clean up the semantics of GNU's "extern inline" semantics calculation based on this change. Fixes <rdar://problem/8740363>. llvm-svn: 121373
-
Francois Pichet authored
llvm-svn: 121363
-
Bob Wilson authored
Radar 8446277c. llvm-svn: 121360
-
Bob Wilson authored
Radar 8446277c. llvm-svn: 121359
-
Argyrios Kyrtzidis authored
llvm-svn: 121352
-
Anders Carlsson authored
llvm-svn: 121341
-
Argyrios Kyrtzidis authored
Before determining the effect the alignment of base struct will have in the aligment of the sub-struct, take into account if the sub-struct is packed and its maximum field alignment. Fixes rdar://8745206 llvm-svn: 121335
-
Ted Kremenek authored
llvm-svn: 121334
-
Devang Patel authored
llvm-svn: 121333
-
Devang Patel authored
llvm-svn: 121326
-
Devang Patel authored
llvm-svn: 121324
-
Douglas Gregor authored
declaration that is a value in ill-formed code. Instead of crashing, treat this as a dependent typename specifier and suggest that the using add "typename" into the using declaration. Fixes <rdar://problem/8740998>. llvm-svn: 121322
-
Ted Kremenek authored
llvm-svn: 121321
-
Ted Kremenek authored
DenseMap-backed hashtable for doing client-side management of CXCursors within a set. llvm-svn: 121318
-
- Dec 08, 2010
-
-
Devang Patel authored
llvm-svn: 121302
-
Bob Wilson authored
Remove the "splat" parameter from the EmitNeonCall function, since it is no longer needed. llvm-svn: 121300
-
Francois Pichet authored
llvm-svn: 121298
-
Douglas Gregor authored
keyword occurs outside of a template" diagnostics under -WC++0x-extensions. llvm-svn: 121290
-
Bob Wilson authored
llvm-svn: 121288
-
-
Bob Wilson authored
llvm-svn: 121277
-
Chandler Carruth authored
sysroot flag to the link command as a joined flag or a separate flag. llvm-svn: 121270
-
Douglas Gregor authored
llvm-svn: 121266
-
Douglas Gregor authored
implementation. llvm-svn: 121263
-
Francois Pichet authored
CIndex's EnqueueVisitor must visit elements backward apparently. llvm-svn: 121247
-
Francois Pichet authored
llvm-svn: 121246
-
Argyrios Kyrtzidis authored
Fixes rdar://8739801. llvm-svn: 121228
-
Chandler Carruth authored
llvm-svn: 121221
-
Bob Wilson authored
llvm-svn: 121214
-
Bob Wilson authored
llvm-svn: 121210
-
- Dec 07, 2010
-
-
John McCall authored
llvm-svn: 121194
-
John McCall authored
the failed compile in PR8751. llvm-svn: 121192
-
Bob Wilson authored
llvm-svn: 121191
-
Bob Wilson authored
llvm-svn: 121189
-
Bob Wilson authored
llvm-svn: 121188
-
Bob Wilson authored
llvm-svn: 121174
-
Douglas Gregor authored
(@synthesize and @dynamic). llvm-svn: 121159
-
Benjamin Kramer authored
llvm-svn: 121143
-
Douglas Gregor authored
llvm-svn: 121139
-