Age | Commit message (Expand) | Author |
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 | Frontend: Add basic -H support. | Daniel Dunbar |
2010-08-24 | correct the -isystem option to not add the -isysroot path. Only the weird | Chris Lattner |
2010-08-24 | Implement code completion for preprocessor expressions and in macro | Douglas Gregor |
2010-08-24 | Implement -iwithsysroot, an apple extension which is a close cousin of -isystem. | Chris Lattner |
2010-08-24 | Implement preprocessor code completion where a macro name is expected, | Douglas Gregor |
2010-08-24 | Move ExecuteCompilerInvocation to a new library FrontendTool | Peter Collingbourne |
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-22 | Detabify. | Eli Friedman |
2010-08-21 | Visual Studio tools used on win32 hosts when targeting win32. | Michael J. Spencer |
2010-08-21 | Fix typo in comment. | Michael J. Spencer |
2010-08-20 | Another step in the process of making the parser depend on Sema: | John McCall |
2010-08-20 | Eliminate some extraneous whitespace in the machine-parseable Fix-It output. | Douglas Gregor |
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 | Add machine-parseable Fix-It output as part of diagnostics, under 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-18 | Simplify FixItHint by eliminated the unnecessary InsertionLoc | Douglas Gregor |
2010-08-17 | Fix CMake build | Sebastian Redl |
2010-08-17 | Reintroduce the serialization library, with fixed dependencies. | Sebastian Redl |
2010-08-17 | Patch to add type parameter support for attribute iboutletcollection. | Fariborz Jahanian |
2010-08-17 | Revert Sebastian's build-breaking patch. | Douglas Gregor |
2010-08-17 | Create a new Serialization module that contains all the PCH code, and will co... | Sebastian Redl |
2010-08-17 | Fix a typo in a diag name. | Sebastian Redl |
2010-08-17 | Convert all uses of StringLiteral::getStrData() to StringLiteral::getString() | Benjamin Kramer |
2010-08-17 | When the # of top-level declarations changes after reparsing a | Douglas Gregor |
2010-08-16 | Move include to the proper place. No functionality change | Douglas Gregor |