Historique des commits

Auteur SHA1 Message Date
  Gabor Marton 91dc12c934 [ASTImporter] Mark erroneous nodes in shared st il y a 6 ans
  Gabor Marton b211b92b88 [ASTImporter] Use llvm::Expected and Error in the importer API il y a 6 ans
  Balazs Keri 36e125b91f Changed every use of ASTImporter::Import to Import_New il y a 6 ans
  Chandler Carruth 324f918438 Update the file headers across all of the LLVM projects in the monorepo il y a 6 ans
  Gabor Marton 564948e9bf [ASTImporter] Add importer specific lookup il y a 6 ans
  Fangrui Song abdbb605f2 Remove trailing space il y a 7 ans
  Nico Weber dd0c68e17f Revert r329684 (and follow-ups 329693, 329714). See discussion on https://reviews.llvm.org/D43578. il y a 7 ans
  Andrew V. Tischenko d3f7881f4d -ftime-report switch support in Clang. il y a 7 ans
  Alexander Kornienko b8b9458165 Fix typos in clang il y a 7 ans
  Richard Smith 9f28442d72 Teach ASTReader how to read only the Preprocessor state from an AST file, not the ASTContext state. il y a 8 ans
  Richard Smith 772553c418 Remove 'Filename' parameter from BeginSourceFileAction. il y a 8 ans
  Argyrios Kyrtzidis d8dbff6413 [Frontend] Make the memory management of FrontendAction pointers explicit by using unique_ptr. il y a 9 ans
  Richard Smith 7537674b90 Initialize the AST consumer as soon as we have both an ASTConsumer and an il y a 10 ans
  Adrian Prantl 1e6cac6da0 Make the clang module container format selectable from the command line. il y a 10 ans
  Adrian Prantl 5f4be954a1 Introduce a PCHContainerOperations interface (NFC). il y a 10 ans
  Sean Callanan 11167bf275 Implemented support for testing the ASTImporter's il y a 10 ans
  David Blaikie b53da86048 Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325) il y a 11 ans
  David Blaikie 04a5a7f94b std::unique_ptr-ify the result of ASTUnit::LoadFromASTFile il y a 11 ans
  David Blaikie 80bfbba822 Revert "unique_ptr-ify ownership of ASTConsumers" il y a 11 ans
  David Blaikie 4d15e347a0 unique_ptr-ify ownership of ASTConsumers il y a 11 ans
  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. il y a 11 ans
  Douglas Gregor a4a90cabfa When building a module, forward diagnostics to the outer diagnostic consumer. il y a 12 ans
  Chandler Carruth 55fc873017 Sort all of Clang's files under 'lib', and fix up the broken headers il y a 12 ans
  Douglas Gregor 02c23ebf41 Make DiagnosticOptions intrusively reference-counted, and make sure il y a 13 ans
  David Blaikie 4e4d08403c Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). il y a 13 ans
  Dylan Noblesmith c93dc78896 Basic: import IntrusiveRefCntPtr<> into clang namespace il y a 13 ans
  Argyrios Kyrtzidis b3ca2637a9 Use variable in place of multiple CI.getFrontendOpts() calls and use a bit il y a 13 ans
  Douglas Gregor 1f6b2b5c82 Extract the (InputKind, std::string) pair used to describe inputs to il y a 13 ans
  David Blaikie d6471f7c19 Rename Diagnostic to DiagnosticsEngine as per issue 5397 il y a 14 ans
  Douglas Gregor 467dc88512 Introduce a -cc1 option "-emit-module", that creates a binary module il y a 14 ans