Age | Commit message (Expand) | Author |
2009-11-17 | StringRef'ify CodeCompletionString | Douglas Gregor |
2009-11-13 | Rework Sema code completion interface. | Daniel Dunbar |
2009-11-12 | Spell empty StringRef correctly (0 is a null StringRef, which is not the same). | Daniel Dunbar |
2009-11-07 | Various improvements to Clang's code-completion infrastructure: | Douglas Gregor |
2009-10-30 | Include macros in code-completion results | Douglas Gregor |
2009-09-23 | Print the results of code-completion for overloading by displaying the | Douglas Gregor |
2009-09-23 | Separate the code-completion results for call completion from the | Douglas Gregor |
2009-09-22 | When code-completion finds a declaration only because it is usable as | Douglas Gregor |
2009-09-22 | Tweak the code-completion results ranking and formation, so that | Douglas Gregor |
2009-09-22 | Add getDeclaration()/getKind() accessors to CodeCompleteConsumer::Result | Douglas Gregor |
2009-09-22 | Spell function pointer correctly. | Daniel Dunbar |
2009-09-21 | Enhance "case" code completion in C++ to suggest qualified names for | Douglas Gregor |
2009-09-21 | Refactor and simplify the CodeCompleteConsumer, so that all of the | Douglas Gregor |
2009-09-18 | Introduce code completion strings, which describe how to *use* the | Douglas Gregor |
2009-09-18 | C++ code completion after the "operator" keyword. Provide overloaded | Douglas Gregor |
2009-09-18 | Introduce four new code-completion hooks for C++: | Douglas Gregor |
2009-09-18 | Don't perform name lookup into a given declaration context more than once dur... | Douglas Gregor |
2009-09-18 | For code completion in C++ member access expressions and tag names, | Douglas Gregor |
2009-09-18 | When gathering results for code completion, only include hidden | Douglas Gregor |
2009-09-18 | Implement code completion for tags, e.g., code completion after "enum" | Douglas Gregor |
2009-09-17 | Fix typo. | Mike Stump |
2009-09-17 | Initial implementation of a code-completion interface in Clang. In | Douglas Gregor |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-06-14 | Update LLVM. | Douglas Gregor |
2009-04-24 | PCH support for the global method pool (= instance and factory method | Douglas Gregor |
2009-04-21 | Lazy deserialization of the declaration chains associated with | Douglas Gregor |
2009-04-20 | Introduce the notion of a SemaConsumer, which is an ASTConsumer that | Douglas Gregor |
2009-04-16 | tblgen is now passing diagnostic group information in the .inc file, ignore i... | Chris Lattner |
2009-04-15 | Tblgen now passes the default mapping explicitly, instead of having it | Chris Lattner |
2009-04-14 | When building a PCH file, don't perform end-of-translation-unit | Douglas Gregor |
2009-03-28 | remove TranslationUnit from ParseAST. | Chris Lattner |
2009-03-28 | simplify ParseAST by sucking -disable-free handling logic up into | Chris Lattner |
2009-03-19 | Bindir and Win32 builds work, so switch to .inc files. Leave the .def files i... | Sebastian Redl |
2009-03-14 | Revert the switch to the tablegen diags. It fails for seperate objdir builds ... | Sebastian Redl |
2009-03-14 | Switch diagnostics from .def to tablegen files. Please validate the Windows b... | Sebastian Redl |
2009-01-29 | Fix -Wimplicit-function-declaration, which required some refactoring and | Chris Lattner |
2009-01-29 | move library-specific diagnostic headers into library private dirs. Reduce | Chris Lattner |
2009-01-28 | Patch by Alexei Svitkine: Refactor Sema::ParseAST API to allow clients to pas... | Ted Kremenek |
2008-10-27 | Comment fix, ParseAST does not take ownership of the consumer. | Daniel Dunbar |
2008-10-16 | Add --disable-free flag to clang. | Daniel Dunbar |
2008-08-08 | ParseAST now never releases the passed ASTConsumer. This is the responsibili... | Ted Kremenek |
2008-08-07 | Fix 80 col violation | Ted Kremenek |
2008-08-07 | ParseAST now conditionally deletes the passed ASTConsumer. | Ted Kremenek |
2008-02-06 | rename ASTSTreamer.{h|cpp} -> ParseAST.{h|cpp} | Chris Lattner |
2007-12-29 | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner |
2007-12-19 | Interned MainFileID within SourceManager. Since SourceManager is referenced by | Ted Kremenek |
2007-11-03 | Fix ownership model of ParseAST to allow the dtor of | Chris Lattner |
2007-09-16 | remove some obsolete interfaces. | Chris Lattner |
2007-09-15 | add a new ASTConsumer consumer to simplify stuff in the driver. | Chris Lattner |
2007-07-11 | Stage two of getting CFE top correct. | Reid Spencer |