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