Age | Commit message (Expand) | Author |
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 |
2012-03-13 | [libclang] When there's a file error when saving the PCH, make sure to | Argyrios Kyrtzidis |
2012-03-11 | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie |
2012-03-07 | [PCH] Mark a PCH file with a flag to indicate if the serialized AST had | Argyrios Kyrtzidis |
2012-02-29 | Serialization: Switch over to using the native SmallVector based BitstreamWriter | Daniel Dunbar |
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 SmallString<> into clang namespace | Dylan Noblesmith |
2012-02-05 | Basic: import OwningPtr<> into clang namespace | Dylan Noblesmith |
2012-02-01 | [libclang] Make sure we don't ever leave a StoredDiagnostic associated with | Argyrios Kyrtzidis |
2012-01-30 | Thread a TargetInfo through to the module map; we'll need it for | Douglas Gregor |
2012-01-29 | Ensure that we clean up after a failed module build and cope with the | Douglas Gregor |
2012-01-20 | Extract the (InputKind, std::string) pair used to describe inputs to | Douglas Gregor |
2012-01-17 | [libclang] Make sure Preprocessor is set in ASTUnit during indexing. | Argyrios Kyrtzidis |
2012-01-01 | Eliminate ObjCForwardProtocolDecl, which is redundant now that | Douglas Gregor |
2011-12-31 | Implement support for module requirements, which indicate the language | Douglas Gregor |
2011-12-27 | Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl | Douglas Gregor |
2011-12-25 | Remove unused variables. | Rafael Espindola |
2011-11-30 | Promote ModuleMap::Module to a namespace-scope class in the Basic | Douglas Gregor |
2011-11-30 | When writing a module file, pass the module through to the AST | Douglas Gregor |
2011-11-29 | Initialize NumWarningsInPreamble in ASTUnit's constructor, for safety. | Argyrios Kyrtzidis |
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-23 | [libclang] Fix operations (token annotation, getting cursor, etc.) with a fil... | Argyrios Kyrtzidis |
2011-11-18 | Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continue | Argyrios Kyrtzidis |
2011-11-17 | Make 'LangOptions' in CompilerInvocation a heap-allocated, reference counted ... | Ted Kremenek |
2011-11-17 | Simplify crash cleanup logic in ASTUnit::LoadFromCommandLine() by zeroing out... | Ted Kremenek |
2011-11-16 | [libclang] Fix crash on invalid code. Fixes rdar://10451854 | Argyrios Kyrtzidis |
2011-11-11 | I predict that HeaderSearch will need the ability to generate | Douglas Gregor |
2011-11-07 | ASTConsumer::handleTopLevelDecl will end up getting called for | Douglas Gregor |
2011-11-03 | After resetting the diagnostic state, set the number of warning occurring in ... | Argyrios Kyrtzidis |
2011-11-03 | [libclang] Fix crash when a #pragma diagnostic is included in the preamble. | Argyrios Kyrtzidis |
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 | Revert r143342. Caching of code-completion results was intentionally placed i... | Argyrios Kyrtzidis |
2011-10-31 | Move caching of code-completion results from ASTUnit::Reparse to ASTUnit::Cod... | Argyrios Kyrtzidis |
2011-10-31 | Have the ASTUnit associate the local declarations that get parsed with the file | Argyrios Kyrtzidis |