1. fc51490 Lift VFS from clang to llvm (NFC) by Jonas Devlieghere · 7 years ago
  2. 96fbe58 Reland '[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective' by Julie Hockett · 7 years ago
  3. b524d5e Revert "[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective" by Julie Hockett · 7 years ago
  4. 36d94ab [clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective by Julie Hockett · 7 years ago
  5. 5d2ed48 Add #pragma clang module build/endbuild pragmas for performing a module build by Richard Smith · 8 years ago
  6. 030d7d6 Reapply "Modules: Cache PCMs in memory and avoid a use-after-free" by Duncan P. N. Exon Smith · 9 years ago
  7. f1966cf Revert "Modules: Cache PCMs in memory and avoid a use-after-free" by Renato Golin · 9 years ago
  8. 079c40e Modules: Cache PCMs in memory and avoid a use-after-free by Duncan P. N. Exon Smith · 9 years ago
  9. 9c28cb3 shared_ptrify (from InclusiveRefCntPtr) HeaderSearchOptions by David Blaikie · 9 years ago
  10. e304168 Move PreprocessorOptions to std::shared_ptr from IntrusiveRefCntPtr by David Blaikie · 9 years ago
  11. 46d311d [VFS] Use VFS instead of virtual files in PPCallbacks test. by Benjamin Kramer · 10 years ago
  12. 4afe504 Fix -Wextra-semi warnings. by Hans Wennborg · 10 years ago
  13. ab9db51 Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). by Alexander Kornienko · 10 years ago
  14. 3d9d929 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  15. a7e2cc6 [modules] Start moving the module visibility information off the Module itself. by Richard Smith · 10 years ago
  16. 34eb207 Use 'override/final' instead of 'virtual' for overridden methods by Alexander Kornienko · 10 years ago
  17. d1127d2 Avoid having "using namespace" for both "clang" and "llvm" namespaces. by Alexey Samsonov · 11 years ago
  18. b8a7053 Unique_ptrify PPCallbacks ownership. by Craig Topper · 11 years ago
  19. 50a5f97 unique_ptrify SourceManager::createFileID by David Blaikie · 11 years ago
  20. d87f8d7 Update for LLVM api change. by Rafael Espindola · 11 years ago
  21. 8075808 Use non-intrusive refcounting for TargetOptions by Alp Toker · 11 years ago
  22. f994cef Track IntrusiveRefCntPtr::get() changes from LLVM r212366 by Alp Toker · 11 years ago
  23. 416fa34 [C++11] Use 'nullptr'. Unittests edition. by Craig Topper · 11 years ago
  24. b671e34 SourceManager: Use setMainFileID() consistently by Alp Toker · 11 years ago
  25. f3ca2698 Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit. by Benjamin Kramer · 11 years ago
  26. 0804343 Eliminate ASTContext's DelayInitialization flag by Alp Toker · 11 years ago
  27. 9663780 Reformat code following Preprocessor constructor updates by Alp Toker · 11 years ago
  28. 1ae02f6 Factor TargetInfo pointer/DelayInitialization bool pair out of Preprocessor ctor by Alp Toker · 11 years ago
  29. 2d94bbb Quick fix for layering that broke shared library build. by John Thompson · 11 years ago
  30. 2255f2c Initial implementation of -modules-earch-all option, for searching for symbols in non-imported modules. by John Thompson · 11 years ago
  31. 5553d0d Sort all the #include lines with LLVM's utils/sort_includes.py which by Chandler Carruth · 12 years ago
  32. 1f76c4e Use the same SourceManager for ModuleMaps and compilations. by Manuel Klimek · 12 years ago
  33. 05747f3 Fix use-after-free in PPCallbacksTest detected by ASan bootstrap bot by Alexey Samsonov · 12 years ago
  34. 1db1da2 Callback support for OpenCL extension pragmas. by Pekka Jaaskelainen · 12 years ago
  35. 552c169 Include Path.h instead of PathV2.h. by Rafael Espindola · 12 years ago
  36. fb91265 <rdar://problem/12368093> Extend module maps with a 'conflict' declaration, and warn when a newly-imported module conflicts with an already-imported module. by Douglas Gregor · 13 years ago
  37. 125df05 For ModuleLoader::makeModuleVisible() also pass the source location where the by Argyrios Kyrtzidis · 13 years ago
  38. ae4feb6 [Lex] Remove DirectoryLookup.UserSpecified, which is unused. by Daniel Dunbar · 13 years ago
  39. e73d2a9 clang/unittests: Fixup corresponding to r172290. by NAKAMURA Takumi · 13 years ago
  40. 320d966 Sort the #include lines for unittests/... by Chandler Carruth · 13 years ago
  41. 8c05893 Fix unit tests for ModuleLoader change in r168961. by Douglas Gregor · 13 years ago
  42. fe40a35 clang/unittests: Fixup corresponding to Doug's r168136. by NAKAMURA Takumi · 13 years ago
  43. f9db130 Escape trigraphs in unittest. by Benjamin Kramer · 13 years ago
  44. 2edbc86 Make the FilenameRange of the InclusionDirective callback more accurate, by Argyrios Kyrtzidis · 13 years ago