Age | Commit message (Expand) | Author |
2009-10-01 | Make sure to free the explicit template arguments provided for an | Douglas Gregor |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-08-27 | iterator.h is no more. Be standards compliant. | Gabor Greif |
2009-08-25 | Changed condition of an assert. | Fariborz Jahanian |
2009-08-25 | Sanity checking for statement reference counts. Thanks for the suggestion, Fa... | Douglas Gregor |
2009-08-08 | Get rid of Stmt::Clone now that we can reference count statements instead. | Anders Carlsson |
2009-08-08 | Introduce reference counting for statements and expressions, using it | Douglas Gregor |
2009-08-07 | Separate Stmt::Destroy into the entrypoint for destroying a statement | Douglas Gregor |
2009-07-28 | Add a Profile function for statements so that we can (eventually) determine | Douglas Gregor |
2009-06-30 | Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions. | Chris Lattner |
2009-06-12 | add the location of the ')' in a do/while statement to DoStmt. | Chris Lattner |
2009-05-30 | Add a Stmt::printPretty overload which takes an ASTContext; start | Eli Friedman |
2009-05-29 | Create a new PrintingPolicy class, which we pass down through the AST | Douglas Gregor |
2009-05-23 | Use 'Exprs.data()' instead of 'Exprs.empty() ? NULL : ...' | Ted Kremenek |
2009-05-22 | Modify begin()/end() for AsmStmt iterators to handle the case when Exprs.empty() | Ted Kremenek |
2009-05-16 | Template instantiation for IndirectGotoStmt. Now my life is complete. | Douglas Gregor |
2009-05-15 | Template instantiation for switch statements | Douglas Gregor |
2009-05-15 | Template instantiation for break and continue statements. | Douglas Gregor |
2009-05-15 | Template instantiation for "for" loops | Douglas Gregor |
2009-05-15 | Template instantiation for do-while statements. | Douglas Gregor |
2009-05-15 | Template instantiation for "if" statements. Also: | Douglas Gregor |
2009-05-15 | Add NullStmt::Clone and use it | Anders Carlsson |
2009-04-26 | split ObjC and C++ Statements out into their own headers. | Chris Lattner |
2009-04-22 | Remove the serialization code that predates precompiled | Douglas Gregor |
2009-04-21 | add support for goto checking and @synchronized blocks, | Chris Lattner |
2009-04-19 | Add location info for indirect goto. | Chris Lattner |
2009-04-18 | reject invalid jumps among pieces of @try blocks. This seems to work | Chris Lattner |
2009-04-18 | add accessor. | Chris Lattner |
2009-04-17 | PCH support for inline assembly statements. | Douglas Gregor |
2009-04-17 | PCH support for indirect gotos and address-of-label expressions. | Douglas Gregor |
2009-04-17 | PCH support for labels and goto. | Douglas Gregor |
2009-04-17 | PCH support for declaration statements, and a test for PredefinedExpr | Douglas Gregor |
2009-04-17 | PCH support for return statements. | Douglas Gregor |
2009-04-17 | PCH support for do-while and for loops | Douglas Gregor |
2009-04-17 | PCH support for while and continue statements | Douglas Gregor |
2009-04-17 | PCH support for the first batch of statements, including null, | Douglas Gregor |
2009-04-14 | PCH support for a few very, very simple kinds of expressions. Hook up | Douglas Gregor |
2009-04-07 | Move the internal DeclContext data structures into a separate header. | Douglas Gregor |
2009-04-03 | fix some warnings on VC++, patch by John Thompson! | Chris Lattner |
2009-03-28 | some random cleanups | Chris Lattner |
2009-03-28 | eliminate unneeded iterator wrappers. | Chris Lattner |
2009-03-28 | rename some methods. | Chris Lattner |
2009-03-28 | Cleanups for DeclGroup. | Chris Lattner |
2009-03-11 | fix PR3258 by rejecting invalid numeric operands. | Chris Lattner |
2009-03-10 | add plumbing to report diagnostics back through sema for malformed asmstrings. | Chris Lattner |
2009-03-10 | move the asm string analysis code out of codegen into common | Chris Lattner |
2009-03-10 | move matching of named operands into AsmStmt class. At the same | Chris Lattner |
2009-03-10 | add some helper methods to AsmStmt and add some comments. | Chris Lattner |
2009-03-04 | fix infinite recursion | Chris Lattner |
2009-03-04 | make CaseStmt::getSourceRange() iterative for deeply | Chris Lattner |