summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/ASTUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move caching of code-completion results from ASTUnit::Reparse to ASTUnit::Cod...Argyrios Kyrtzidis2011-10-311-6/+6
* Have the ASTUnit associate the local declarations that get parsed with the fileArgyrios Kyrtzidis2011-10-311-12/+85
* Add mutex for accessing ASTUnit's global OnDisk data. This may be an issue a...Ted Kremenek2011-10-271-0/+13
* Move ASTUnit's handling of temporary files and the preamble file into a lazil...Ted Kremenek2011-10-271-22/+108
* [PCH] When visiting preprocessed entities, make it possible to avoid deserial...Argyrios Kyrtzidis2011-10-251-0/+44
* [libclang] Make sure we don't try to erase past the StoredDiagnostics vector.Argyrios Kyrtzidis2011-10-241-13/+7
* Allow calling ASTUnit::LoadFromCompilerInvocationAction with a previously cre...Argyrios Kyrtzidis2011-10-141-13/+16
* [libclang] Implement ConcurrencyCheck using a recursive mutex to allow re-ent...Argyrios Kyrtzidis2011-10-101-2/+28
* Introduce a pure virtual clone() method to DiagnosticConsumer, so thatDouglas Gregor2011-09-291-0/+6
* Don't map a file:line:col triplet that is inside the preamble range toArgyrios Kyrtzidis2011-09-261-12/+44
* Rename DiagnosticInfo to Diagnostic as per issue 5397David Blaikie2011-09-261-2/+2
* Rename StoredDiagnosticClient to StoredDiagnosticConsumer as per issue 5397David Blaikie2011-09-261-6/+6
* Rename DiagnosticClient to DiagnosticConsumer as per issue 5397David Blaikie2011-09-251-4/+4
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-19/+19
* In libclang, when visiting preprocessed entities in a source range, useArgyrios Kyrtzidis2011-09-191-61/+1
* Introduce local_begin()/local_end() methods in PreprocessingRecord whichArgyrios Kyrtzidis2011-09-191-1/+1
* [libclang] When getting a source location from a file:line:col tripletArgyrios Kyrtzidis2011-09-191-2/+42
* [libclang] In ASTUnit::Parse copy the CompilerInvocation object instead ofArgyrios Kyrtzidis2011-09-121-16/+4
* Kill of the Decl::PCHLevel field entirely. We now only need to knowDouglas Gregor2011-09-101-7/+0
* Fix Lexer::ComputePreamble when MaxLines parameter is non-zero.Argyrios Kyrtzidis2011-09-041-1/+2
* Always construct an ASTReader with a non-NULL ASTContext andDouglas Gregor2011-09-021-6/+1
* Extend the ASTContext constructor to delay the initialization ofDouglas Gregor2011-09-021-22/+25
* Allow the preprocessor to be constructed without performing target-Douglas Gregor2011-09-011-24/+39
* Teach ASTContext and Preprocessor to hold on to references to the sameDouglas Gregor2011-09-011-6/+6
* Modules hide macro definitions by default, so that silly things likeDouglas Gregor2011-09-011-2/+3
* objective-c: Treat top-level objective-c declarationsFariborz Jahanian2011-08-271-3/+1
* Introduce support for a simple module import declaration, whichDouglas Gregor2011-08-261-1/+1
* Eliminate the -chained-pch flag and all of the frontend and libclang options ...Douglas Gregor2011-08-251-13/+0
* Remove the Chaining argument from the PCH/module generator. It's no longer usedDouglas Gregor2011-08-251-7/+5
* Introduce a -cc1 option "-emit-module", that creates a binary moduleDouglas Gregor2011-08-251-10/+9
* Make Lexer::ComputePreamble accept a LangOptions parameter, otherwise it may beArgyrios Kyrtzidis2011-08-251-1/+3
* In the AST file format, eliminate the CHAINED_METADATA record. Instead,Douglas Gregor2011-08-171-5/+0
* [MSVC] Fix a warning C4334 "'operator' : result of 32-bit shift implicitly co...NAKAMURA Takumi2011-08-171-2/+1
* Add a new libclang API to return a CXCompletionString for an arbitraryDouglas Gregor2011-08-041-0/+4
* When performing code completion after at @interface, allow bothDouglas Gregor2011-07-301-2/+2
* Cut down the number of open/close system calls for output files.Argyrios Kyrtzidis2011-07-281-13/+7
* This patch extends the previous patch by starting to incorporate more functio...Jonathan D. Turner2011-07-261-1/+1
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-30/+30
* Remove prepending of '$' to module names.Jonathan D. Turner2011-07-221-2/+2
* Switch all of the "isysroot" const char*'s throughout the AST readerDouglas Gregor2011-07-221-5/+6
* Rename ASTReader::PerFileData to serialization::Module, pulling it outDouglas Gregor2011-07-221-2/+2
* For ASTUnit::Save, write the AST to a temporary and then rename it to the act...Argyrios Kyrtzidis2011-07-211-4/+26
* Cut down one open/close pair of system calls by using Path's makeUnique inste...Argyrios Kyrtzidis2011-07-211-1/+1
* Rework the detailed preprocessing record to separate preprocessingDouglas Gregor2011-07-211-9/+1
* Revamp the SourceManager to separate the representation of parsedDouglas Gregor2011-07-191-19/+95
* Migrate LLVM and Clang to use the new makeArrayRef(...) functions where previ...Frits van Bommel2011-07-181-2/+2
* NestedMacroInstantiations -> NestedMacroExpansionsChandler Carruth2011-07-141-7/+7
* Introduce a new libclang aPI function,Douglas Gregor2011-07-071-16/+30
* Keep track of when "unrecoverable" errors occur, then allowDouglas Gregor2011-07-061-1/+1
* libclang: Allow callers of clang_saveTranslationUnit() to distinguishDouglas Gregor2011-07-061-4/+4
OpenPOWER on IntegriCloud