1. 324f918 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 6 years ago
  2. abdbb60 Remove trailing space by Fangrui Song · 7 years ago
  3. 8d7d11c [Serialization] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 7 years ago
  4. 0da88cf Modules: Simplify the ModuleFile constructor; likely NFC by Duncan P. N. Exon Smith · 8 years ago
  5. 2e23251 [NFC] Header cleanup by Mehdi Amini · 9 years ago
  6. e1d7b3b [modules] Remove CXX_BASE_SPECIFIERS_OFFSETS table. Instead of storing an ID of by Richard Smith · 9 years ago
  7. 7341605 [modules] Remove CXX_CTOR_INITIALIZERS_OFFSETS table. Instead of storing an ID by Richard Smith · 9 years ago
  8. dcbc03e Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment. by Yaron Keren · 9 years ago
  9. ad8f870 Re-commit r246497 (and dependent changes r246524 and r246521), reverted in by Richard Smith · 10 years ago
  10. cf5dd9d 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
  11. 6ad9335 [modules] Rework serialized DeclContext lookup table management. Instead of by Richard Smith · 10 years ago
  12. 506abeb [modules] Further simplification and speedup of redeclaration chain loading. by Richard Smith · 10 years ago
  13. 3176691 [modules] Deserialize CXXCtorInitializer list for a constructor lazily. by Richard Smith · 10 years ago
  14. 854931f Add a "signature" to AST files to verify that they haven't changed by Ben Langmuir · 11 years ago
  15. 5017bb6 [C++11] Use 'nullptr'. Serialization edition. by Craig Topper · 11 years ago
  16. e1f0df8 Revert C++11ification in r203534 and r203536. Apparently our toolchains aren't by Richard Smith · 11 years ago
  17. 4e2325b If a visibility update record is found for a DeclContext after that Decl has by Richard Smith · 11 years ago
  18. 36592b1 [PCH] We don't need to instantiate HeaderFileInfoTrait in ASTReader more than once. by Argyrios Kyrtzidis · 12 years ago
  19. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 13 years ago
  20. 4182ed6 [PCH] Remove the stat cache from the PCH file. by Argyrios Kyrtzidis · 13 years ago
  21. 745e6f1 Move the set of files to be validated in an AST file into the control by Douglas Gregor · 13 years ago
  22. a8235d6 Rework the (de-)serialization of macros, as stored in by Douglas Gregor · 13 years ago
  23. d64c26f Set the file entry for a Module* that was created during deserialization by Argyrios Kyrtzidis · 13 years ago
  24. 2093e0b [libclang] When indexing an AST file, only deserialize the file level by Argyrios Kyrtzidis · 13 years ago
  25. b1758c6 Use forward declarations for ASTDeclContextNameLookupTable and add a missing delete. by Benjamin Kramer · 13 years ago
  26. cff9f26 Reimplement (de-)serialization of Objective-C categories to eliminate by Douglas Gregor · 13 years ago
  27. 057df20 Optimize unqualified/global name lookup in modules by introducing a by Douglas Gregor · 13 years ago
  28. 2171bf1 Completely re-implement (de-)serialization of redeclaration by Douglas Gregor · 13 years ago
  29. 4a08268 Initialize member that ends up in PCH files. by Benjamin Kramer · 13 years ago
  30. a1be278 Completely re-implement (de-)serialization of declaration by Douglas Gregor · 14 years ago
  31. 26ced12 Switch the ID numbers used for submodule IDs in the AST reader over to by Douglas Gregor · 14 years ago
  32. 1a4761e Promote ModuleMap::Module to a namespace-scope class in the Basic by Douglas Gregor · 14 years ago
  33. 10f3df5 [PCH] Keep track of file-level declarations that are contained by files. by Argyrios Kyrtzidis · 14 years ago
  34. e24692b [PCH] Overhaul how preprocessed entities are [de]serialized. by Argyrios Kyrtzidis · 14 years ago
  35. 98339b9 Factor the Module and ModuleManager classes out into separate headers by Douglas Gregor · 14 years ago