Age | Commit message (Expand) | Author |
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-26 | Don't map a file:line:col triplet that is inside the preamble range to | Argyrios Kyrtzidis |
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 | [libclang] When getting a source location from a file:line:col triplet | Argyrios Kyrtzidis |
2011-09-10 | Kill of the Decl::PCHLevel field entirely. We now only need to know | Douglas Gregor |
2011-09-01 | Teach ASTContext and Preprocessor to hold on to references to the same | Douglas Gregor |
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 | Introduce a -cc1 option "-emit-module", that creates a binary module | Douglas Gregor |
2011-08-17 | In the AST file format, eliminate the CHAINED_METADATA record. Instead, | Douglas Gregor |
2011-08-04 | Add a new libclang API to return a CXCompletionString for an arbitrary | Douglas Gregor |
2011-07-20 | add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications. | Chris Lattner |
2011-07-20 | now that we have a centralized place to do so, add some using declarations for | Chris Lattner |
2011-07-19 | Revamp the SourceManager to separate the representation of parsed | Douglas Gregor |
2011-07-14 | NestedMacroInstantiations -> NestedMacroExpansions | Chandler Carruth |
2011-07-06 | libclang: Allow callers of clang_saveTranslationUnit() to distinguish | Douglas Gregor |
2011-07-01 | When we create a precompiled preamble, don't copy the | Douglas Gregor |
2011-05-06 | Introduce a new libclang parsing flag, | Douglas Gregor |
2011-05-03 | Introduce ASTUnit::LoadFromCompilerInvocationAction that allows one to create... | Argyrios Kyrtzidis |
2011-03-21 | Improve crash recovery cleanup to recovery CompilerInstances during crash rec... | Ted Kremenek |
2011-03-09 | Introduce '-chain-include' option to specify headers that will be converted t... | Argyrios Kyrtzidis |
2011-03-08 | Add 'OverridenFilesKeepOriginalName' field in SourceManager which if true the... | Argyrios Kyrtzidis |
2011-03-05 | Currently we can only remap a file by creating a MemoryBuffer and replacing t... | Argyrios Kyrtzidis |
2011-03-05 | Introduce OwnsRemappedFileBuffers field in ASTUnit, indicating whether the AS... | Argyrios Kyrtzidis |
2011-02-16 | Teach the CXCodeCompleteResults results structure, which stores | Douglas Gregor |
2011-02-16 | Improve the invalidation logic for the cache of global code | Douglas Gregor |
2011-02-01 | Create a special allocator class for code completion, so that all of | Douglas Gregor |
2011-02-01 | Allocate CodeCompletionString and all of its components in a | Douglas Gregor |
2011-01-27 | Teach ASTUnit to save the specified target features, since | Douglas Gregor |
2011-01-19 | Don't silently drop warning flags passed in to | Douglas Gregor |
2010-11-30 | When using a precompiled preamble with detailed preprocessing records, | Douglas Gregor |
2010-11-29 | Merge System into Support. | Michael J. Spencer |
2010-11-23 | tidy up. Split FileManager::getBufferForFile into | Chris Lattner |
2010-11-23 | Partially revert Doug's PCH validation patch (r98585). | Chris Lattner |
2010-11-11 | Improve ASTUnit's capture of diagnostics so that the | Douglas Gregor |
2010-11-03 | Implement -working-directory. | Argyrios Kyrtzidis |
2010-10-28 | Simplify ASTUnit's internal timers, by not trying to keep a pile of | Douglas Gregor |
2010-10-27 | Introduce libclang-level options for C++ precompiled preambles, | Douglas Gregor |
2010-10-12 | When we load an ASTUnit from command-line arguments, hold on to the | Douglas Gregor |
2010-08-25 | Teach Sema to live without CodeCompleteConsumer.h. | John McCall |
2010-08-23 | Introduce new libclang API functions that determine the availability | Douglas Gregor |
2010-08-20 | When performing code-completion in the presence of a preamble, make | Douglas Gregor |
2010-08-19 | Plug a leak when precompiling the preamble in ASTUnit. | Douglas Gregor |
2010-08-18 | Rename pch namespace to serialization. | Sebastian Redl |
2010-08-18 | Rename PCHBitCodes.h -> ASTBitCodes.h | Sebastian Redl |
2010-08-18 | More PCH -> AST renaming. | Sebastian Redl |
2010-08-18 | libclang: Put clang_reparseTranslationUnit inside a crash recovery context. | Daniel Dunbar |
2010-08-18 | Simplify the ownership model for DiagnosticClients, which was really | Douglas Gregor |