Age | Commit message (Expand) | Author |
2011-03-18 | Use CrashRecoveryContextCleanup objects to recover an ASTUnit if we crash in ... | 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-07 | Allow passing '-###' to ASTUnit::LoadFromCommandLine to print out the cc1 opt... | 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-23 | Preserve what the user passed to -include when emitting .d files. Fixes PR8974! | Nick Lewycky |
2011-02-18 | When code-completing a case statement for a switch on a value of | Douglas Gregor |
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-15 | Allow resolving headers from a PCH even after headers+PCH were moved to anoth... | Argyrios Kyrtzidis |
2011-02-11 | Rename the operation that loads a preprocessed entity from a given offset to ... | Douglas Gregor |
2011-02-05 | Improve our uniquing of file entries when files are re-saved or are | 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-12-09 | Gather cached code completions after the first reparse, not after the | Douglas Gregor |
2010-12-07 | Use atomic operations for libclang's object count tracking. | 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-29 | When performing code completion within ASTUnit, allocate the AugmentedCodeCom... | Douglas Gregor |
2010-11-23 | tidy up. Split FileManager::getBufferForFile into | Chris Lattner |
2010-11-23 | now the FileManager has a FileSystemOpts ivar, stop threading | Chris Lattner |
2010-11-23 | give FileManager a 'FileSystemOptions' ivar, which will be used | Chris Lattner |
2010-11-23 | Partially revert Doug's PCH validation patch (r98585). | Chris Lattner |
2010-11-18 | Since multiple diagnostics can share one diagnostic client, have the client k... | Argyrios Kyrtzidis |
2010-11-17 | Fix source-range information for Objective-C properties. Previously, | Douglas Gregor |
2010-11-16 | Use an OwningPtr for the preamble buffer in ASTUnit. This plugs a leak | Douglas Gregor |
2010-11-15 | Tweak libclang's heuristics for building precompiled preambles and | Douglas Gregor |
2010-11-11 | Improve ASTUnit's capture of diagnostics so that the | Douglas Gregor |
2010-11-09 | Simplify code. | Benjamin Kramer |
2010-11-07 | Change the StringSet used by CalculateHiddenNames() to use a BumpPtrAllocator. | Ted Kremenek |
2010-11-03 | Implement -working-directory. | Argyrios Kyrtzidis |
2010-11-01 | Disable some timing code | Douglas Gregor |
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 | Parse default arguments within member functions in source order, from | Douglas Gregor |
2010-10-12 | When we load an ASTUnit from command-line arguments, hold on to the | Douglas Gregor |
2010-10-11 | Switch c-index-test from clang_codeComplete() over to | Douglas Gregor |
2010-10-08 | Fix three related, wily issues with the recompilation of precompiled | Douglas Gregor |
2010-10-07 | Don't force spell checking when code-completing. Let the client decide | Douglas Gregor |
2010-10-06 | Fix a double-free error that can occur in rare cases where loading | Douglas Gregor |
2010-10-05 | Give every file that ASTReader loads a type: module, PCH, precompiled preambl... | Sebastian Redl |
2010-10-01 | Enable chained precompiled headers for use with precompiled preambles | Douglas Gregor |
2010-09-27 | Remove libclang logging code | Douglas Gregor |
2010-09-24 | When setting the globally-visible declarations for a particular | Douglas Gregor |
2010-09-24 | Teach libclang to enable multithreading in LLVM, since libclang clients are l... | Douglas Gregor |
2010-09-23 | Synchronize globally-cached code completion results with the results | Douglas Gregor |
2010-09-20 | Tweak priorities for some types and macros: | Douglas Gregor |