aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend/ASTUnit.h
AgeCommit message (Expand)Author
2011-10-14Allow calling ASTUnit::LoadFromCompilerInvocationAction with a previously cre...Argyrios Kyrtzidis
2011-10-10[libclang] Implement ConcurrencyCheck using a recursive mutex to allow re-ent...Argyrios Kyrtzidis
2011-09-26Don't map a file:line:col triplet that is inside the preamble range toArgyrios Kyrtzidis
2011-09-25Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie
2011-09-19In libclang, when visiting preprocessed entities in a source range, useArgyrios Kyrtzidis
2011-09-19[libclang] When getting a source location from a file:line:col tripletArgyrios Kyrtzidis
2011-09-10Kill of the Decl::PCHLevel field entirely. We now only need to knowDouglas Gregor
2011-09-01Teach ASTContext and Preprocessor to hold on to references to the sameDouglas Gregor
2011-08-26Introduce support for a simple module import declaration, whichDouglas Gregor
2011-08-25Eliminate the -chained-pch flag and all of the frontend and libclang options ...Douglas Gregor
2011-08-25Introduce a -cc1 option "-emit-module", that creates a binary moduleDouglas Gregor
2011-08-17In the AST file format, eliminate the CHAINED_METADATA record. Instead,Douglas Gregor
2011-08-04Add a new libclang API to return a CXCompletionString for an arbitraryDouglas Gregor
2011-07-20add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications.Chris Lattner
2011-07-20now that we have a centralized place to do so, add some using declarations forChris Lattner
2011-07-19Revamp the SourceManager to separate the representation of parsedDouglas Gregor
2011-07-14NestedMacroInstantiations -> NestedMacroExpansionsChandler Carruth
2011-07-06libclang: Allow callers of clang_saveTranslationUnit() to distinguishDouglas Gregor
2011-07-01When we create a precompiled preamble, don't copy theDouglas Gregor
2011-05-06Introduce a new libclang parsing flag,Douglas Gregor
2011-05-03Introduce ASTUnit::LoadFromCompilerInvocationAction that allows one to create...Argyrios Kyrtzidis
2011-03-21Improve crash recovery cleanup to recovery CompilerInstances during crash rec...Ted Kremenek
2011-03-09Introduce '-chain-include' option to specify headers that will be converted t...Argyrios Kyrtzidis
2011-03-08Add 'OverridenFilesKeepOriginalName' field in SourceManager which if true the...Argyrios Kyrtzidis
2011-03-05Currently we can only remap a file by creating a MemoryBuffer and replacing t...Argyrios Kyrtzidis
2011-03-05Introduce OwnsRemappedFileBuffers field in ASTUnit, indicating whether the AS...Argyrios Kyrtzidis
2011-02-16Teach the CXCodeCompleteResults results structure, which storesDouglas Gregor
2011-02-16Improve the invalidation logic for the cache of global codeDouglas Gregor
2011-02-01Create a special allocator class for code completion, so that all ofDouglas Gregor
2011-02-01Allocate CodeCompletionString and all of its components in aDouglas Gregor
2011-01-27Teach ASTUnit to save the specified target features, sinceDouglas Gregor
2011-01-19Don't silently drop warning flags passed in toDouglas Gregor
2010-11-30When using a precompiled preamble with detailed preprocessing records,Douglas Gregor
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-23tidy up. Split FileManager::getBufferForFile intoChris Lattner
2010-11-23Partially revert Doug's PCH validation patch (r98585).Chris Lattner
2010-11-11Improve ASTUnit's capture of diagnostics so that theDouglas Gregor
2010-11-03Implement -working-directory.Argyrios Kyrtzidis
2010-10-28Simplify ASTUnit's internal timers, by not trying to keep a pile ofDouglas Gregor
2010-10-27Introduce libclang-level options for C++ precompiled preambles,Douglas Gregor
2010-10-12When we load an ASTUnit from command-line arguments, hold on to theDouglas Gregor
2010-08-25Teach Sema to live without CodeCompleteConsumer.h.John McCall
2010-08-23Introduce new libclang API functions that determine the availabilityDouglas Gregor
2010-08-20When performing code-completion in the presence of a preamble, makeDouglas Gregor
2010-08-19Plug a leak when precompiling the preamble in ASTUnit.Douglas Gregor
2010-08-18Rename pch namespace to serialization.Sebastian Redl
2010-08-18Rename PCHBitCodes.h -> ASTBitCodes.hSebastian Redl
2010-08-18More PCH -> AST renaming.Sebastian Redl
2010-08-18libclang: Put clang_reparseTranslationUnit inside a crash recovery context.Daniel Dunbar
2010-08-18Simplify the ownership model for DiagnosticClients, which was reallyDouglas Gregor