Age | Commit message (Expand) | Author | Files | Lines |
2020-12-14 | Revert "Lex: Migrate HeaderSearch::LoadedModuleMaps to FileEntryRef" | Nico Weber | 1 | -3/+3 |
2020-12-14 | Lex: Migrate HeaderSearch::LoadedModuleMaps to FileEntryRef | Duncan P. N. Exon Smith | 1 | -3/+3 |
2020-10-20 | clang/Frontend: Use MemoryBufferRef in FrontendInputFile (and remove SourceMa... | Duncan P. N. Exon Smith | 1 | -1/+1 |
2020-10-19 | Lexer: Update the Lexer to use MemoryBufferRef, NFC | Duncan P. N. Exon Smith | 1 | -4/+3 |
2020-10-14 | clang/Frontend: Mostly stop using SourceManager::getBuffer, NFC | Duncan P. N. Exon Smith | 1 | -1/+1 |
2020-08-05 | [clang][nearly-NFC] Remove some superfluous uses of NamedDecl::getNameAsString | Bruno Ricci | 1 | -1/+1 |
2020-06-19 | [NFC] Refactor Registry loops to range for | Nathan James | 1 | -16/+13 |
2020-04-21 | Reapply: Make header inclusion order from umbrella dirs deterministic | Bruno Cardoso Lopes | 1 | -3/+16 |
2020-04-06 | Fix a typo in an assert message; NFC. | BoYao Zhang | 1 | -1/+1 |
2020-03-31 | Forward WrapperFrontendAction::shouldEraseOutputFiles() | Ben Langmuir | 1 | -0/+3 |
2020-02-21 | clang/Modules: Finish renaming CompilerInstance::ModuleManager, NFC. | Volodymyr Sapsai | 1 | -2/+2 |
2020-01-28 | Make llvm::StringRef to std::string conversions explicit. | Benjamin Kramer | 1 | -11/+15 |
2019-11-22 | clang/Modules: Rename CompilerInstance::ModuleManager, NFC | Duncan P. N. Exon Smith | 1 | -4/+4 |
2019-11-15 | Avoid including Builtins.h in Preprocessor.h | Reid Kleckner | 1 | -0/+1 |
2019-08-14 | [Clang] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 1 | -1/+1 |
2019-08-05 | Move LangStandard*, InputKind::Language to Basic | Rainer Orth | 1 | -1/+2 |
2019-08-01 | [clang] Adopt new FileManager error-returning APIs | Harlan Haskins | 1 | -12/+12 |
2019-06-26 | BitStream reader: propagate errors | JF Bastien | 1 | -5/+11 |
2019-03-26 | Basic: Return a reference from FileManager::getVirtualFileSystem, NFC | Duncan P. N. Exon Smith | 1 | -2/+2 |
2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 1 | -4/+3 |
2019-01-17 | [Frontend] Make WrapperFrontendAction call WrappedAction.PrepareToExecuteAction. | Volodymyr Sapsai | 1 | -0/+3 |
2019-01-05 | Let new test from r350340 still pass even after r350451. | Nico Weber | 1 | -4/+4 |
2019-01-05 | Move -add-plugin validation after -load was executed. | Nico Weber | 1 | -0/+18 |
2018-11-17 | Sink BuryPointer from Clang into LLVM for reuse there | David Blaikie | 1 | -2/+3 |
2018-10-30 | NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects) | Erik Pilkington | 1 | -1/+1 |
2018-10-12 | Remove top-level using declaration from header files, as these aliases leak. | Sam McCall | 1 | -1/+1 |
2018-10-10 | Lift VFS from clang to llvm (NFC) | Jonas Devlieghere | 1 | -4/+5 |
2018-09-15 | [modules] Support use of -E on modules built from the command line. | Richard Smith | 1 | -4/+4 |
2018-09-15 | [modules] Frontend support for building a header module from a list of | Richard Smith | 1 | -2/+7 |
2018-09-14 | [VFS] vfs::directory_iterator yields path and file type instead of full Status | Sam McCall | 1 | -7/+7 |
2018-07-30 | Remove trailing space | Fangrui Song | 1 | -4/+4 |
2018-07-19 | [PCH+Modules] Load -fmodule-map-file content before including PCHs | Bruno Cardoso Lopes | 1 | -16/+16 |
2018-05-20 | Print the qualified name when dumping deserialized decls. | Vassil Vassilev | 1 | -2/+4 |
2018-05-17 | [Frontend] Avoid running plugins during code completion parse | Ivan Donchevskii | 1 | -0/+4 |
2018-05-17 | Revert https://reviews.llvm.org/D46050 and https://reviews.llvm.org/D45815 | Ivan Donchevskii | 1 | -10/+6 |
2018-05-16 | [Frontend] Avoid running plugins during code completion parse | Ivan Donchevskii | 1 | -6/+10 |
2018-05-09 | Remove \brief commands from doxygen comments. | Adrian Prantl | 1 | -3/+3 |
2018-04-10 | Revert r329684 (and follow-ups 329693, 329714). See discussion on https://rev... | Nico Weber | 1 | -1/+0 |
2018-04-10 | -ftime-report switch support in Clang. | Andrew V. Tischenko | 1 | -0/+1 |
2018-01-05 | Track shadow modules with a generation counter. | Bruno Cardoso Lopes | 1 | -0/+7 |
2017-09-12 | Use the VFS from the CompilerInvocation by default | Raphael Isemann | 1 | -10/+4 |
2017-09-09 | Fix ownership of the MemoryBuffer in a FrontendInputFile. | Richard Smith | 1 | -4/+5 |
2017-06-29 | Teach ASTReader how to read only the Preprocessor state from an AST file, not... | Richard Smith | 1 | -4/+5 |
2017-06-29 | Track the set of module maps read while building a .pcm file and reload those... | Richard Smith | 1 | -17/+25 |
2017-06-26 | Remove some redundant setup when preprocessing .pcm files. | Richard Smith | 1 | -1/+0 |
2017-06-09 | Remove 'Filename' parameter from BeginSourceFileAction. | Richard Smith | 1 | -6/+5 |
2017-06-06 | Retain header search and preprocessing options from AST file when emitting | Richard Smith | 1 | -0/+3 |
2017-06-05 | Factor out and unify emission of "module is unavailable" diagnostics. | Richard Smith | 1 | -14/+2 |
2017-06-05 | Rather than rejecting attempts to run preprocessor-only actions on AST files, | Richard Smith | 1 | -15/+63 |
2017-06-02 | Support lazy stat'ing of files referenced by module maps. | Richard Smith | 1 | -6/+20 |