| Age | Commit message (Expand) | Author |
| 2011-07-22 | Switch all of the "isysroot" const char*'s throughout the AST reader | Douglas Gregor |
| 2011-07-22 | Rename ASTReader::PerFileData to serialization::Module, pulling it out | Douglas Gregor |
| 2011-07-22 | Introduce a global bit-offset continuous range map into the ASTReader, | Douglas Gregor |
| 2011-07-22 | Fix an embarrassing bug in relocatable PCH support, where we were | Douglas Gregor |
| 2011-07-22 | In the AST reader, factor out the mapping of local type IDs to global | Douglas Gregor |
| 2011-07-21 | Clean up the rest of the local -> global declaration ID mappings | Douglas Gregor |
| 2011-07-21 | In the ASTReader, factor out the loading of (local) declaration IDs, | Douglas Gregor |
| 2011-07-21 | Cleaning up more of the ID situation in the AST reader. This patch relaxes a... | Jonathan D. Turner |
| 2011-07-21 | Add some debugging output to the AST reader, so we can see the global remappi... | Douglas Gregor |
| 2011-07-21 | In the AST reader, keep track of the total number of source locations | Douglas Gregor |
| 2011-07-21 | Rework the detailed preprocessing record to separate preprocessing | Douglas Gregor |
| 2011-07-20 | Continuing to improve and generalize how IDs are handled in ASTReader. This ... | Jonathan D. Turner |
| 2011-07-20 | Use a ContinuousRangeMap to map from the global macro definition ID in | Douglas Gregor |
| 2011-07-20 | Use a ContinuousRangeMap to map from the global selector ID in the AST | Douglas Gregor |
| 2011-07-20 | Use a ContinuousRangeMap to map from the global identifier ID in the | Douglas Gregor |
| 2011-07-20 | Use a ContinuousRangeMap to map from the global declaration ID in the | Douglas Gregor |
| 2011-07-19 | Revamp the SourceManager to separate the representation of parsed | Douglas Gregor |
| 2011-07-15 | Augment the interface of ExternalASTSource::FindExternalLexicalDecls() | Douglas Gregor |
| 2011-07-15 | Move the Serialization library from 'instantiation' to 'expansion', with | Chandler Carruth |
| 2011-07-15 | Add serialization support for SubstNonTypeTemplateParmExpr. | John McCall |
| 2011-07-14 | StringMap::first() is about to start returning a StringRef, adapt. | Chris Lattner |
| 2011-07-14 | Move the rest of the preprocessor terminology from 'instantiate' and | Chandler Carruth |
| 2011-07-06 | Properly implement the scope restriction on the NRVO for | Douglas Gregor |
| 2011-07-01 | Introduce the notion of instantiation dependence into Clang's AST. A | Douglas Gregor |
| 2011-06-30 | Preserve that a TemplateName was arrived at by substituting | John McCall |
| 2011-06-28 | Add support for C++ namespace-aware typo correction, e.g., correcting | Douglas Gregor |
| 2011-06-21 | Introduce a new AST node describing reference binding to temporaries. | Douglas Gregor |
| 2011-06-21 | Make more use of llvm::StringRef in various APIs. In particular, don't | Jay Foad |
| 2011-06-17 | Objective-C fast enumeration loop variables are not retained in ARC, but | John McCall |
| 2011-06-15 | Automatic Reference Counting. | John McCall |
| 2011-06-14 | Introduce a -cc1-level option to turn off related result type | Douglas Gregor |
| 2011-06-13 | Eliminate the -f[no]objc-infer-related-result-type flags; there's no | Douglas Gregor |
| 2011-06-11 | Implement support for C++11 in-class initialization of non-static data members. | Richard Smith |
| 2011-06-11 | Implement Objective-C Related Result Type semantics. | Douglas Gregor |
| 2011-06-06 | Touchup to comments that weren't quite in sync with code | Jonathan D. Turner |
| 2011-06-04 | Add support for builtin astype: | Tanya Lattner |
| 2011-06-03 | Improvements to abbreviations for PCH which add support for EnumDecl, ObjCIva... | Jonathan D. Turner |
| 2011-06-03 | Test of commit access. | Jonathan D. Turner |
| 2011-06-03 | Introduce additional abbreviations into the AST writer for | Douglas Gregor |
| 2011-06-02 | [PCH] Store the offsets of source location file entries and go through them | Argyrios Kyrtzidis |
| 2011-06-01 | [PCH] Be conservative and check all the files the PCH references to see if | Argyrios Kyrtzidis |
| 2011-05-24 | Implement a new type node, UnaryTransformType, designed to represent a | Sean Hunt |
| 2011-05-13 | When determining whether we can make a declaration into a global | Douglas Gregor |
| 2011-05-12 | Implement defaulting of destructors. | Sean Hunt |
| 2011-05-11 | Implement implicit deletion of default constructors. | Sean Hunt |
| 2011-05-09 | Clean up trivial default constructors now. | Sean Hunt |
| 2011-05-09 | Rename "hasTrivialConstructor" to "hasTrivialDefaultConstructor" and | Sean Hunt |
| 2011-05-06 | Keep track of the file ID corresponding to the original file used to | Douglas Gregor |
| 2011-05-06 | Modify some deleted function methods to better reflect reality: | Sean Hunt |
| 2011-05-06 | Introduce a new libclang parsing flag, | Douglas Gregor |