Age | Commit message (Expand) | Author |
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 |
2010-09-14 | Introduce a new code-completion context for a parenthesized | Douglas Gregor |
2010-09-11 | The two libclang crash-recovery tests that involve precompiled | Douglas Gregor |
2010-09-11 | If we fail to create a temporary file for the precompiled preamble, | Douglas Gregor |
2010-09-11 | Tweak GetPreamblePCHPath() to more closely match the behavior of the | Douglas Gregor |
2010-08-27 | Suggest "const" and "volatile" code completions after a function | Douglas Gregor |
2010-08-26 | Implement code completion for @selector expressions | Douglas Gregor |
2010-08-26 | Move the sorting of code-completion results out of the main path and | Douglas Gregor |
2010-08-26 | Revert r112149, "Move the sorting of code-completion results out of the main | Daniel Dunbar |
2010-08-26 | Move the sorting of code-completion results out of the main path and | Douglas Gregor |
2010-08-26 | Revert "Move the sorting of code-completion results out of the main path and | Douglas Gregor |
2010-08-25 | Move the sorting of code-completion results out of the main path and | Douglas Gregor |
2010-08-25 | When combining the code-completion results from Sema long with the | Douglas Gregor |
2010-08-25 | Add a missing case | Douglas Gregor |
2010-08-25 | Fix an off-by-one error when computing the precompiled preamble for | Douglas Gregor |
2010-08-25 | Make the cursor kind of macro-name-only completions produced by | Douglas Gregor |
2010-08-25 | Teach Sema to live without CodeCompleteConsumer.h. | John McCall |
2010-08-24 | Implement code completion for preprocessor expressions and in macro | Douglas Gregor |
2010-08-24 | Implement preprocessor code completion where a macro name is expected, | Douglas Gregor |
2010-08-23 | Introduce new libclang API functions that determine the availability | Douglas Gregor |
2010-08-23 | Don't include macro results when we're completing a declarator. | Douglas Gregor |
2010-08-23 | Introduce a new code-completion point when we're parsing a | Douglas Gregor |
2010-08-22 | Abstract out member-pointer creation. I'm really unhappy about the current | John McCall |
2010-08-20 | When performing code-completion in the presence of a preamble, make | Douglas Gregor |
2010-08-20 | When we decide not to reuse a precompiled preamble, clear out the | Douglas Gregor |
2010-08-19 | Fix a loop overrun in ComputePreamble when the last remapped file was erased, | Daniel Dunbar |
2010-08-19 | Plug a leak when precompiling the preamble in ASTUnit. | Douglas Gregor |
2010-08-19 | Make sure to initialize ASTUnit::UnsafeToFree | Douglas Gregor |
2010-08-18 | Rename the ASTReader header files. | Sebastian Redl |
2010-08-18 | More PCH -> AST renaming. | Sebastian Redl |
2010-08-18 | Rename various classes from PCH to AST. | Sebastian Redl |
2010-08-18 | Rename PCHReader to ASTReader. | Sebastian Redl |
2010-08-18 | Rename PCHWriter.h to ASTWriter.h | Sebastian Redl |
2010-08-18 | Rename PCHWriter to ASTWriter | Sebastian Redl |
2010-08-18 | When creating an ASTUnit by parsing source code, set DisableFree to | Douglas Gregor |
2010-08-18 | Simplify the ownership model for DiagnosticClients, which was really | Douglas Gregor |
2010-08-17 | Reintroduce the serialization library, with fixed dependencies. | Sebastian Redl |
2010-08-17 | Revert Sebastian's build-breaking patch. | Douglas Gregor |