1. b214cbc Make TargetInfo store an actual DataLayout instead of a string. by James Y Knight · 10 years ago
  2. 4afe504 Fix -Wextra-semi warnings. by Hans Wennborg · 10 years ago
  3. ab9db51 Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). by Alexander Kornienko · 10 years ago
  4. 3d9d929 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  5. 36bd40d Switch PPCallbacks to take the new MacroDefinition instead of MacroDirective*, in order to preserve full information on module macro expansion. by Richard Smith · 10 years ago
  6. a7e2cc6 [modules] Start moving the module visibility information off the Module itself. by Richard Smith · 10 years ago
  7. 34eb207 Use 'override/final' instead of 'virtual' for overridden methods by Alexander Kornienko · 10 years ago
  8. b8a7053 Unique_ptrify PPCallbacks ownership. by Craig Topper · 11 years ago
  9. 50a5f97 unique_ptrify SourceManager::createFileID by David Blaikie · 11 years ago
  10. 49cc318 Overload SourceManager::overrideFileContents so that unconditionally passing ownership is explicitly done using unique_ptr. by David Blaikie · 11 years ago
  11. d87f8d7 Update for LLVM api change. by Rafael Espindola · 11 years ago
  12. 8075808 Use non-intrusive refcounting for TargetOptions by Alp Toker · 11 years ago
  13. 416fa34 [C++11] Use 'nullptr'. Unittests edition. by Craig Topper · 11 years ago
  14. 1d257e1 Remove the last remaining llvm/Config/config.h includes by Alp Toker · 11 years ago
  15. b671e34 SourceManager: Use setMainFileID() consistently by Alp Toker · 11 years ago
  16. 9663780 Reformat code following Preprocessor constructor updates by Alp Toker · 11 years ago
  17. 1ae02f6 Factor TargetInfo pointer/DelayInitialization bool pair out of Preprocessor ctor by Alp Toker · 11 years ago
  18. 2d94bbb Quick fix for layering that broke shared library build. by John Thompson · 11 years ago
  19. 2255f2c Initial implementation of -modules-earch-all option, for searching for symbols in non-imported modules. by John Thompson · 11 years ago
  20. 1f76c4e Use the same SourceManager for ModuleMaps and compilations. by Manuel Klimek · 12 years ago
  21. 37e48ff [Preprocessor] For the MacroExpands preprocessor callback, also pass the MacroArgs object that provides information about by Argyrios Kyrtzidis · 12 years ago
  22. 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
  23. fead64b [preprocessor] Use MacroDirective in the preprocessor callbacks to make available the by Argyrios Kyrtzidis · 13 years ago
  24. 125df05 For ModuleLoader::makeModuleVisible() also pass the source location where the by Argyrios Kyrtzidis · 13 years ago
  25. e73d2a9 clang/unittests: Fixup corresponding to r172290. by NAKAMURA Takumi · 13 years ago
  26. 320d966 Sort the #include lines for unittests/... by Chandler Carruth · 13 years ago
  27. 8c05893 Fix unit tests for ModuleLoader change in r168961. by Douglas Gregor · 13 years ago
  28. fe40a35 clang/unittests: Fixup corresponding to Doug's r168136. by NAKAMURA Takumi · 13 years ago
  29. 1452ff1 Teach the preprocessor to hold onto the preprocessor options. by Douglas Gregor · 13 years ago
  30. 40ba1a0 Update unit tests for HeaderSearch change by Douglas Gregor · 13 years ago
  31. edf8e38 More unit-test fixes by Douglas Gregor · 13 years ago
  32. d8cfd39 Fixup unit tests for DiagnosticOptions change by Douglas Gregor · 13 years ago
  33. 44d6361 Fix the handling of target options in our unit tests. by Douglas Gregor · 13 years ago
  34. 8d63d5b Fix the location of the fixit for -Wnewline-eof. by Jordan Rose · 13 years ago
  35. a956450 [preprocessor] Handle correctly inclusion directives that have macro expansions, e.g by Argyrios Kyrtzidis · 14 years ago
  36. c95d819 Basic: import IntrusiveRefCntPtr<> into clang namespace by Dylan Noblesmith · 14 years ago
  37. f1a13f2 drop more llvm:: prefixes on SmallString<> by Dylan Noblesmith · 14 years ago
  38. 4903802 Move a method from IdentifierTable.h out of line and remove the SmallString include. by Benjamin Kramer · 14 years ago
  39. 8992928 Thread a TargetInfo through to the module map; we'll need it for by Douglas Gregor · 14 years ago
  40. 1154e75 clang/unittests/Basic/SourceManagerTest.cpp: Fixup corresponding to r147387. by NAKAMURA Takumi · 14 years ago
  41. e841c90 Fix bugs in SourceManager::computeMacroArgsCache() and add a unit test for it. by Argyrios Kyrtzidis · 14 years ago
  42. 2403797 For SourceManager::isBeforeInTranslationUnit(), have it consider macro arg expanded by Argyrios Kyrtzidis · 14 years ago