- Feb 09, 2010
-
-
Daniel Dunbar authored
IRgen: Add CreateMemTemp, for creating an temporary memory object for a particular type, and flood fill. - CreateMemTemp sets the alignment on the alloca correctly, which fixes a great many places in IRgen where we were doing the wrong thing. - This fixes many many more places than the test case, but my feeling is we need to audit alignment systematically so I'm not inclined to try hard to test the individual fixes in this patch. If this bothers you, patches welcome! PR6240. llvm-svn: 95648
-
Douglas Gregor authored
llvm-svn: 95640
-
John McCall authored
not *any* base up to now has produced a path. Fixes PR 6254. I'll do the access-control part of this patch RSN. llvm-svn: 95638
-
Douglas Gregor authored
types; we don't want to give an expression reference type. Fixes PR6177. llvm-svn: 95635
-
Douglas Gregor authored
specialization does not use any of its template parameters, then recover far more gracefully. Fixes PR6181. llvm-svn: 95629
-
Jakob Stoklund Olesen authored
At the moment the inlinehint attribute is ignored by the Inliner unless you pass a -respect-inlinehint option. This will soon be the default. The inlinehint attribute is set if the inline keyword is explicitly specified on any declaration. llvm-svn: 95623
-
Ted Kremenek authored
llvm-svn: 95621
-
Ted Kremenek authored
llvm-svn: 95618
-
Ted Kremenek authored
llvm-svn: 95617
-
Ted Kremenek authored
llvm-svn: 95615
-
Ted Kremenek authored
llvm-svn: 95612
-
Ted Kremenek authored
llvm-svn: 95611
-
Ted Kremenek authored
llvm-svn: 95610
-
Douglas Gregor authored
non-type template parameter that has reference type, augment the qualifiers of the non-type template argument with those of the referenced type. Fixes PR6250. llvm-svn: 95607
-
Douglas Gregor authored
llvm-svn: 95602
-
John McCall authored
may be some other places that could take advantage of this new information, but I haven't really looked yet. llvm-svn: 95600
-
Douglas Gregor authored
Note that a CXIndex cannot be destroyed until after all of its translation units have been destroyed llvm-svn: 95598
-
- Feb 08, 2010
-
-
Douglas Gregor authored
ObjCObjectPointerType AST node by allocating the list of protocols after the type node itself. No functionality change. llvm-svn: 95597
-
Daniel Dunbar authored
element type always matched the converted LLVM type for ExprType. llvm-svn: 95596
-
Douglas Gregor authored
type (-Wswitch), from Michal! llvm-svn: 95592
-
Ted Kremenek authored
llvm-svn: 95590
-
Ted Kremenek authored
llvm-svn: 95589
-
Douglas Gregor authored
defined by itself, from Enea Zaffanella! llvm-svn: 95586
-
John McCall authored
The standard actually says that such references should have internal linkage, but gcc doesn't do that, so we probably can't get away with it. llvm-svn: 95577
-
Ted Kremenek authored
llvm-svn: 95576
-
Ted Kremenek authored
llvm-svn: 95573
-
Ted Kremenek authored
llvm-svn: 95572
-
Fariborz Jahanian authored
attribute properly and avoid bogus warning. This is an objective-c fix only. objective-c++ follows different code pass and requires separate fix (which will come at a later time). Fixes radar 7214820. llvm-svn: 95571
-
Douglas Gregor authored
the AST importer. This doesn't actually do anything (yet), because we don't have driver logic for merging ASTs. llvm-svn: 95570
-
Ted Kremenek authored
Add a Python script to change what version of Clang is used by Xcode for static analysis (and ONLY static analysis). llvm-svn: 95569
-
Daniel Dunbar authored
llvm-svn: 95563
-
Sebastian Redl authored
llvm-svn: 95562
-
Benjamin Kramer authored
llvm-svn: 95561
-
Sebastian Redl authored
When placing an annotation token over an existing annotation token, make sure that the new token's range extends to the end of the old token. Assert that in AnnotateCachedTokens. Fixes PR6248. llvm-svn: 95555
-
John McCall authored
llvm-svn: 95554
-
Chandler Carruth authored
llvm-svn: 95553
-
Benjamin Kramer authored
llvm-svn: 95552
-
Ted Kremenek authored
llvm-svn: 95547
-
Benjamin Kramer authored
3 files changed, 76 insertions(+), 153 deletions(-) llvm-svn: 95546
-
Ted Kremenek authored
llvm-svn: 95545
-