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