Age | Commit message (Expand) | Author |
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 |
2011-10-27 | Add mutex for accessing ASTUnit's global OnDisk data. This may be an issue a... | Ted Kremenek |
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 |
2011-10-14 | Allow calling ASTUnit::LoadFromCompilerInvocationAction with a previously cre... | Argyrios Kyrtzidis |
2011-10-10 | [libclang] Implement ConcurrencyCheck using a recursive mutex to allow re-ent... | Argyrios Kyrtzidis |
2011-09-29 | Introduce a pure virtual clone() method to DiagnosticConsumer, so that | Douglas Gregor |
2011-09-26 | Don't map a file:line:col triplet that is inside the preamble range to | Argyrios Kyrtzidis |
2011-09-26 | Rename DiagnosticInfo to Diagnostic as per issue 5397 | David Blaikie |
2011-09-26 | Rename StoredDiagnosticClient to StoredDiagnosticConsumer as per issue 5397 | David Blaikie |
2011-09-25 | Rename DiagnosticClient to DiagnosticConsumer as per issue 5397 | David Blaikie |
2011-09-25 | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie |
2011-09-19 | In libclang, when visiting preprocessed entities in a source range, use | Argyrios Kyrtzidis |
2011-09-19 | Introduce local_begin()/local_end() methods in PreprocessingRecord which | Argyrios Kyrtzidis |
2011-09-19 | [libclang] When getting a source location from a file:line:col triplet | Argyrios Kyrtzidis |
2011-09-12 | [libclang] In ASTUnit::Parse copy the CompilerInvocation object instead of | Argyrios Kyrtzidis |
2011-09-10 | Kill of the Decl::PCHLevel field entirely. We now only need to know | Douglas Gregor |
2011-09-04 | Fix Lexer::ComputePreamble when MaxLines parameter is non-zero. | Argyrios Kyrtzidis |
2011-09-02 | Always construct an ASTReader with a non-NULL ASTContext and | Douglas Gregor |
2011-09-02 | Extend the ASTContext constructor to delay the initialization of | Douglas Gregor |
2011-09-01 | Allow the preprocessor to be constructed without performing target- | Douglas Gregor |
2011-09-01 | Teach ASTContext and Preprocessor to hold on to references to the same | Douglas Gregor |
2011-09-01 | Modules hide macro definitions by default, so that silly things like | Douglas Gregor |
2011-08-27 | objective-c: Treat top-level objective-c declarations | Fariborz Jahanian |
2011-08-26 | Introduce support for a simple module import declaration, which | Douglas Gregor |
2011-08-25 | Eliminate the -chained-pch flag and all of the frontend and libclang options ... | Douglas Gregor |
2011-08-25 | Remove the Chaining argument from the PCH/module generator. It's no longer used | Douglas Gregor |
2011-08-25 | Introduce a -cc1 option "-emit-module", that creates a binary module | Douglas Gregor |
2011-08-25 | Make Lexer::ComputePreamble accept a LangOptions parameter, otherwise it may be | Argyrios Kyrtzidis |
2011-08-17 | In the AST file format, eliminate the CHAINED_METADATA record. Instead, | Douglas Gregor |
2011-08-17 | [MSVC] Fix a warning C4334 "'operator' : result of 32-bit shift implicitly co... | NAKAMURA Takumi |