1. 6907ce2 Remove trailing space by Fangrui Song · 7 years ago
  2. 0d00c89 [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  3. 1ac9c98 Modular Codegen: Support homing debug info for types in modular objects by David Blaikie · 8 years ago
  4. e6b7c28 Modular Codegen: Add/use a bit in serialized function definitions to track whether they are the subject of modular codegen by David Blaikie · 8 years ago
  5. 9ffe5a3 Prototype of modules codegen by David Blaikie · 9 years ago
  6. 637d1e6 Roll-back r250822. by Angel Garcia Gomez · 10 years ago
  7. b5250d3 Apply modernize-use-default to clang. by Angel Garcia Gomez · 10 years ago
  8. 835e663 Module Debugging: Emit submodules as nested DW_TAG_modules. by Adrian Prantl · 10 years ago
  9. 6083b08 Refactor ASTSourceDescriptor to not store copies of all strings. (NFC) by Adrian Prantl · 10 years ago
  10. 2d3d6df Rename ASTSourceDescriptor::ModuleName to FullModuleName for clarity. by Adrian Prantl · 10 years ago
  11. c6458d6 Refactor ASTReader::getSourceDescriptor(const Module &) into a constructor by Adrian Prantl · 10 years ago
  12. 3cb1572 function_ref-ize ExternalASTSource::FindExternalLexicalDecl and remove its by Richard Smith · 10 years ago
  13. 15bcf70 Add a function to ExternalASTSource that returns a descriptor that by Adrian Prantl · 10 years ago
  14. c2bb818 [modules] Deserialize CXXCtorInitializer list for a constructor lazily. by Richard Smith · 11 years ago
  15. f5bbe27 Move virtual methods out of line. by Rafael Espindola · 11 years ago
  16. 053f6c6 If a declaration is loaded, and then a module import adds a redeclaration, then by Richard Smith · 11 years ago
  17. 36250ad [C++11] Use 'nullptr'. AST edition. by Craig Topper · 11 years ago
  18. 9ce12e3 Simplify FindExternalVisibleDeclsByName by making it return a bool indicating by Richard Smith · 13 years ago
  19. 2bd0ab2 Implement the all_lookups_iterator for PCH as a follow-up to r153970. This by Nick Lewycky · 13 years ago
  20. a3e59b4 Don't force the complete deserialization of the visible-declarations by Douglas Gregor · 14 years ago
  21. 0e62c1c remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 14 years ago
  22. 3d0adb3 Augment the interface of ExternalASTSource::FindExternalLexicalDecls() by Douglas Gregor · 14 years ago
  23. ed35df1 From Vassil Vassilev: by Axel Naumann · 14 years ago
  24. aa627ba From Vassil Vassilev: by Axel Naumann · 15 years ago