summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/ASTUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-5/+5
* [PCH] Mark a PCH file with a flag to indicate if the serialized AST hadArgyrios Kyrtzidis2012-03-071-11/+14
* Serialization: Switch over to using the native SmallVector based BitstreamWriterDaniel Dunbar2012-02-291-1/+1
* Don't record nested macro expansions in the preprocessing record,Argyrios Kyrtzidis2012-02-251-9/+2
* Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith2012-02-201-12/+12
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-051-1/+1
* Basic: import OwningPtr<> into clang namespaceDylan Noblesmith2012-02-051-16/+16
* [libclang] Make sure we don't ever leave a StoredDiagnostic associated withArgyrios Kyrtzidis2012-02-011-10/+34
* Thread a TargetInfo through to the module map; we'll need it forDouglas Gregor2012-01-301-1/+2
* Ensure that we clean up after a failed module build and cope with theDouglas Gregor2012-01-291-0/+3
* Extract the (InputKind, std::string) pair used to describe inputs toDouglas Gregor2012-01-201-29/+24
* [libclang] Make sure Preprocessor is set in ASTUnit during indexing.Argyrios Kyrtzidis2012-01-171-0/+2
* Eliminate ObjCForwardProtocolDecl, which is redundant now thatDouglas Gregor2012-01-011-11/+1
* Implement support for module requirements, which indicate the languageDouglas Gregor2011-12-311-1/+2
* Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDeclDouglas Gregor2011-12-271-5/+0
* Remove unused variables.Rafael Espindola2011-12-251-1/+1
* Promote ModuleMap::Module to a namespace-scope class in the BasicDouglas Gregor2011-11-301-1/+1
* When writing a module file, pass the module through to the ASTDouglas Gregor2011-11-301-2/+2
* Initialize NumWarningsInPreamble in ASTUnit's constructor, for safety.Argyrios Kyrtzidis2011-11-291-0/+1
* [libclang] Indexing API: If the client requested to get a CXTranslationUnit a...Argyrios Kyrtzidis2011-11-281-6/+29
* [libclang] Indexing API: Capture diagnostics during indexing.Argyrios Kyrtzidis2011-11-281-2/+3
* [libclang] Fix operations (token annotation, getting cursor, etc.) with a fil...Argyrios Kyrtzidis2011-11-231-0/+7
* Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continueArgyrios Kyrtzidis2011-11-181-2/+4
* Make 'LangOptions' in CompilerInvocation a heap-allocated, reference counted ...Ted Kremenek2011-11-171-2/+3
* 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
OpenPOWER on IntegriCloud