| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a ParseAST overload that takes a Sema object, so that the caller | Douglas Gregor | 2010-08-12 | 1 | -35/+23 |
* | Fixing the build isn't good enough; back out r110956 and r110953. | John McCall | 2010-08-12 | 1 | -25/+39 |
* | dgregor should write code that compiles. | John McCall | 2010-08-12 | 1 | -4/+6 |
* | Add a ParseAST overload that takes a Sema object, so that the caller | Douglas Gregor | 2010-08-12 | 1 | -36/+20 |
* | Move Sema's headers into include/clang/Sema, renaming a few along the way. | Douglas Gregor | 2010-08-12 | 1 | -1/+1 |
* | atch for implementation of objective-c's -Wselector | Fariborz Jahanian | 2010-07-22 | 1 | -1/+1 |
* | push some source location information down through the compiler, | Chris Lattner | 2010-04-20 | 1 | -2/+1 |
* | Fronted: Kill overly specialized RecordLayoutDumper, just make -dump-record-l... | Daniel Dunbar | 2010-04-08 | 1 | -0/+24 |
* | Entering the main source file in the preprocessor can fail if the | Douglas Gregor | 2010-03-17 | 1 | -1/+2 |
* | Add {ExternalSemaSource,SemaConsumer}::ForgetSema callback, and update PCHReader | Daniel Dunbar | 2009-12-01 | 1 | -1/+8 |
* | Don't call Decl::CollectingStats(false) and Stmt::CollectingStats(false). Whe... | Kovarththanan Rajaratnam | 2009-11-29 | 1 | -3/+0 |
* | Fixes a typo, reported by Doug. | Fariborz Jahanian | 2009-11-17 | 1 | -1/+1 |
* | Silence some warnings produced by Clang, and add a missing header | Douglas Gregor | 2009-11-17 | 1 | -1/+1 |
* | Handle case of missing '@end' in implementation context | Fariborz Jahanian | 2009-11-16 | 1 | -0/+3 |
* | Rework Sema code completion interface. | Daniel Dunbar | 2009-11-13 | 1 | -12/+2 |
* | Spell function pointer correctly. | Daniel Dunbar | 2009-09-22 | 1 | -1/+1 |
* | Refactor and simplify the CodeCompleteConsumer, so that all of the | Douglas Gregor | 2009-09-21 | 1 | -1/+3 |
* | Initial implementation of a code-completion interface in Clang. In | Douglas Gregor | 2009-09-17 | 1 | -1/+11 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -7/+7 |
* | Fix build of clang with gcc-4.4: #include <cstdio> was missing. | Torok Edwin | 2009-08-24 | 1 | -0/+2 |
* | PR3679 - enable #pragma weak aliasing. | Ryan Flynn | 2009-07-31 | 1 | -0/+6 |
* | Remove an unneeded header. | Mike Stump | 2009-07-22 | 1 | -1/+0 |
* | Lazy deserialization of the declaration chains associated with | Douglas Gregor | 2009-04-21 | 1 | -2/+8 |
* | Introduce the notion of a SemaConsumer, which is an ASTConsumer that | Douglas Gregor | 2009-04-20 | 1 | -0/+4 |
* | rearrange #include order. | Chris Lattner | 2009-04-19 | 1 | -2/+2 |
* | When building a PCH file, don't perform end-of-translation-unit | Douglas Gregor | 2009-04-14 | 1 | -2/+3 |
* | When writing a PCH file, keep track of all of the non-static, | Douglas Gregor | 2009-04-14 | 1 | -0/+4 |
* | Push DeclGroup much farther throughout the compiler. Now the various | Chris Lattner | 2009-03-29 | 1 | -5/+3 |
* | Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for a | Chris Lattner | 2009-03-28 | 1 | -2/+2 |
* | push more ASTContext goodness out through interfaces that use | Chris Lattner | 2009-03-28 | 1 | -1/+0 |
* | remove TranslationUnit from ParseAST. | Chris Lattner | 2009-03-28 | 1 | -6/+7 |
* | change HandleTranslationUnit to take an ASTContext instead of TranslationUnit | Chris Lattner | 2009-03-28 | 1 | -1/+1 |
* | eliminate ASTConsumer::InitializeTU, all clients are | Chris Lattner | 2009-03-28 | 1 | -1/+1 |
* | simplify ParseAST by sucking -disable-free handling logic up into | Chris Lattner | 2009-03-28 | 1 | -22/+6 |
* | Patch by Alexei Svitkine: Refactor Sema::ParseAST API to allow clients to pas... | Ted Kremenek | 2009-01-28 | 1 | -18/+22 |
* | Finish making AST BumpPtrAllocation runtime configurable (based on -disable-f... | Steve Naroff | 2009-01-27 | 1 | -1/+2 |
* | Remove the TopLevelDecls from TranslationUnit, since all of those decls are o... | Douglas Gregor | 2009-01-20 | 1 | -1/+0 |
* | Comment fix, ParseAST does not take ownership of the consumer. | Daniel Dunbar | 2008-10-27 | 1 | -2/+1 |
* | Add --disable-free flag to clang. | Daniel Dunbar | 2008-10-16 | 1 | -11/+20 |
* | Re-enable deletion of AST nodes upon completion of ParseAST. | Ted Kremenek | 2008-08-20 | 1 | -3/+0 |
* | More #include cleaning | Daniel Dunbar | 2008-08-11 | 1 | -3/+0 |
* | More #include cleaning | Daniel Dunbar | 2008-08-11 | 1 | -0/+2 |
* | ParseAST now never releases the passed ASTConsumer. This is the responsibili... | Ted Kremenek | 2008-08-08 | 1 | -4/+1 |
* | ParseAST now conditionally deletes the passed ASTConsumer. | Ted Kremenek | 2008-08-07 | 1 | -2/+3 |
* | Added method "HandleTranslationUnit" to ASTConsumer. This is called by Parse... | Ted Kremenek | 2008-07-02 | 1 | -0/+2 |
* | Introduce preliminary support for NSString format-string checking. | Ted Kremenek | 2008-06-16 | 1 | -0/+2 |
* | Moved LangOptions from TranslationUnit to ASTContext. This induced a variety... | Ted Kremenek | 2008-06-04 | 1 | -2/+3 |
* | Added "InitializeTU" to ASTConsumer. This is used by Sema::ParseAST to pass a | Ted Kremenek | 2008-05-31 | 1 | -1/+1 |
* | Stop leaking the main Sema object. (Leak found using valgrind.) | Eli Friedman | 2008-05-27 | 1 | -2/+3 |
* | Try to plug some memory leaks... | Ted Kremenek | 2008-05-20 | 1 | -2/+9 |