1. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  2. 02c23eb Make DiagnosticOptions intrusively reference-counted, and make sure by Douglas Gregor · 12 years ago
  3. 4e4d084 Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). by David Blaikie · 13 years ago
  4. c93dc78 Basic: import IntrusiveRefCntPtr<> into clang namespace by Dylan Noblesmith · 13 years ago
  5. b3ca263 Use variable in place of multiple CI.getFrontendOpts() calls and use a bit by Argyrios Kyrtzidis · 13 years ago
  6. 1f6b2b5 Extract the (InputKind, std::string) pair used to describe inputs to by Douglas Gregor · 13 years ago
  7. d6471f7 Rename Diagnostic to DiagnosticsEngine as per issue 5397 by David Blaikie · 13 years ago
  8. 467dc88 Introduce a -cc1 option "-emit-module", that creates a binary module by Douglas Gregor · 13 years ago
  9. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  10. d8868a6 Introduce the notion of a "minimal" import of ASTs, to better support LLDB. by Douglas Gregor · 14 years ago
  11. 39b49bc now the FileManager has a FileSystemOpts ivar, stop threading by Chris Lattner · 14 years ago
  12. f2224d8 Since multiple diagnostics can share one diagnostic client, have the client keeping track by Argyrios Kyrtzidis · 14 years ago
  13. 33e4e70 Refactoring of Diagnostic class. by Argyrios Kyrtzidis · 14 years ago
  14. 389db16 Implement -working-directory. by Argyrios Kyrtzidis · 14 years ago
  15. 3c7f413 More PCH -> AST renaming. by Sebastian Redl · 14 years ago
  16. 914ed9d Teach ASTUnit to hold on to the Sema object and ASTConsumer that are by Douglas Gregor · 14 years ago
  17. 685ac66 FrontendAction: Track active file kind. by Daniel Dunbar · 14 years ago
  18. eb58d83 Frontend: Rename hasASTSupport to hasASTFileSupport, which is more accurate. by Daniel Dunbar · 14 years ago
  19. 2801977 Make Diagnostic reference-counted, which is simpler than juggling by Douglas Gregor · 14 years ago
  20. 3687e9d Clarify the ownership semantics of the Diagnostic object used by by Douglas Gregor · 14 years ago
  21. b26d483 ASTUnit: Constant fold UseBumpAllocator to true, we don't care to support this as an argument. by Daniel Dunbar · 15 years ago
  22. 9a94585 Don't import __va_list_tag or __builtin_va_list when merging by Douglas Gregor · 15 years ago
  23. 44703f5 Tell ASTMerge to merge every declaration it sees, rather than cherry-picking those declarations that we know will work. by Douglas Gregor · 15 years ago
  24. 4800d95 When AST merging for record declarations fails, warn about the by Douglas Gregor · 15 years ago
  25. a404ea6 Implement basic support for merging function declarations across by Douglas Gregor · 15 years ago
  26. 0f962a8 Teach AST merging that variables with incomplete array types can be by Douglas Gregor · 15 years ago
  27. 8852373 Implement basic support for importing source locations from one AST by Douglas Gregor · 15 years ago
  28. d343ff6 Hook up the diagnostics-argument printer when merging AST files, so by Douglas Gregor · 15 years ago
  29. 9bed879 Introduce a testbed for merging multiple ASTs into a single AST by Douglas Gregor · 15 years ago