| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | If the precompiled header named by "-include" is actually a directory, | Douglas Gregor | 2012-10-23 | 1 | -9/+2 |
* | Allow clients of the AST reader to specify what kinds of AST load | Douglas Gregor | 2012-10-22 | 1 | -4/+8 |
* | Distinguish the various kinds of AST file loading failures: | Douglas Gregor | 2012-10-22 | 1 | -1/+4 |
* | Serialize TargetOptions into an AST file, and make sure that we keep | Douglas Gregor | 2012-10-16 | 1 | -22/+10 |
* | Teach TargetInfo to hold on to the TargetOptions with which it was | Douglas Gregor | 2012-10-15 | 1 | -4/+6 |
* | [libclang] Improve AST serialization done by ASTUnit::Save(). | Argyrios Kyrtzidis | 2012-10-11 | 1 | -28/+64 |
* | When indexing a module file, for the ppIncludedFile callback give | Argyrios Kyrtzidis | 2012-10-10 | 1 | -5/+11 |
* | [libclang] When indexing, invoke the importedASTFile for PCH files as well. | Argyrios Kyrtzidis | 2012-10-03 | 1 | -0/+36 |
* | Some renames to use the 'visitor' nomenclature, no functionality change. | Argyrios Kyrtzidis | 2012-10-03 | 1 | -1/+1 |
* | [libclang] When indexing an AST file, only deserialize the file level | Argyrios Kyrtzidis | 2012-10-02 | 1 | -0/+24 |
* | [libclang] When indexing an AST file, only deserialize the preprocessing record | Argyrios Kyrtzidis | 2012-10-02 | 1 | -0/+15 |
* | [libclang] Always report a CXCursor_MacroDefinition for code-completion | Argyrios Kyrtzidis | 2012-09-27 | 1 | -3/+1 |
* | Have ASTUnit::Save() return a bool to indicate save error. | Argyrios Kyrtzidis | 2012-09-26 | 1 | -5/+5 |
* | Allow disabling PCH validation when loading an AST file by checking | Argyrios Kyrtzidis | 2012-09-15 | 1 | -1/+4 |
* | [libclang] When loading an AST file, make sure to apply the language options | Argyrios Kyrtzidis | 2012-09-14 | 1 | -0/+15 |
* | Fix undefined behavior in code completion, caught by | Richard Smith | 2012-08-14 | 1 | -66/+66 |
* | Introduce a flag in SourceManager to treat non-system source files | Argyrios Kyrtzidis | 2012-07-11 | 1 | -8/+20 |
* | [libclang] Protect against a race condition where a thread | Argyrios Kyrtzidis | 2012-07-03 | 1 | -1/+2 |
* | Add a new libclang completion API to get brief documentation comment that is | Dmitri Gribenko | 2012-07-02 | 1 | -17/+31 |
* | [libclang] Don't crash when saving a PCH from a prefix header | Argyrios Kyrtzidis | 2012-06-08 | 1 | -2/+9 |
* | [driver] When creating the compiler invocation out of command-line | Argyrios Kyrtzidis | 2012-05-21 | 1 | -6/+0 |
* | ASTUnit: Don't clone the new DiagnosticConsumer, causing it to get leaked. | Benjamin Kramer | 2012-04-14 | 1 | -2/+4 |
* | Added a flag to the parser to skip method bodies. | Erik Verbruggen | 2012-04-12 | 1 | -0/+5 |
* | [libclang] If displayDiagnostics is set (when calling clang_createIndex), mak... | Argyrios Kyrtzidis | 2012-04-11 | 1 | -24/+44 |
* | [code-complete] Introduce CodeCompletionTUInfo which will be used for caching | Argyrios Kyrtzidis | 2012-04-10 | 1 | -9/+17 |
* | [libclang] When there's a file error when saving the PCH, make sure to | Argyrios Kyrtzidis | 2012-03-13 | 1 | -1/+3 |
* | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -5/+5 |
* | [PCH] Mark a PCH file with a flag to indicate if the serialized AST had | Argyrios Kyrtzidis | 2012-03-07 | 1 | -11/+14 |
* | Serialization: Switch over to using the native SmallVector based BitstreamWriter | Daniel Dunbar | 2012-02-29 | 1 | -1/+1 |
* | Don't record nested macro expansions in the preprocessing record, | Argyrios Kyrtzidis | 2012-02-25 | 1 | -9/+2 |
* | Basic: import IntrusiveRefCntPtr<> into clang namespace | Dylan Noblesmith | 2012-02-20 | 1 | -12/+12 |
* | Basic: import SmallString<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 1 | -1/+1 |
* | Basic: import OwningPtr<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 1 | -16/+16 |
* | [libclang] Make sure we don't ever leave a StoredDiagnostic associated with | Argyrios Kyrtzidis | 2012-02-01 | 1 | -10/+34 |
* | Thread a TargetInfo through to the module map; we'll need it for | Douglas Gregor | 2012-01-30 | 1 | -1/+2 |
* | Ensure that we clean up after a failed module build and cope with the | Douglas Gregor | 2012-01-29 | 1 | -0/+3 |
* | Extract the (InputKind, std::string) pair used to describe inputs to | Douglas Gregor | 2012-01-20 | 1 | -29/+24 |
* | [libclang] Make sure Preprocessor is set in ASTUnit during indexing. | Argyrios Kyrtzidis | 2012-01-17 | 1 | -0/+2 |
* | Eliminate ObjCForwardProtocolDecl, which is redundant now that | Douglas Gregor | 2012-01-01 | 1 | -11/+1 |
* | Implement support for module requirements, which indicate the language | Douglas Gregor | 2011-12-31 | 1 | -1/+2 |
* | Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl | Douglas Gregor | 2011-12-27 | 1 | -5/+0 |
* | Remove unused variables. | Rafael Espindola | 2011-12-25 | 1 | -1/+1 |
* | Promote ModuleMap::Module to a namespace-scope class in the Basic | Douglas Gregor | 2011-11-30 | 1 | -1/+1 |
* | When writing a module file, pass the module through to the AST | Douglas Gregor | 2011-11-30 | 1 | -2/+2 |
* | Initialize NumWarningsInPreamble in ASTUnit's constructor, for safety. | Argyrios Kyrtzidis | 2011-11-29 | 1 | -0/+1 |
* | [libclang] Indexing API: If the client requested to get a CXTranslationUnit a... | Argyrios Kyrtzidis | 2011-11-28 | 1 | -6/+29 |
* | [libclang] Indexing API: Capture diagnostics during indexing. | Argyrios Kyrtzidis | 2011-11-28 | 1 | -2/+3 |
* | [libclang] Fix operations (token annotation, getting cursor, etc.) with a fil... | Argyrios Kyrtzidis | 2011-11-23 | 1 | -0/+7 |
* | Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continue | Argyrios Kyrtzidis | 2011-11-18 | 1 | -2/+4 |
* | Make 'LangOptions' in CompilerInvocation a heap-allocated, reference counted ... | Ted Kremenek | 2011-11-17 | 1 | -2/+3 |