1. 8b464f2 [modules] Support use of -E on modules built from the command line. by Richard Smith · 7 years ago
  2. d6509cf [modules] Frontend support for building a header module from a list of by Richard Smith · 7 years ago
  3. 0ae0056 [VFS] vfs::directory_iterator yields path and file type instead of full Status by Sam McCall · 7 years ago
  4. 6907ce2 Remove trailing space by Fangrui Song · 7 years ago
  5. 7315d2d [PCH+Modules] Load -fmodule-map-file content before including PCHs by Bruno Cardoso Lopes · 7 years ago
  6. da31c93 Print the qualified name when dumping deserialized decls. by Vassil Vassilev · 7 years ago
  7. 270ef5b [Frontend] Avoid running plugins during code completion parse by Ivan Donchevskii · 7 years ago
  8. f70d28b Revert https://reviews.llvm.org/D46050 and https://reviews.llvm.org/D45815 by Ivan Donchevskii · 7 years ago
  9. 091069c [Frontend] Avoid running plugins during code completion parse by Ivan Donchevskii · 7 years ago
  10. 9fc8faf Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  11. ade321e Revert r329684 (and follow-ups 329693, 329714). See discussion on https://reviews.llvm.org/D43578. by Nico Weber · 8 years ago
  12. c88deb1 -ftime-report switch support in Clang. by Andrew V. Tischenko · 8 years ago
  13. c192d19 Track shadow modules with a generation counter. by Bruno Cardoso Lopes · 8 years ago
  14. abc3d04 Use the VFS from the CompilerInvocation by default by Raphael Isemann · 8 years ago
  15. 6d9bc27 Fix ownership of the MemoryBuffer in a FrontendInputFile. by Richard Smith · 8 years ago
  16. dbafb6c Teach ASTReader how to read only the Preprocessor state from an AST file, not the ASTContext state. by Richard Smith · 8 years ago
  17. f3f8461 Track the set of module maps read while building a .pcm file and reload those when preprocessing from that .pcm file. by Richard Smith · 8 years ago
  18. b4fd6a6 Remove some redundant setup when preprocessing .pcm files. by Richard Smith · 8 years ago
  19. d9259c2 Remove 'Filename' parameter from BeginSourceFileAction. by Richard Smith · 8 years ago
  20. 1893475 Retain header search and preprocessing options from AST file when emitting by Richard Smith · 8 years ago
  21. 27e5aa0 Factor out and unify emission of "module is unavailable" diagnostics. by Richard Smith · 8 years ago
  22. ab75597 Rather than rejecting attempts to run preprocessor-only actions on AST files, by Richard Smith · 8 years ago
  23. 040e126 Support lazy stat'ing of files referenced by module maps. by Richard Smith · 8 years ago
  24. 8b70610 [modules] When compiling a preprocessed module map, look for headers relative by Richard Smith · 8 years ago
  25. eb00ee0 Give files from #line the characteristics of the current file by Reid Kleckner · 8 years ago
  26. 8128f33 Add support for building modules from preprocessed source. by Richard Smith · 8 years ago
  27. f74d946 Move functionality for handling module maps as inputs from the -emit-module by Richard Smith · 9 years ago
  28. 40c0efa Refactor frontend InputKind to prepare for treating module maps as a distinct kind of input. by Richard Smith · 9 years ago
  29. 06b1af5 Use filename in linemarker when compiling preprocessed source (Revised) by Taewook Oh · 9 years ago
  30. ee12322 Initialize builtins during modular codegen by David Blaikie · 9 years ago
  31. a2c2d94 Enable -dump-deserialized-decls and -error-on-deserialized-decl for modules. by Vassil Vassilev · 9 years ago
  32. ac03b4b Revert "Use filename in linemarker when compiling preprocessed source" by Diana Picus · 9 years ago
  33. ae7e0da Use filename in linemarker when compiling preprocessed source by David Callahan · 9 years ago
  34. 4156546 Move Preprocessor over to std::shared_ptr rather than IntrusiveRefCntPtr by David Blaikie · 9 years ago
  35. b4d56f1 [Frontend] Use vfs for directory iteration while searching PCHs. NFCI by Bruno Cardoso Lopes · 9 years ago
  36. 4d79ec7 Reapply r276973 "Adjust Registry interface to not require plugins to export a registry" by John Brawn · 9 years ago
  37. 2853269 Revert r276973 "Adjust Registry interface to not require plugins to export a registry" by John Brawn · 9 years ago
  38. 778c3c6 Reapply r276856 "Adjust Registry interface to not require plugins to export a registry" by John Brawn · 9 years ago
  39. 3839263 Revert r276856 "Adjust Registry interface to not require plugins to export a registry" by John Brawn · 9 years ago
  40. 63aff61 Adjust Registry interface to not require plugins to export a registry by John Brawn · 9 years ago
  41. 9670f84 [NFC] Header cleanup by Mehdi Amini · 9 years ago
  42. 6c78974 Make it possible for AST plugins to enable themselves by default by John Brawn · 10 years ago
  43. e89a179 [Frontend] Make sure WrapperFrontendAction updates CurrentInput after calling BeginSourceFileAction. by Argyrios Kyrtzidis · 10 years ago
  44. d35e98f [Frontend] Make the memory management of FrontendAction pointers explicit by using unique_ptr. by Argyrios Kyrtzidis · 10 years ago
  45. 637d1e6 Roll-back r250822. by Angel Garcia Gomez · 10 years ago
  46. b5250d3 Apply modernize-use-default to clang. by Angel Garcia Gomez · 10 years ago
  47. 81c7248 Fix crash on invalid if we can't find a suitable PCH file in a specified by Richard Smith · 10 years ago
  48. 6b21ab2 Add a -gmodules option to the driver and a -dwarf-ext-refs to cc1 by Adrian Prantl · 10 years ago
  49. 3938f0c [modules] Stop dropping 'module.timestamp' files into the current directory by Richard Smith · 10 years ago
  50. 02d5d86 Rename the non-coding style conformant functions in namespace Builtins by Eric Christopher · 10 years ago
  51. fb2398d Make the clang module container format selectable from the command line. by Adrian Prantl · 10 years ago
  52. bb165fb Introduce a PCHContainerOperations interface (NFC). by Adrian Prantl · 10 years ago
  53. 4a8212a Reapply "Frontend: Stop leaking when not -disable-free" by Duncan P. N. Exon Smith · 11 years ago
  54. 20f0b01 Revert "Frontend: Stop leaking when not -disable-free" by Duncan P. N. Exon Smith · 11 years ago
  55. fa4de12 Frontend: Stop leaking when not -disable-free by Duncan P. N. Exon Smith · 11 years ago
  56. 66a8186 Rename MacroDefinition -> MacroDefinitionRecord, Preprocessor::MacroDefinition -> MacroDefinition. by Richard Smith · 11 years ago
  57. 34eb207 Use 'override/final' instead of 'virtual' for overridden methods by Alexander Kornienko · 11 years ago
  58. 92e1b62 Remove many superfluous SmallString::str() calls. by Yaron Keren · 11 years ago
  59. bd0b651 [PCH/Modules] Check that the specific module cache path the PCH was built with, is the same as by Argyrios Kyrtzidis · 11 years ago
  60. ac425e9 PR22299: Relocate code for handling -fmodule-map-file= so that we don't try to by Richard Smith · 11 years ago
  61. d4b230b [modules] Load .pcm files specified by -fmodule-file lazily. by Richard Smith · 11 years ago
  62. e842a47 [modules] Initial support for explicitly loading .pcm files. by Richard Smith · 11 years ago
  63. eeccb30 Add support for the static analyzer to synthesize function implementations from external model files. by Ted Kremenek · 11 years ago
  64. 6beb6aa Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325) by David Blaikie · 11 years ago
  65. 6f7382d std::unique_ptr-ify the result of ASTUnit::LoadFromASTFile by David Blaikie · 11 years ago
  66. f62d4e7 unique_ptr-ify FrontendAction::takeCurrentASTUnit by David Blaikie · 11 years ago
  67. 88d99e4 Flip the order the preprocessor and frontendaction are informed of the end of a file. by Benjamin Kramer · 11 years ago
  68. 62a56f3 Revert "unique_ptr-ify ownership of ASTConsumers" by David Blaikie · 11 years ago
  69. a51666a unique_ptr-ify ownership of ASTConsumers by David Blaikie · 11 years ago
  70. ad4c06c Instantiate llvm::Registry<clang::PluginASTAction> in FrontendAction.cpp. by NAKAMURA Takumi · 11 years ago
  71. 9e0523d Move ChainedIncludesSource into the implementation by Alp Toker · 11 years ago
  72. 8a8e554 Include system_error directly. by Rafael Espindola · 11 years ago
  73. c080917 Replace llvm::error_code with std::error_code. by Rafael Espindola · 11 years ago
  74. 49a2790 [C++11] Use 'nullptr'. Frontend edition. by Craig Topper · 11 years ago
  75. 053f6c6 If a declaration is loaded, and then a module import adds a redeclaration, then by Richard Smith · 11 years ago
  76. 824285e Let ASTReader optionally delete its ASTDeserializationListener. by Nico Weber · 11 years ago
  77. 1f29ccf Revert the "don't leak" part of r207065, looks like the bots don't like it :-/ by Nico Weber · 12 years ago
  78. 7de358e Don't leak objects in load-from-ast path unless DisableFree is set. by Nico Weber · 12 years ago
  79. 1ada6265 Bury leaked sema pointer when reading from AST files. by Nico Weber · 12 years ago
  80. 8832c06 Honour -ivfsoverlay in ASTUnit to match clang by Ben Langmuir · 12 years ago
  81. beee15e Allow multiple modules with the same name to coexist in the module cache by Ben Langmuir · 12 years ago
  82. afa7cb3 [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
  83. b898432 Replace OwningPtr with std::unique_ptr. by Ahmed Charles · 12 years ago
  84. 9a16beb Change OwningPtr::take() to OwningPtr::release(). by Ahmed Charles · 12 years ago
  85. e1974dc [Preprocessor] Pass TranslationUnitKind to the preprocessor and if it is TU_Prefix by Argyrios Kyrtzidis · 12 years ago
  86. 1b7ed91 [ASTUnit] Fix use-after-free bug in ASTUnit::getMainBufferWithPrecompiledPreamble(). by Argyrios Kyrtzidis · 12 years ago
  87. 801272a Add a driver option -ivfsoverlay by Ben Langmuir · 12 years ago
  88. c8130a7 Recommit virtual file system by Ben Langmuir · 12 years ago
  89. a32575e Reverting the virtual file system implementation, because it triggers an assertion by Juergen Ributzka · 12 years ago
  90. 090610d3 Initial implementation of virtual file system by Ben Langmuir · 12 years ago
  91. 3d4417c Stat system dependencies when using -verify-pch by Ben Langmuir · 12 years ago
  92. 2cb4a78 Add a CC1 option -verify-pch by Ben Langmuir · 12 years ago
  93. 5553d0d Sort all the #include lines with LLVM's utils/sort_includes.py which by Chandler Carruth · 12 years ago
  94. ce2c726 Bury leaked pointers in a global array to silence a leak detector in --disable-free mode by Kostya Serebryany · 12 years ago
  95. 965f882 Remove a whole lot of unused variables by Alp Toker · 12 years ago
  96. 5150f2f Avoid crashing if a directory has no pch files. by Rafael Espindola · 12 years ago
  97. f0168de [libclang] Allow building a precompiled preamble with compiler errors by Argyrios Kyrtzidis · 12 years ago
  98. 24ec769 [frontend] Make -chain-include work when used with modules. by Argyrios Kyrtzidis · 13 years ago
  99. 6c81141 [Preprocessor] Remove PPMutationListener. by Argyrios Kyrtzidis · 13 years ago
  100. c00f43a [frontend] Initialize the diagnostic client before loading an ast file. by Argyrios Kyrtzidis · 13 years ago