aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/ASTMerge.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-10-31Revert "[clang] ASTImporter: Fix importing of va_list types and declarations"Matheus Izvekov1-0/+6
2022-10-31[clang] ASTImporter: Fix importing of va_list types and declarationsMatheus Izvekov1-6/+0
2019-07-01[ASTImporter] Mark erroneous nodes in shared stGabor Marton1-3/+3
2019-05-15[ASTImporter] Use llvm::Expected and Error in the importer APIGabor Marton1-1/+1
2019-04-08Changed every use of ASTImporter::Import to Import_NewBalazs Keri1-3/+5
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-17[ASTImporter] Add importer specific lookupGabor Marton1-5/+6
2018-07-30Remove trailing spaceFangrui Song1-5/+5
2018-04-10Revert r329684 (and follow-ups 329693, 329714). See discussion on https://rev...Nico Weber1-4/+1
2018-04-10-ftime-report switch support in Clang.Andrew V. Tischenko1-1/+4
2018-04-06Fix typos in clangAlexander Kornienko1-1/+1
2017-06-29Teach ASTReader how to read only the Preprocessor state from an AST file, not...Richard Smith1-3/+3
2017-06-09Remove 'Filename' parameter from BeginSourceFileAction.Richard Smith1-3/+2
2016-02-07[Frontend] Make the memory management of FrontendAction pointers explicit by ...Argyrios Kyrtzidis1-3/+2
2015-08-18Initialize the AST consumer as soon as we have both an ASTConsumer and anRichard Smith1-1/+0
2015-07-17Make the clang module container format selectable from the command line.Adrian Prantl1-1/+1
2015-06-20Introduce a PCHContainerOperations interface (NFC).Adrian Prantl1-2/+4
2015-04-28Implemented support for testing the ASTImporter'sSean Callanan1-1/+7
2014-08-10Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie1-2/+2
2014-08-10std::unique_ptr-ify the result of ASTUnit::LoadFromASTFileDavid Blaikie1-4/+2
2014-07-17Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie1-2/+2
2014-07-17unique_ptr-ify ownership of ASTConsumersDavid Blaikie1-2/+2
2014-03-07[C++11] Replacing DeclBase iterators decls_begin() and decls_end() with itera...Aaron Ballman1-5/+3
2013-05-03When building a module, forward diagnostics to the outer diagnostic consumer.Douglas Gregor1-3/+4
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth1-2/+2
2012-10-23Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor1-2/+3
2012-03-11Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie1-1/+1
2012-02-20Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith1-2/+2
2012-02-04Use variable in place of multiple CI.getFrontendOpts() calls and use a bitArgyrios Kyrtzidis1-2/+2
2012-01-20Extract the (InputKind, std::string) pair used to describe inputs toDouglas Gregor1-2/+1
2011-09-25Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie1-2/+2
2011-08-25Introduce a -cc1 option "-emit-module", that creates a binary moduleDouglas Gregor1-2/+2
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner1-2/+2
2011-01-18Introduce the notion of a "minimal" import of ASTs, to better support LLDB.Douglas Gregor1-1/+2
2010-11-23now the FileManager has a FileSystemOpts ivar, stop threadingChris Lattner1-3/+1
2010-11-18Since multiple diagnostics can share one diagnostic client, have the client k...Argyrios Kyrtzidis1-9/+0
2010-11-18Refactoring of Diagnostic class.Argyrios Kyrtzidis1-9/+15
2010-11-03Implement -working-directory.Argyrios Kyrtzidis1-2/+5
2010-08-18More PCH -> AST renaming.Sebastian Redl1-2/+2
2010-08-13Teach ASTUnit to hold on to the Sema object and ASTConsumer that areDouglas Gregor1-0/+6
2010-06-07FrontendAction: Track active file kind.Daniel Dunbar1-1/+2
2010-06-07Frontend: Rename hasASTSupport to hasASTFileSupport, which is more accurate.Daniel Dunbar1-2/+2
2010-04-05Make Diagnostic reference-counted, which is simpler than jugglingDouglas Gregor1-3/+3
2010-04-05Clarify the ownership semantics of the Diagnostic object used byDouglas Gregor1-1/+2
2010-02-16ASTUnit: Constant fold UseBumpAllocator to true, we don't care to support thi...Daniel Dunbar1-1/+1
2010-02-16Don't import __va_list_tag or __builtin_va_list when mergingDouglas Gregor1-0/+6
2010-02-15Tell ASTMerge to merge every declaration it sees, rather than cherry-picking ...Douglas Gregor1-15/+1
2010-02-11When AST merging for record declarations fails, warn about theDouglas Gregor1-9/+4
2010-02-10Implement basic support for merging function declarations acrossDouglas Gregor1-3/+10
2010-02-10Teach AST merging that variables with incomplete array types can beDouglas Gregor1-2/+4