summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/ASTUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify crash cleanup logic in ASTUnit::LoadFromCommandLine() by zeroing out...Ted Kremenek2011-11-171-7/+2
* [libclang] Fix crash on invalid code. Fixes rdar://10451854Argyrios Kyrtzidis2011-11-161-0/+3
* I predict that HeaderSearch will need the ability to generateDouglas Gregor2011-11-111-1/+2
* ASTConsumer::handleTopLevelDecl will end up getting called forDouglas Gregor2011-11-071-1/+4
* After resetting the diagnostic state, set the number of warning occurring in ...Argyrios Kyrtzidis2011-11-031-0/+2
* [libclang] Fix crash when a #pragma diagnostic is included in the preamble.Argyrios Kyrtzidis2011-11-031-7/+3
* [libclang] Add infrastructure to be able to only deserialize decls in a file ...Argyrios Kyrtzidis2011-11-031-0/+36
* Put a reference of the ASTReader in the ASTUnit.Argyrios Kyrtzidis2011-11-011-1/+6
* Revert r143342. Caching of code-completion results was intentionally placed i...Argyrios Kyrtzidis2011-10-311-6/+6
* 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
OpenPOWER on IntegriCloud