| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -12/+12 |
| * | [Serialization] Fix some Clang-tidy modernize and Include What You Use warnin... | Eugene Zelenko | 2018-04-11 | 1 | -2/+7 |
| * | Modules: Simplify the ModuleFile constructor; likely NFC | Duncan P. N. Exon Smith | 2017-01-29 | 1 | -22/+0 |
| * | [NFC] Header cleanup | Mehdi Amini | 2016-07-18 | 1 | -1/+0 |
| * | [modules] Remove CXX_BASE_SPECIFIERS_OFFSETS table. Instead of storing an ID of | Richard Smith | 2016-04-14 | 1 | -1/+0 |
| * | [modules] Remove CXX_CTOR_INITIALIZERS_OFFSETS table. Instead of storing an ID | Richard Smith | 2016-04-13 | 1 | -1/+0 |
| * | Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591... | Yaron Keren | 2016-01-29 | 1 | -1/+1 |
| * | Re-commit r246497 (and dependent changes r246524 and r246521), reverted in | Richard Smith | 2015-09-01 | 1 | -7/+0 |
| * | Reverting r246497 (which requires also reverting r246524 and r246521 to avoid... | Aaron Ballman | 2015-09-01 | 1 | -0/+7 |
| * | [modules] Rework serialized DeclContext lookup table management. Instead of | Richard Smith | 2015-08-31 | 1 | -7/+0 |
| * | [modules] Further simplification and speedup of redeclaration chain loading. | Richard Smith | 2015-08-22 | 1 | -1/+0 |
| * | [modules] Deserialize CXXCtorInitializer list for a constructor lazily. | Richard Smith | 2015-03-24 | 1 | -0/+1 |
| * | Add a "signature" to AST files to verify that they haven't changed | Ben Langmuir | 2014-10-23 | 1 | -1/+1 |
| * | [C++11] Use 'nullptr'. Serialization edition. | Craig Topper | 2014-05-22 | 1 | -15/+15 |
| * | Revert C++11ification in r203534 and r203536. Apparently our toolchains aren't | Richard Smith | 2014-03-11 | 1 | -0/+7 |
| * | If a visibility update record is found for a DeclContext after that Decl has | Richard Smith | 2014-03-11 | 1 | -7/+0 |
| * | [PCH] We don't need to instantiate HeaderFileInfoTrait in ASTReader more than... | Argyrios Kyrtzidis | 2013-03-06 | 1 | -1/+1 |
| * | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -2/+2 |
| * | [PCH] Remove the stat cache from the PCH file. | Argyrios Kyrtzidis | 2012-10-31 | 1 | -1/+1 |
| * | Move the set of files to be validated in an AST file into the control | Douglas Gregor | 2012-10-19 | 1 | -1/+1 |
| * | Rework the (de-)serialization of macros, as stored in | Douglas Gregor | 2012-10-09 | 1 | -2/+8 |
| * | Set the file entry for a Module* that was created during deserialization | Argyrios Kyrtzidis | 2012-10-03 | 1 | -1/+2 |
| * | [libclang] When indexing an AST file, only deserialize the file level | Argyrios Kyrtzidis | 2012-10-02 | 1 | -1/+2 |
| * | Use forward declarations for ASTDeclContextNameLookupTable and add a missing ... | Benjamin Kramer | 2012-04-15 | 1 | -2/+1 |
| * | Reimplement (de-)serialization of Objective-C categories to eliminate | Douglas Gregor | 2012-01-27 | 1 | -0/+1 |
| * | Optimize unqualified/global name lookup in modules by introducing a | Douglas Gregor | 2012-01-18 | 1 | -2/+2 |
| * | Completely re-implement (de-)serialization of redeclaration | Douglas Gregor | 2012-01-15 | 1 | -1/+1 |
| * | Initialize member that ends up in PCH files. | Benjamin Kramer | 2011-12-27 | 1 | -1/+1 |
| * | Completely re-implement (de-)serialization of declaration | Douglas Gregor | 2011-12-17 | 1 | -1/+1 |
| * | Switch the ID numbers used for submodule IDs in the AST reader over to | Douglas Gregor | 2011-12-01 | 1 | -2/+6 |
| * | Promote ModuleMap::Module to a namespace-scope class in the Basic | Douglas Gregor | 2011-11-30 | 1 | -3/+3 |
| * | [PCH] Keep track of file-level declarations that are contained by files. | Argyrios Kyrtzidis | 2011-10-28 | 1 | -0/+1 |
| * | [PCH] Overhaul how preprocessed entities are [de]serialized. | Argyrios Kyrtzidis | 2011-09-15 | 1 | -12/+4 |
| * | Factor the Module and ModuleManager classes out into separate headers | Douglas Gregor | 2011-08-25 | 1 | -0/+117 |