Commitin historia

Tekijä SHA1 Viesti Päivämäärä
  Nico Weber dd0c68e17f Revert r329684 (and follow-ups 329693, 329714). See discussion on https://reviews.llvm.org/D43578. 7 vuotta sitten
  Andrew V. Tischenko d3f7881f4d -ftime-report switch support in Clang. 7 vuotta sitten
  Alexander Kornienko b8b9458165 Fix typos in clang 7 vuotta sitten
  Richard Smith 9f28442d72 Teach ASTReader how to read only the Preprocessor state from an AST file, not the ASTContext state. 8 vuotta sitten
  Richard Smith 772553c418 Remove 'Filename' parameter from BeginSourceFileAction. 8 vuotta sitten
  Argyrios Kyrtzidis d8dbff6413 [Frontend] Make the memory management of FrontendAction pointers explicit by using unique_ptr. 9 vuotta sitten
  Richard Smith 7537674b90 Initialize the AST consumer as soon as we have both an ASTConsumer and an 10 vuotta sitten
  Adrian Prantl 1e6cac6da0 Make the clang module container format selectable from the command line. 10 vuotta sitten
  Adrian Prantl 5f4be954a1 Introduce a PCHContainerOperations interface (NFC). 10 vuotta sitten
  Sean Callanan 11167bf275 Implemented support for testing the ASTImporter's 10 vuotta sitten
  David Blaikie b53da86048 Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325) 11 vuotta sitten
  David Blaikie 04a5a7f94b std::unique_ptr-ify the result of ASTUnit::LoadFromASTFile 11 vuotta sitten
  David Blaikie 80bfbba822 Revert "unique_ptr-ify ownership of ASTConsumers" 11 vuotta sitten
  David Blaikie 4d15e347a0 unique_ptr-ify ownership of ASTConsumers 11 vuotta sitten
  Aaron Ballman caabaa8e4b [C++11] Replacing DeclBase iterators decls_begin() and decls_end() with iterator_range decls(). The same is true for the noload versions of these APIs. Updating all of the usages of the iterators with range-based for loops. 11 vuotta sitten
  Douglas Gregor a4a90cabfa When building a module, forward diagnostics to the outer diagnostic consumer. 12 vuotta sitten
  Chandler Carruth 55fc873017 Sort all of Clang's files under 'lib', and fix up the broken headers 12 vuotta sitten
  Douglas Gregor 02c23ebf41 Make DiagnosticOptions intrusively reference-counted, and make sure 13 vuotta sitten
  David Blaikie 4e4d08403c Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 13 vuotta sitten
  Dylan Noblesmith c93dc78896 Basic: import IntrusiveRefCntPtr<> into clang namespace 13 vuotta sitten
  Argyrios Kyrtzidis b3ca2637a9 Use variable in place of multiple CI.getFrontendOpts() calls and use a bit 13 vuotta sitten
  Douglas Gregor 1f6b2b5c82 Extract the (InputKind, std::string) pair used to describe inputs to 13 vuotta sitten
  David Blaikie d6471f7c19 Rename Diagnostic to DiagnosticsEngine as per issue 5397 14 vuotta sitten
  Douglas Gregor 467dc88512 Introduce a -cc1 option "-emit-module", that creates a binary module 14 vuotta sitten
  Chris Lattner 5f9e272e63 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 14 vuotta sitten
  Douglas Gregor d8868a634d Introduce the notion of a "minimal" import of ASTs, to better support LLDB. 14 vuotta sitten
  Chris Lattner 39b49bcaad now the FileManager has a FileSystemOpts ivar, stop threading 14 vuotta sitten
  Argyrios Kyrtzidis f2224d89a6 Since multiple diagnostics can share one diagnostic client, have the client keeping track 14 vuotta sitten
  Argyrios Kyrtzidis 33e4e70c8c Refactoring of Diagnostic class. 14 vuotta sitten
  Argyrios Kyrtzidis 389db16c63 Implement -working-directory. 15 vuotta sitten