1. 56c0e28 Modules: Simplify the ModuleFile constructor; likely NFC by Duncan P. N. Exon Smith · 9 years ago
  2. 9670f84 [NFC] Header cleanup by Mehdi Amini · 9 years ago
  3. 645d2cf [modules] Remove CXX_BASE_SPECIFIERS_OFFSETS table. Instead of storing an ID of by Richard Smith · 9 years ago
  4. aa165cf [modules] Remove CXX_CTOR_INITIALIZERS_OFFSETS table. Instead of storing an ID by Richard Smith · 9 years ago
  5. cdae941 Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment. by Yaron Keren · 10 years ago
  6. d88a7f1 Re-commit r246497 (and dependent changes r246524 and r246521), reverted in by Richard Smith · 10 years ago
  7. 6a4a210 Reverting r246497 (which requires also reverting r246524 and r246521 to avoid merge conflicts). It broke the build on MSVC 2015. It also broke an MSVC 2013 bot with testing issues. by Aaron Ballman · 10 years ago
  8. 9ce2b45 [modules] Rework serialized DeclContext lookup table management. Instead of by Richard Smith · 10 years ago
  9. d61d4ac [modules] Further simplification and speedup of redeclaration chain loading. by Richard Smith · 10 years ago
  10. c2bb818 [modules] Deserialize CXXCtorInitializer list for a constructor lazily. by Richard Smith · 11 years ago
  11. 487ea14 Add a "signature" to AST files to verify that they haven't changed by Ben Langmuir · 11 years ago
  12. a13603a [C++11] Use 'nullptr'. Serialization edition. by Craig Topper · 11 years ago
  13. 52e3fba Revert C++11ification in r203534 and r203536. Apparently our toolchains aren't by Richard Smith · 12 years ago
  14. d917479 If a visibility update record is found for a DeclContext after that Decl has by Richard Smith · 12 years ago
  15. 61a3896 [PCH] We don't need to instantiate HeaderFileInfoTrait in ASTReader more than once. by Argyrios Kyrtzidis · 13 years ago
  16. 3a02247 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 13 years ago
  17. d7c16b2 [PCH] Remove the stat cache from the PCH file. by Argyrios Kyrtzidis · 13 years ago
  18. 72be390 Move the set of files to be validated in an AST file into the control by Douglas Gregor · 13 years ago
  19. cb28f9d Rework the (de-)serialization of macros, as stored in by Douglas Gregor · 13 years ago
  20. aedf714 Set the file entry for a Module* that was created during deserialization by Argyrios Kyrtzidis · 13 years ago
  21. 10e7846 [libclang] When indexing an AST file, only deserialize the file level by Argyrios Kyrtzidis · 13 years ago
  22. 89f0b2d Use forward declarations for ASTDeclContextNameLookupTable and add a missing delete. by Benjamin Kramer · 13 years ago
  23. 404cdde Reimplement (de-)serialization of Objective-C categories to eliminate by Douglas Gregor · 14 years ago
  24. 4fc9f3e Optimize unqualified/global name lookup in modules by introducing a by Douglas Gregor · 14 years ago
  25. 358cd44 Completely re-implement (de-)serialization of redeclaration by Douglas Gregor · 14 years ago
  26. c2c47f9 Initialize member that ends up in PCH files. by Benjamin Kramer · 14 years ago
  27. 05f1035 Completely re-implement (de-)serialization of declaration by Douglas Gregor · 14 years ago
  28. 253eefe Switch the ID numbers used for submodule IDs in the AST reader over to by Douglas Gregor · 14 years ago
  29. de3ef50 Promote ModuleMap::Module to a namespace-scope class in the Basic by Douglas Gregor · 14 years ago
  30. 5fc727a [PCH] Keep track of file-level declarations that are contained by files. by Argyrios Kyrtzidis · 14 years ago
  31. 03c40c5 [PCH] Overhaul how preprocessed entities are [de]serialized. by Argyrios Kyrtzidis · 14 years ago
  32. d44252e Factor the Module and ModuleManager classes out into separate headers by Douglas Gregor · 14 years ago