- 54058b5 [ASTImporter] Add importer specific lookup by Gabor Marton · 7 years ago
- 6907ce2 Remove trailing space by Fangrui Song · 7 years ago
- ade321e Revert r329684 (and follow-ups 329693, 329714). See discussion on https://reviews.llvm.org/D43578. by Nico Weber · 7 years ago
- c88deb1 -ftime-report switch support in Clang. by Andrew V. Tischenko · 7 years ago
- 2a8c18d Fix typos in clang by Alexander Kornienko · 7 years ago
- dbafb6c Teach ASTReader how to read only the Preprocessor state from an AST file, not the ASTContext state. by Richard Smith · 8 years ago
- d9259c2 Remove 'Filename' parameter from BeginSourceFileAction. by Richard Smith · 8 years ago
- d35e98f [Frontend] Make the memory management of FrontendAction pointers explicit by using unique_ptr. by Argyrios Kyrtzidis · 10 years ago
- 293534b Initialize the AST consumer as soon as we have both an ASTConsumer and an by Richard Smith · 10 years ago
- fb2398d Make the clang module container format selectable from the command line. by Adrian Prantl · 10 years ago
- bb165fb Introduce a PCHContainerOperations interface (NFC). by Adrian Prantl · 10 years ago
- 61ea057 Implemented support for testing the ASTImporter's by Sean Callanan · 10 years ago
- 6beb6aa Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325) by David Blaikie · 11 years ago
- 6f7382d std::unique_ptr-ify the result of ASTUnit::LoadFromASTFile by David Blaikie · 11 years ago
- 62a56f3 Revert "unique_ptr-ify ownership of ASTConsumers" by David Blaikie · 11 years ago
- a51666a unique_ptr-ify ownership of ASTConsumers by David Blaikie · 11 years ago
- 629afae [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. by Aaron Ballman · 12 years ago
- 6b93096 When building a module, forward diagnostics to the outer diagnostic consumer. by Douglas Gregor · 12 years ago
- 3a02247 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 13 years ago
- 811db4e Make DiagnosticOptions intrusively reference-counted, and make sure by Douglas Gregor · 13 years ago
- bbafb8a Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). by David Blaikie · 14 years ago
- c95d819 Basic: import IntrusiveRefCntPtr<> into clang namespace by Dylan Noblesmith · 14 years ago
- 3d97a9b Use variable in place of multiple CI.getFrontendOpts() calls and use a bit by Argyrios Kyrtzidis · 14 years ago
- 32fbe31 Extract the (InputKind, std::string) pair used to describe inputs to by Douglas Gregor · 14 years ago
- 9c902b5 Rename Diagnostic to DiagnosticsEngine as per issue 5397 by David Blaikie · 14 years ago
- 69f74f8 Introduce a -cc1 option "-emit-module", that creates a binary module by Douglas Gregor · 14 years ago
- 0e62c1c remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 14 years ago
- 0a79167 Introduce the notion of a "minimal" import of ASTs, to better support LLDB. by Douglas Gregor · 15 years ago
- 5159f61 now the FileManager has a FileSystemOpts ivar, stop threading by Chris Lattner · 15 years ago
- c79346a Since multiple diagnostics can share one diagnostic client, have the client keeping track by Argyrios Kyrtzidis · 15 years ago
- d004064 Refactoring of Diagnostic class. by Argyrios Kyrtzidis · 15 years ago
- 71731d6 Implement -working-directory. by Argyrios Kyrtzidis · 15 years ago
- d44cd6a More PCH -> AST renaming. by Sebastian Redl · 15 years ago
- 6fd55e0 Teach ASTUnit to hold on to the Sema object and ASTConsumer that are by Douglas Gregor · 15 years ago
- fcb2e6d FrontendAction: Track active file kind. by Daniel Dunbar · 15 years ago
- fa6214c Frontend: Rename hasASTSupport to hasASTFileSupport, which is more accurate. by Daniel Dunbar · 15 years ago
- 7f95d26 Make Diagnostic reference-counted, which is simpler than juggling by Douglas Gregor · 15 years ago
- d03e823 Clarify the ownership semantics of the Diagnostic object used by by Douglas Gregor · 15 years ago
- 1951192 ASTUnit: Constant fold UseBumpAllocator to true, we don't care to support this as an argument. by Daniel Dunbar · 16 years ago
- 9503c46 Don't import __va_list_tag or __builtin_va_list when merging by Douglas Gregor · 16 years ago
- 522e22d Tell ASTMerge to merge every declaration it sees, rather than cherry-picking those declarations that we know will work. by Douglas Gregor · 16 years ago
- 7eeb597 When AST merging for record declarations fails, warn about the by Douglas Gregor · 16 years ago
- bb7930c Implement basic support for merging function declarations across by Douglas Gregor · 16 years ago
- 2fbe558 Teach AST merging that variables with incomplete array types can be by Douglas Gregor · 16 years ago
- 811663e Implement basic support for importing source locations from one AST by Douglas Gregor · 16 years ago
- 6b2a474 Hook up the diagnostics-argument printer when merging AST files, so by Douglas Gregor · 16 years ago
- 62d311f Introduce a testbed for merging multiple ASTs into a single AST by Douglas Gregor · 16 years ago