Age | Commit message (Expand) | Author |
2013-03-19 | <rdar://problem/13363214> Eliminate race condition between module rebuild and... | Douglas Gregor |
2013-03-05 | [libclang] When logging a CXTranslationUnit that came from an AST file, print... | Argyrios Kyrtzidis |
2013-02-24 | [preprocessor] Use MacroDirective in the preprocessor callbacks to make avail... | Argyrios Kyrtzidis |
2013-02-22 | Comment parsing: add CommentOptions to allow specifying custom comment block ... | Dmitri Gribenko |
2013-01-23 | Use 'const Decl *' throughout code completion in Sema | Dmitri Gribenko |
2013-01-21 | [ASTUnit] Unlike LoadFromCommandLine, LoadFromCompilerInvocation causes a cra... | Argyrios Kyrtzidis |
2013-01-20 | Nuke SetUpBuildDumpLog. | Sean Silva |
2013-01-12 | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko |
2013-01-11 | [libclang] In ASTUnit::getMainFileName() Invocation may be null because the A... | Argyrios Kyrtzidis |
2013-01-02 | s/CPlusPlus0x/CPlusPlus11/g | Richard Smith |
2012-12-22 | [libclang] Don't try to translate diagnostics from the precompiled preamble t... | Argyrios Kyrtzidis |
2012-12-04 | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth |
2012-11-16 | Since CreateTargetInfo is taking ownership of the target options, pass | Douglas Gregor |
2012-11-16 | [libclang] When caching code-completion results, pass the CachedCompletionAll... | Argyrios Kyrtzidis |
2012-11-15 | [modules] Setup the import location of a module file and use it | Argyrios Kyrtzidis |
2012-11-15 | Use empty parens for empty function parameter list instead of '(void)'. | Dmitri Gribenko |
2012-11-09 | Turn FrontendInputFile into an immutable class and have it also accept | Argyrios Kyrtzidis |
2012-11-02 | When code-completing don't disable the preprocessing record if modules are en... | Argyrios Kyrtzidis |
2012-10-31 | [PCH] Remove the stat cache from the PCH file. | Argyrios Kyrtzidis |
2012-10-31 | Decouple code-completion for the SkipFunctionBodies frontend option and | Argyrios Kyrtzidis |
2012-10-29 | Move getOriginalSourceFileName inline. Patch by Laszlo Nagy. | Rafael Espindola |
2012-10-25 | ASTUnit doesn't actually care about the predefines; don't record them. | Douglas Gregor |
2012-10-24 | Teach the preprocessor to hold onto the preprocessor options. | Douglas Gregor |
2012-10-24 | Move HeaderSearchOptions into the Lex library, make it intrusively | Douglas Gregor |
2012-10-23 | Make DiagnosticOptions intrusively reference-counted, and make sure | Douglas Gregor |
2012-10-23 | If the precompiled header named by "-include" is actually a directory, | Douglas Gregor |
2012-10-22 | Allow clients of the AST reader to specify what kinds of AST load | Douglas Gregor |
2012-10-22 | Distinguish the various kinds of AST file loading failures: | Douglas Gregor |
2012-10-16 | Serialize TargetOptions into an AST file, and make sure that we keep | Douglas Gregor |
2012-10-15 | Teach TargetInfo to hold on to the TargetOptions with which it was | Douglas Gregor |
2012-10-11 | [libclang] Improve AST serialization done by ASTUnit::Save(). | Argyrios Kyrtzidis |
2012-10-10 | When indexing a module file, for the ppIncludedFile callback give | Argyrios Kyrtzidis |
2012-10-03 | [libclang] When indexing, invoke the importedASTFile for PCH files as well. | Argyrios Kyrtzidis |
2012-10-03 | Some renames to use the 'visitor' nomenclature, no functionality change. | Argyrios Kyrtzidis |
2012-10-02 | [libclang] When indexing an AST file, only deserialize the file level | Argyrios Kyrtzidis |
2012-10-02 | [libclang] When indexing an AST file, only deserialize the preprocessing record | Argyrios Kyrtzidis |
2012-09-27 | [libclang] Always report a CXCursor_MacroDefinition for code-completion | Argyrios Kyrtzidis |
2012-09-26 | Have ASTUnit::Save() return a bool to indicate save error. | Argyrios Kyrtzidis |
2012-09-15 | Allow disabling PCH validation when loading an AST file by checking | Argyrios Kyrtzidis |
2012-09-14 | [libclang] When loading an AST file, make sure to apply the language options | Argyrios Kyrtzidis |
2012-08-14 | Fix undefined behavior in code completion, caught by | Richard Smith |
2012-07-11 | Introduce a flag in SourceManager to treat non-system source files | Argyrios Kyrtzidis |
2012-07-03 | [libclang] Protect against a race condition where a thread | Argyrios Kyrtzidis |
2012-07-02 | Add a new libclang completion API to get brief documentation comment that is | Dmitri Gribenko |
2012-06-08 | [libclang] Don't crash when saving a PCH from a prefix header | Argyrios Kyrtzidis |
2012-05-21 | [driver] When creating the compiler invocation out of command-line | Argyrios Kyrtzidis |
2012-04-14 | ASTUnit: Don't clone the new DiagnosticConsumer, causing it to get leaked. | Benjamin Kramer |
2012-04-12 | Added a flag to the parser to skip method bodies. | Erik Verbruggen |
2012-04-11 | [libclang] If displayDiagnostics is set (when calling clang_createIndex), mak... | Argyrios Kyrtzidis |
2012-04-10 | [code-complete] Introduce CodeCompletionTUInfo which will be used for caching | Argyrios Kyrtzidis |