Age | Commit message (Expand) | Author |
2013-03-20 | <rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a... | Douglas Gregor |
2013-03-05 | [libclang] When logging a CXTranslationUnit that came from an AST file, print... | Argyrios Kyrtzidis |
2013-02-01 | For ModuleLoader::makeModuleVisible() also pass the source location where the | Argyrios Kyrtzidis |
2013-01-12 | Provide Decl::getOwningModule(), which determines the (sub)module in | Douglas Gregor |
2012-12-04 | Sort #include lines for all files under include/... | Chandler Carruth |
2012-11-29 | Keep track of modules that have failed to build. If we encounter an | Douglas Gregor |
2012-10-30 | Remove leftover const. | Rafael Espindola |
2012-10-30 | getOriginalSourceFileName and getOriginalSourceFile can return a StringRef. | Rafael Espindola |
2012-10-29 | Move getOriginalSourceFileName inline. Patch by Laszlo Nagy. | Rafael Espindola |
2012-10-24 | Move HeaderSearchOptions into the Lex library, make it intrusively | 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-26 | Have ASTUnit::Save() return a bool to indicate save error. | Argyrios Kyrtzidis |
2012-09-15 | Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. | Dmitri Gribenko |
2012-09-13 | Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg is | Dmitri Gribenko |
2012-09-12 | Fix a couple of Doxygen issues pointed out by -Wdocumentation. | Dmitri Gribenko |
2012-08-23 | Fix a bunch of -Wdocumentation warnings. | Dmitri Gribenko |
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-04 | Drop the ASTContext.h include from Stmt.h and fix up transitive users. | Benjamin Kramer |
2012-07-02 | Add a new libclang completion API to get brief documentation comment that is | Dmitri Gribenko |
2012-06-16 | Guard private fields that are unused in Release builds with #ifndef NDEBUG. | Benjamin Kramer |
2012-04-13 | Remove the unused, unmaintained, incomplete 'Index' library. | Douglas Gregor |
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 |
2012-03-07 | [PCH] Mark a PCH file with a flag to indicate if the serialized AST had | Argyrios Kyrtzidis |
2012-02-25 | Don't record nested macro expansions in the preprocessing record, | Argyrios Kyrtzidis |
2012-02-20 | Basic: import IntrusiveRefCntPtr<> into clang namespace | Dylan Noblesmith |
2012-02-05 | Basic: import OwningPtr<> into clang namespace | Dylan Noblesmith |
2012-01-17 | [libclang] Make sure Preprocessor is set in ASTUnit during indexing. | Argyrios Kyrtzidis |
2011-12-02 | When we treat an #include or #import as a module import, create an | Douglas Gregor |
2011-12-01 | Introduce the notion of name visibility into modules. For a given | Douglas Gregor |
2011-11-30 | Promote ModuleMap::Module to a namespace-scope class in the Basic | Douglas Gregor |
2011-11-30 | Switch the module-loading interfaces and parser from a simple | Douglas Gregor |
2011-11-28 | [libclang] Indexing API: If the client requested to get a CXTranslationUnit a... | Argyrios Kyrtzidis |
2011-11-28 | [libclang] Indexing API: Capture diagnostics during indexing. | Argyrios Kyrtzidis |
2011-11-17 | Make 'LangOptions' in CompilerInvocation a heap-allocated, reference counted ... | Ted Kremenek |
2011-11-03 | [libclang] Add infrastructure to be able to only deserialize decls in a file ... | Argyrios Kyrtzidis |
2011-11-01 | Put a reference of the ASTReader in the ASTUnit. | Argyrios Kyrtzidis |
2011-10-31 | Have the ASTUnit associate the local declarations that get parsed with the file | Argyrios Kyrtzidis |
2011-10-27 | Move ASTUnit's handling of temporary files and the preamble file into a lazil... | Ted Kremenek |
2011-10-25 | [PCH] When visiting preprocessed entities, make it possible to avoid deserial... | Argyrios Kyrtzidis |
2011-10-24 | [libclang] Make sure we don't try to erase past the StoredDiagnostics vector. | Argyrios Kyrtzidis |