summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/ASTUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Some renames to use the 'visitor' nomenclature, no functionality change.Argyrios Kyrtzidis2012-10-031-1/+1
* [libclang] When indexing an AST file, only deserialize the file levelArgyrios Kyrtzidis2012-10-021-0/+24
* [libclang] When indexing an AST file, only deserialize the preprocessing recordArgyrios Kyrtzidis2012-10-021-0/+15
* [libclang] Always report a CXCursor_MacroDefinition for code-completionArgyrios Kyrtzidis2012-09-271-3/+1
* Have ASTUnit::Save() return a bool to indicate save error.Argyrios Kyrtzidis2012-09-261-5/+5
* Allow disabling PCH validation when loading an AST file by checkingArgyrios Kyrtzidis2012-09-151-1/+4
* [libclang] When loading an AST file, make sure to apply the language optionsArgyrios Kyrtzidis2012-09-141-0/+15
* Fix undefined behavior in code completion, caught byRichard Smith2012-08-141-66/+66
* Introduce a flag in SourceManager to treat non-system source filesArgyrios Kyrtzidis2012-07-111-8/+20
* [libclang] Protect against a race condition where a threadArgyrios Kyrtzidis2012-07-031-1/+2
* Add a new libclang completion API to get brief documentation comment that isDmitri Gribenko2012-07-021-17/+31
* [libclang] Don't crash when saving a PCH from a prefix headerArgyrios Kyrtzidis2012-06-081-2/+9
* [driver] When creating the compiler invocation out of command-lineArgyrios Kyrtzidis2012-05-211-6/+0
* ASTUnit: Don't clone the new DiagnosticConsumer, causing it to get leaked.Benjamin Kramer2012-04-141-2/+4
* Added a flag to the parser to skip method bodies.Erik Verbruggen2012-04-121-0/+5
* [libclang] If displayDiagnostics is set (when calling clang_createIndex), mak...Argyrios Kyrtzidis2012-04-111-24/+44
* [code-complete] Introduce CodeCompletionTUInfo which will be used for cachingArgyrios Kyrtzidis2012-04-101-9/+17
* [libclang] When there's a file error when saving the PCH, make sure toArgyrios Kyrtzidis2012-03-131-1/+3
* 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
OpenPOWER on IntegriCloud