| Commit message (Expand) | Author | Age | Files | Lines |
| * | When using a precompiled preamble with detailed preprocessing records, | Douglas Gregor | 2010-11-30 | 1 | -2/+68 |
| * | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -2/+2 |
| * | When performing code completion within ASTUnit, allocate the AugmentedCodeCom... | Douglas Gregor | 2010-11-29 | 1 | -6/+6 |
| * | tidy up. Split FileManager::getBufferForFile into | Chris Lattner | 2010-11-23 | 1 | -3/+2 |
| * | now the FileManager has a FileSystemOpts ivar, stop threading | Chris Lattner | 2010-11-23 | 1 | -17/+13 |
| * | give FileManager a 'FileSystemOptions' ivar, which will be used | Chris Lattner | 2010-11-23 | 1 | -3/+3 |
| * | Partially revert Doug's PCH validation patch (r98585). | Chris Lattner | 2010-11-23 | 1 | -3/+2 |
| * | Since multiple diagnostics can share one diagnostic client, have the client k... | Argyrios Kyrtzidis | 2010-11-18 | 1 | -0/+3 |
| * | Fix source-range information for Objective-C properties. Previously, | Douglas Gregor | 2010-11-17 | 1 | -0/+14 |
| * | Use an OwningPtr for the preamble buffer in ASTUnit. This plugs a leak | Douglas Gregor | 2010-11-16 | 1 | -15/+5 |
| * | Tweak libclang's heuristics for building precompiled preambles and | Douglas Gregor | 2010-11-15 | 1 | -8/+3 |
| * | Improve ASTUnit's capture of diagnostics so that the | Douglas Gregor | 2010-11-11 | 1 | -39/+31 |
| * | Simplify code. | Benjamin Kramer | 2010-11-09 | 1 | -28/+10 |
| * | Change the StringSet used by CalculateHiddenNames() to use a BumpPtrAllocator. | Ted Kremenek | 2010-11-07 | 1 | -6/+6 |
| * | Implement -working-directory. | Argyrios Kyrtzidis | 2010-11-03 | 1 | -8/+25 |
| * | Disable some timing code | Douglas Gregor | 2010-11-01 | 1 | -1/+1 |
| * | Simplify ASTUnit's internal timers, by not trying to keep a pile of | Douglas Gregor | 2010-10-28 | 1 | -66/+64 |
| * | Introduce libclang-level options for C++ precompiled preambles, | Douglas Gregor | 2010-10-27 | 1 | -3/+14 |
| * | Parse default arguments within member functions in source order, from | Douglas Gregor | 2010-10-12 | 1 | -0/+1 |
| * | When we load an ASTUnit from command-line arguments, hold on to the | Douglas Gregor | 2010-10-12 | 1 | -72/+111 |
| * | Switch c-index-test from clang_codeComplete() over to | Douglas Gregor | 2010-10-11 | 1 | -1/+10 |
| * | Fix three related, wily issues with the recompilation of precompiled | Douglas Gregor | 2010-10-08 | 1 | -14/+5 |
| * | Don't force spell checking when code-completing. Let the client decide | Douglas Gregor | 2010-10-07 | 1 | -7/+0 |
| * | Fix a double-free error that can occur in rare cases where loading | Douglas Gregor | 2010-10-06 | 1 | -0/+1 |
| * | Give every file that ASTReader loads a type: module, PCH, precompiled preambl... | Sebastian Redl | 2010-10-05 | 1 | -5/+2 |
| * | Enable chained precompiled headers for use with precompiled preambles | Douglas Gregor | 2010-10-01 | 1 | -3/+1 |
| * | Remove libclang logging code | Douglas Gregor | 2010-09-27 | 1 | -32/+2 |
| * | When setting the globally-visible declarations for a particular | Douglas Gregor | 2010-09-24 | 1 | -2/+32 |
| * | Teach libclang to enable multithreading in LLVM, since libclang clients are l... | Douglas Gregor | 2010-09-24 | 1 | -0/+3 |
| * | Synchronize globally-cached code completion results with the results | Douglas Gregor | 2010-09-23 | 1 | -4/+6 |
| * | Tweak priorities for some types and macros: | Douglas Gregor | 2010-09-20 | 1 | -0/+1 |
| * | Introduce a new code-completion context for a parenthesized | Douglas Gregor | 2010-09-14 | 1 | -5/+12 |
| * | The two libclang crash-recovery tests that involve precompiled | Douglas Gregor | 2010-09-11 | 1 | -0/+7 |
| * | If we fail to create a temporary file for the precompiled preamble, | Douglas Gregor | 2010-09-11 | 1 | -1/+10 |
| * | Tweak GetPreamblePCHPath() to more closely match the behavior of the | Douglas Gregor | 2010-09-11 | 1 | -0/+5 |
| * | Suggest "const" and "volatile" code completions after a function | Douglas Gregor | 2010-08-27 | 1 | -0/+1 |
| * | Implement code completion for @selector expressions | Douglas Gregor | 2010-08-26 | 1 | -0/+1 |
| * | Move the sorting of code-completion results out of the main path and | Douglas Gregor | 2010-08-26 | 1 | -3/+1 |
| * | Revert r112149, "Move the sorting of code-completion results out of the main | Daniel Dunbar | 2010-08-26 | 1 | -1/+3 |
| * | Move the sorting of code-completion results out of the main path and | Douglas Gregor | 2010-08-26 | 1 | -3/+1 |
| * | Revert "Move the sorting of code-completion results out of the main path and | Douglas Gregor | 2010-08-26 | 1 | -1/+3 |
| * | Move the sorting of code-completion results out of the main path and | Douglas Gregor | 2010-08-25 | 1 | -3/+1 |
| * | When combining the code-completion results from Sema long with the | Douglas Gregor | 2010-08-25 | 1 | -2/+6 |
| * | Add a missing case | Douglas Gregor | 2010-08-25 | 1 | -0/+1 |
| * | Fix an off-by-one error when computing the precompiled preamble for | Douglas Gregor | 2010-08-25 | 1 | -1/+2 |
| * | Make the cursor kind of macro-name-only completions produced by | Douglas Gregor | 2010-08-25 | 1 | -1/+4 |
| * | Teach Sema to live without CodeCompleteConsumer.h. | John McCall | 2010-08-25 | 1 | -6/+6 |
| * | Implement code completion for preprocessor expressions and in macro | Douglas Gregor | 2010-08-24 | 1 | -1/+3 |
| * | Implement preprocessor code completion where a macro name is expected, | Douglas Gregor | 2010-08-24 | 1 | -5/+22 |
| * | Introduce new libclang API functions that determine the availability | Douglas Gregor | 2010-08-23 | 1 | -1/+4 |