summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/ASTUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't use PathV1.h in ASTUnit.cpp.Rafael Espindola2013-06-261-5/+3
* Remove the last use of PathWithStatus.Rafael Espindola2013-06-261-4/+4
* Use llvm::sys::fs::unique_file.Rafael Espindola2013-06-261-26/+7
* Remove some uses of llvm::sys::Path.Rafael Espindola2013-06-261-6/+6
* [libclang/codecompletion] Make sure the top-level decl hash takes into accoun...Argyrios Kyrtzidis2013-06-241-1/+9
* Use the new name of getUniqueID.Rafael Espindola2013-06-201-5/+5
* Use llvm::sys::fs::GetUniqueID.Rafael Espindola2013-06-181-15/+22
* Include PathV1.h in files that use it.Rafael Espindola2013-06-111-0/+1
* Modify a comment to reflect changes of r183717.Argyrios Kyrtzidis2013-06-111-2/+2
* ASTUnit: Invert the dependency of PrecompilePreambleAction on PrecompilePream...Benjamin Kramer2013-06-111-40/+43
* [libclang] Allow building a precompiled preamble with compiler errorsArgyrios Kyrtzidis2013-06-111-7/+15
* [modules] If we hit a failure while loading a PCH/module, abort parsing inste...Argyrios Kyrtzidis2013-05-241-1/+6
* [libclang] When parsing with CXTranslationUnit_ForSerialization, make sure to...Argyrios Kyrtzidis2013-05-101-0/+10
* [PCH] Remove the ASTReaderListener::ReadHeaderFileInfo callback.Argyrios Kyrtzidis2013-05-081-11/+3
* Use remove_if to erase parts of a vector. Avoids O(n^2) worst cases.Benjamin Kramer2013-05-051-8/+9
* Remove DiagnosticConsumer::clone(), a bad idea that is now unused.Douglas Gregor2013-05-031-11/+1
* When building a module, forward diagnostics to the outer diagnostic consumer.Douglas Gregor2013-05-031-4/+24
* <rdar://problem/13363214> Eliminate race condition between module rebuild and...Douglas Gregor2013-03-191-0/+1
* [libclang] When logging a CXTranslationUnit that came from an AST file, print...Argyrios Kyrtzidis2013-03-051-0/+9
* [preprocessor] Use MacroDirective in the preprocessor callbacks to make avail...Argyrios Kyrtzidis2013-02-241-1/+2
* Comment parsing: add CommentOptions to allow specifying custom comment block ...Dmitri Gribenko2013-02-221-0/+5
* Use 'const Decl *' throughout code completion in SemaDmitri Gribenko2013-01-231-2/+2
* [ASTUnit] Unlike LoadFromCommandLine, LoadFromCompilerInvocation causes a cra...Argyrios Kyrtzidis2013-01-211-0/+2
* Nuke SetUpBuildDumpLog.Sean Silva2013-01-201-5/+2
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-1/+1
* [libclang] In ASTUnit::getMainFileName() Invocation may be null because the A...Argyrios Kyrtzidis2013-01-111-1/+15
* s/CPlusPlus0x/CPlusPlus11/gRichard Smith2013-01-021-1/+1
* [libclang] Don't try to translate diagnostics from the precompiled preamble t...Argyrios Kyrtzidis2012-12-221-11/+0
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-14/+14
* Since CreateTargetInfo is taking ownership of the target options, passDouglas Gregor2012-11-161-6/+6
* [libclang] When caching code-completion results, pass the CachedCompletionAll...Argyrios Kyrtzidis2012-11-161-4/+5
* [modules] Setup the import location of a module file and use itArgyrios Kyrtzidis2012-11-151-1/+1
* Use empty parens for empty function parameter list instead of '(void)'.Dmitri Gribenko2012-11-151-2/+2
* Turn FrontendInputFile into an immutable class and have it also acceptArgyrios Kyrtzidis2012-11-091-20/+20
* When code-completing don't disable the preprocessing record if modules are en...Argyrios Kyrtzidis2012-11-021-2/+3
* [PCH] Remove the stat cache from the PCH file.Argyrios Kyrtzidis2012-10-311-4/+1
* Decouple code-completion for the SkipFunctionBodies frontend option andArgyrios Kyrtzidis2012-10-311-2/+0
* Move getOriginalSourceFileName inline. Patch by Laszlo Nagy.Rafael Espindola2012-10-291-4/+0
* ASTUnit doesn't actually care about the predefines; don't record them.Douglas Gregor2012-10-251-18/+2
* Teach the preprocessor to hold onto the preprocessor options.Douglas Gregor2012-10-241-1/+3
* Move HeaderSearchOptions into the Lex library, make it intrusivelyDouglas Gregor2012-10-241-1/+4
* Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor2012-10-231-4/+4
* If the precompiled header named by "-include" is actually a directory,Douglas Gregor2012-10-231-9/+2
* Allow clients of the AST reader to specify what kinds of AST loadDouglas Gregor2012-10-221-4/+8
* Distinguish the various kinds of AST file loading failures:Douglas Gregor2012-10-221-1/+4
* Serialize TargetOptions into an AST file, and make sure that we keepDouglas Gregor2012-10-161-22/+10
* Teach TargetInfo to hold on to the TargetOptions with which it wasDouglas Gregor2012-10-151-4/+6
* [libclang] Improve AST serialization done by ASTUnit::Save().Argyrios Kyrtzidis2012-10-111-28/+64
* When indexing a module file, for the ppIncludedFile callback giveArgyrios Kyrtzidis2012-10-101-5/+11
* [libclang] When indexing, invoke the importedASTFile for PCH files as well.Argyrios Kyrtzidis2012-10-031-0/+36
OpenPOWER on IntegriCloud