Age | Commit message (Expand) | Author | Files | Lines |
2022-10-31 | Revert "[clang] ASTImporter: Fix importing of va_list types and declarations" | Matheus Izvekov | 1 | -0/+6 |
2022-10-31 | [clang] ASTImporter: Fix importing of va_list types and declarations | Matheus Izvekov | 1 | -6/+0 |
2019-07-01 | [ASTImporter] Mark erroneous nodes in shared st | Gabor Marton | 1 | -3/+3 |
2019-05-15 | [ASTImporter] Use llvm::Expected and Error in the importer API | Gabor Marton | 1 | -1/+1 |
2019-04-08 | Changed every use of ASTImporter::Import to Import_New | Balazs Keri | 1 | -3/+5 |
2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 1 | -4/+3 |
2018-12-17 | [ASTImporter] Add importer specific lookup | Gabor Marton | 1 | -5/+6 |
2018-07-30 | Remove trailing space | Fangrui Song | 1 | -5/+5 |
2018-04-10 | Revert r329684 (and follow-ups 329693, 329714). See discussion on https://rev... | Nico Weber | 1 | -4/+1 |
2018-04-10 | -ftime-report switch support in Clang. | Andrew V. Tischenko | 1 | -1/+4 |
2018-04-06 | Fix typos in clang | Alexander Kornienko | 1 | -1/+1 |
2017-06-29 | Teach ASTReader how to read only the Preprocessor state from an AST file, not... | Richard Smith | 1 | -3/+3 |
2017-06-09 | Remove 'Filename' parameter from BeginSourceFileAction. | Richard Smith | 1 | -3/+2 |
2016-02-07 | [Frontend] Make the memory management of FrontendAction pointers explicit by ... | Argyrios Kyrtzidis | 1 | -3/+2 |
2015-08-18 | Initialize the AST consumer as soon as we have both an ASTConsumer and an | Richard Smith | 1 | -1/+0 |
2015-07-17 | Make the clang module container format selectable from the command line. | Adrian Prantl | 1 | -1/+1 |
2015-06-20 | Introduce a PCHContainerOperations interface (NFC). | Adrian Prantl | 1 | -2/+4 |
2015-04-28 | Implemented support for testing the ASTImporter's | Sean Callanan | 1 | -1/+7 |
2014-08-10 | Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325) | David Blaikie | 1 | -2/+2 |
2014-08-10 | std::unique_ptr-ify the result of ASTUnit::LoadFromASTFile | David Blaikie | 1 | -4/+2 |
2014-07-17 | Revert "unique_ptr-ify ownership of ASTConsumers" | David Blaikie | 1 | -2/+2 |
2014-07-17 | unique_ptr-ify ownership of ASTConsumers | David Blaikie | 1 | -2/+2 |
2014-03-07 | [C++11] Replacing DeclBase iterators decls_begin() and decls_end() with itera... | Aaron Ballman | 1 | -5/+3 |
2013-05-03 | When building a module, forward diagnostics to the outer diagnostic consumer. | Douglas Gregor | 1 | -3/+4 |
2012-12-04 | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 1 | -2/+2 |
2012-10-23 | Make DiagnosticOptions intrusively reference-counted, and make sure | Douglas Gregor | 1 | -2/+3 |
2012-03-11 | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 1 | -1/+1 |
2012-02-20 | Basic: import IntrusiveRefCntPtr<> into clang namespace | Dylan Noblesmith | 1 | -2/+2 |
2012-02-04 | Use variable in place of multiple CI.getFrontendOpts() calls and use a bit | Argyrios Kyrtzidis | 1 | -2/+2 |
2012-01-20 | Extract the (InputKind, std::string) pair used to describe inputs to | Douglas Gregor | 1 | -2/+1 |
2011-09-25 | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie | 1 | -2/+2 |
2011-08-25 | Introduce a -cc1 option "-emit-module", that creates a binary module | Douglas Gregor | 1 | -2/+2 |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 1 | -2/+2 |
2011-01-18 | Introduce the notion of a "minimal" import of ASTs, to better support LLDB. | Douglas Gregor | 1 | -1/+2 |
2010-11-23 | now the FileManager has a FileSystemOpts ivar, stop threading | Chris Lattner | 1 | -3/+1 |
2010-11-18 | Since multiple diagnostics can share one diagnostic client, have the client k... | Argyrios Kyrtzidis | 1 | -9/+0 |
2010-11-18 | Refactoring of Diagnostic class. | Argyrios Kyrtzidis | 1 | -9/+15 |
2010-11-03 | Implement -working-directory. | Argyrios Kyrtzidis | 1 | -2/+5 |
2010-08-18 | More PCH -> AST renaming. | Sebastian Redl | 1 | -2/+2 |
2010-08-13 | Teach ASTUnit to hold on to the Sema object and ASTConsumer that are | Douglas Gregor | 1 | -0/+6 |
2010-06-07 | FrontendAction: Track active file kind. | Daniel Dunbar | 1 | -1/+2 |
2010-06-07 | Frontend: Rename hasASTSupport to hasASTFileSupport, which is more accurate. | Daniel Dunbar | 1 | -2/+2 |
2010-04-05 | Make Diagnostic reference-counted, which is simpler than juggling | Douglas Gregor | 1 | -3/+3 |
2010-04-05 | Clarify the ownership semantics of the Diagnostic object used by | Douglas Gregor | 1 | -1/+2 |
2010-02-16 | ASTUnit: Constant fold UseBumpAllocator to true, we don't care to support thi... | Daniel Dunbar | 1 | -1/+1 |
2010-02-16 | Don't import __va_list_tag or __builtin_va_list when merging | Douglas Gregor | 1 | -0/+6 |
2010-02-15 | Tell ASTMerge to merge every declaration it sees, rather than cherry-picking ... | Douglas Gregor | 1 | -15/+1 |
2010-02-11 | When AST merging for record declarations fails, warn about the | Douglas Gregor | 1 | -9/+4 |
2010-02-10 | Implement basic support for merging function declarations across | Douglas Gregor | 1 | -3/+10 |
2010-02-10 | Teach AST merging that variables with incomplete array types can be | Douglas Gregor | 1 | -2/+4 |