Commit History

Author SHA1 Message Date
  Angel Garcia Gomez d162035b9b Roll-back r250822. 9 years ago
  Angel Garcia Gomez e83bf34da9 Apply modernize-use-default to clang. 9 years ago
  Richard Smith 9361c3109d Fix crash on invalid if we can't find a suitable PCH file in a specified 10 years ago
  Adrian Prantl 7bbf57e36a Add a -gmodules option to the driver and a -dwarf-ext-refs to cc1 10 years ago
  Richard Smith 241bfa20d3 [modules] Stop dropping 'module.timestamp' files into the current directory 10 years ago
  Eric Christopher b70ce903c2 Rename the non-coding style conformant functions in namespace Builtins 10 years ago
  Adrian Prantl 1e6cac6da0 Make the clang module container format selectable from the command line. 10 years ago
  Adrian Prantl 5f4be954a1 Introduce a PCHContainerOperations interface (NFC). 10 years ago
  Duncan P. N. Exon Smith fa5f2ec781 Reapply "Frontend: Stop leaking when not -disable-free" 10 years ago
  Duncan P. N. Exon Smith 8a7e3ae819 Revert "Frontend: Stop leaking when not -disable-free" 10 years ago
  Duncan P. N. Exon Smith 15465fa0f6 Frontend: Stop leaking when not -disable-free 10 years ago
  Richard Smith 0a6028ee41 Rename MacroDefinition -> MacroDefinitionRecord, Preprocessor::MacroDefinition -> MacroDefinition. 10 years ago
  Alexander Kornienko dfa4cf3126 Use 'override/final' instead of 'virtual' for overridden methods 10 years ago
  Yaron Keren 9bd91b686a Remove many superfluous SmallString::str() calls. 10 years ago
  Argyrios Kyrtzidis 699179bb08 [PCH/Modules] Check that the specific module cache path the PCH was built with, is the same as 10 years ago
  Richard Smith c39fc75bc0 PR22299: Relocate code for handling -fmodule-map-file= so that we don't try to 10 years ago
  Richard Smith 489c8c9c1c [modules] Load .pcm files specified by -fmodule-file lazily. 10 years ago
  Richard Smith 732cea5e28 [modules] Initial support for explicitly loading .pcm files. 10 years ago
  Ted Kremenek fdf0d35132 Add support for the static analyzer to synthesize function implementations from external model files. 11 years ago
  David Blaikie b53da86048 Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325) 11 years ago
  David Blaikie 04a5a7f94b std::unique_ptr-ify the result of ASTUnit::LoadFromASTFile 11 years ago
  David Blaikie a588e495a6 unique_ptr-ify FrontendAction::takeCurrentASTUnit 11 years ago
  Benjamin Kramer debb99e851 Flip the order the preprocessor and frontendaction are informed of the end of a file. 11 years ago
  David Blaikie 80bfbba822 Revert "unique_ptr-ify ownership of ASTConsumers" 11 years ago
  David Blaikie 4d15e347a0 unique_ptr-ify ownership of ASTConsumers 11 years ago
  NAKAMURA Takumi a3953a1c0a Instantiate llvm::Registry<clang::PluginASTAction> in FrontendAction.cpp. 11 years ago
  Alp Toker 67d62bc20d Move ChainedIncludesSource into the implementation 11 years ago
  Rafael Espindola e616fa6104 Include system_error directly. 11 years ago
  Rafael Espindola 9986295b4f Replace llvm::error_code with std::error_code. 11 years ago
  Craig Topper d24fb6c947 [C++11] Use 'nullptr'. Frontend edition. 11 years ago