aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-25Check for some code gen. for PR6641 test.Fariborz Jahanian
2010-03-25Preserve type-source information in friend declarations.John McCall
2010-03-25Remove support for nand atomic builtins. They are inconsistently implemented inDaniel Dunbar
2010-03-25Use the new vtable layout code for construction vtables.Anders Carlsson
2010-03-25Use Daniel's trick for XFAIL'd testsDouglas Gregor
2010-03-25PS3 needs __PPC__. Should this be in the PPC target?John Thompson
2010-03-25Add another test for weird substitutions into function types during template ...Douglas Gregor
2010-03-25Improve our handling of local instantiation scopes in two related ways:Douglas Gregor
2010-03-25When -fdump-vtable-layouts is specified, construction vtable initializers wil...Anders Carlsson
2010-03-25add dump() method to CanQual for debugging purposesNuno Lopes
2010-03-25Properly instantiate friend class template declarations and link them intoJohn McCall
2010-03-25Add a utility method.Zhongxing Xu
2010-03-25Revert 99477 since it appears to be breaking the clang-x86_64-darwin10-fntBob Wilson
2010-03-25Fix two bugs in format-string checking:Ted Kremenek
2010-03-25Fix '+=' accumulation error when parsing numeric amounts in a format string.Ted Kremenek
2010-03-25Properly instantiate and link in friend-class-template declarations.John McCall
2010-03-25Add c-index-test support for printing USRs.Ted Kremenek
2010-03-25Require that all Clang-based USRs start with the prefix 'c:' for the "USR spa...Ted Kremenek
2010-03-25Add methods to remove a GDM entry.Zhongxing Xu
2010-03-25More address point map shuffling.Anders Carlsson
2010-03-25Shuffle some code around; this will make it easier to use the new layout code...Anders Carlsson
2010-03-25Kill off two more uses of Sema::CheckReferenceInit in favor of the newDouglas Gregor
2010-03-24Switch static_cast from the old reference-initialization code (viaDouglas Gregor
2010-03-24Check for ret, so that we know we hit the end of the functionDouglas Gregor
2010-03-24When returning from a function that has a reference return type, useDouglas Gregor
2010-03-24Discussing with dgregor we decided that we should not force the emission ofRafael Espindola
2010-03-24Use llvm::SmallString instead of std::string.Ted Kremenek
2010-03-24Improve static analyzer diagnostic concerning the use of 'mktemp'Ted Kremenek
2010-03-24make the vtable tester a little friendlier, with a clean target and without r...Douglas Gregor
2010-03-24When pulling apart an initializer that involves a CXXConstructExpr, doDouglas Gregor
2010-03-24Make sure that we have File IDs for all of the unsaved files before weDouglas Gregor
2010-03-24Allow conversion of qualified Class type to unqualifiedFariborz Jahanian
2010-03-24XFAIL the -nostdinc++ test on Windows; it doesn't look like we even have the ...Douglas Gregor
2010-03-24Control warnings about GNU extensions with -Wgnu, which has a subgroupDouglas Gregor
2010-03-24Implement support for -nostdc++. Fixes PR6446.Douglas Gregor
2010-03-24Improve diagnostics when ivar added to classFariborz Jahanian
2010-03-24Silently drop dependent friend function template specializations,Douglas Gregor
2010-03-24Change two class forward declarations to struct forward declarations, silenci...Douglas Gregor
2010-03-24Code gen for multi-dimensional dynamic allocations.Fariborz Jahanian
2010-03-24More vtable improvements. We now compute and keep track of all vtable related...Anders Carlsson
2010-03-24Walk out of enums when determining effective context.John McCall
2010-03-24Correct that last fixit: if the user wroteJohn McCall
2010-03-24Support friend function specializations.John McCall
2010-03-24When a declaration of a function is missing an exception specificationDouglas Gregor
2010-03-24Use getNamedGlobal instead of getGlobalVariable. (Fixes self-host).Anders Carlsson
2010-03-24Make the license header in smmintrin.h match the other SSE headers.Anders Carlsson
2010-03-24Implement a framework for the delay of arbitrary diagnostics withinJohn McCall
2010-03-24When performing name lookup for the allocation or deallocationDouglas Gregor
2010-03-24More vtable work; preparations for moving over to the new vtable layout code ...Anders Carlsson
2010-03-24Each non-local class instantiation is its own local instantiationDouglas Gregor