aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-06Validated by nightly-test runs on x86 and x86-64 darwin, including afterJohn McCall
2010-07-06Local variables have no linkage, make invalid Entities.Zhongxing Xu
2010-07-05Generate fewer first class aggregate values for otherChris Lattner
2010-07-05in the "coerce" case, the ABI handling code ends up making theChris Lattner
2010-07-05fix a bug I introduced in r107624Chris Lattner
2010-07-05rearrange some logic, no functionality change.Chris Lattner
2010-07-05fix PR7564 a cast where the bitfield struct init codeChris Lattner
2010-07-05AppendBitField really can never fail, so return its return value. Chris Lattner
2010-07-05Read/write the identifier namespace in PCH for decls that may modify it.Argyrios Kyrtzidis
2010-07-05Read/write some source location for PCH.Argyrios Kyrtzidis
2010-07-05Support sizeof for VLA expressions (sizeof(someVLA)). sizeof(int[n]) still un...Jordy Rose
2010-07-05Refrase comments.Zhongxing Xu
2010-07-05Although in C++ class name has external linkage, usually the definition of the Zhongxing Xu
2010-07-05Make FieldDecl an invalid Entity since it has no linkage.Zhongxing Xu
2010-07-05Indexer: make FieldDecl an internal Entity.Zhongxing Xu
2010-07-05Track extents for VLAs.Jordy Rose
2010-07-04Fix a regression of a previous commit of mine (rdar://8158953).Argyrios Kyrtzidis
2010-07-04Read/write more information of ASTContext for PCH. Overriden methods and inst...Argyrios Kyrtzidis
2010-07-04When adding a visible decl, deserialize the visible decls and add it.Argyrios Kyrtzidis
2010-07-04Don't try to install the __[u]int128_t identifier if it is already installed ...Argyrios Kyrtzidis
2010-07-04Write/read ParmVarDecl's UninstantiatedDefaultArg for PCH.Argyrios Kyrtzidis
2010-07-04Read/write specialization info of static data members for PCH.Argyrios Kyrtzidis
2010-07-04Add TypeLoc traversal to the RecursiveASTVisitor! Because the TypeLocs don'tNick Lewycky
2010-07-04Fix ObjCInterfaceTypeLoc to inherit from ObjCObjectTypeLoc so as to match theNick Lewycky
2010-07-04Add a new symbol type, SymbolExtent, to represent the extents of memory regio...Jordy Rose
2010-07-03Unbreak test on platforms where size_t != unsigned long.Benjamin Kramer
2010-07-03Mark the operator delete associated with a virtual destructor as referenced.John McCall
2010-07-03Mangle Objective-C pointers and block pointers in the Microsoft C++ Mangler.Charles Davis
2010-07-03Provide convenience routines to save and restore the current insertionJohn McCall
2010-07-03Fix mangling of array dimensions in the Microsoft C++ Mangler.Charles Davis
2010-07-03Mangle member pointer types in the Microsoft C++ Mangler.Charles Davis
2010-07-03When setting the anonymous namespace at PCH reading, it may still be initiali...Argyrios Kyrtzidis
2010-07-03Fix mangling of function pointers in the Microsoft C++ Mangler.Charles Davis
2010-07-03Forward -fno-builtin to clang, add .cp as a supportedShantonu Sen
2010-07-03Fix mangling of array parameters for functions in the Microsoft C++ Mangler.Charles Davis
2010-07-03Lazily declare default constructors. We now delay the construction ofDouglas Gregor
2010-07-02Lazily declare implicit copy constructors.Douglas Gregor
2010-07-02Read/write CastExpr's CXXBaseSpecifierArray for PCH.Argyrios Kyrtzidis
2010-07-02Fix broken PCH support for CXXDefaultArgExpr.Argyrios Kyrtzidis
2010-07-02Introduce a new routine, LookupConstructors(), and use it for allDouglas Gregor
2010-07-02Lazily declare copy-assignment operators.Douglas Gregor
2010-07-02Make RecursiveASTVisitor traverse function parameter types in a functionZhanyong Wan
2010-07-02Lazily declare the implicitly-declared destructor in a C++ class.Douglas Gregor
2010-07-02Don't visit implicitly defined functions (default constructors and theCraig Silverstein
2010-07-02Move the "current scope" state from the Parser into Action. ThisDouglas Gregor
2010-07-02By default, warn about commas at the end of an enumerator list in C++/C89.Douglas Gregor
2010-07-02Handle CXXConstructorDecl, CXXDestructorDecl, and CXXConversionDecl for PCH.Argyrios Kyrtzidis
2010-07-02Provide some test cases for C++ PCH.Argyrios Kyrtzidis
2010-07-02Disable Decl::CheckAccessDeclContext() temporarily.Argyrios Kyrtzidis
2010-07-02Fix reading FunctionDecls from PCH.Argyrios Kyrtzidis