summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/Stmt.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added a path-sensitive idempotent operation checker (-analyzer-idempotent-ope...Tom Care2010-07-061-66/+0
* Added several helper functions to Stmt to recursively check for different ele...Tom Care2010-07-061-0/+66
* Alter the internal representation of the condition variable inDouglas Gregor2010-06-211-8/+124
* Switch over the tablegen to use much prettier range technologyAlexis Hunt2010-05-181-1/+1
* Reapplying patch to change StmtNodes.def to StmtNodes.td, this timeAlexis Hunt2010-05-051-5/+5
* Revert r103072; I accidentally ended up deleting a bunch of trailingAlexis Hunt2010-05-051-29/+29
* Change StmtNodes.def to StmtNodes.td in anticipation of a rewrite of attributesAlexis Hunt2010-05-051-29/+29
* Improve the AST representation of Objective-C @try/@catch/@finallyDouglas Gregor2010-04-231-27/+53
* david conrad points out that {|} in inline assembly on arm are not asmChris Lattner2010-04-231-3/+6
* fix PR6780, properly handling the IR {|} escapes in inline asm strings.Chris Lattner2010-04-051-5/+9
* Remove the AST statistics tracking I added yesterday; it didn't pan out.Douglas Gregor2010-03-311-7/+0
* Introduce new AST statistics that keep track of the number of isa (orDouglas Gregor2010-03-301-0/+7
* Implement Doug's suggestion. Eliminate the Stmts pointer from CXXTryStmt and ...Sam Weinig2010-02-031-12/+19
* Remove the SmallVector from CXXTryStmt.Sam Weinig2010-02-031-14/+23
* Remove abstract expression kinds from the StmtClass enum. Update a few usersJohn McCall2010-02-031-0/+1
* Try to unbreak MSVC build.Benjamin Kramer2010-01-311-1/+1
* Remove the SmallVectors from AsmStmt. Fixes PR6105.Anders Carlsson2010-01-301-21/+49
* Use IdentifierInfo * instead of std::string for the AsmStmt names.Anders Carlsson2010-01-301-2/+2
* Fix thinko.Anders Carlsson2010-01-301-1/+1
* Even more AsmStmt cleanup.Anders Carlsson2010-01-301-9/+8
* Combine AsmStmt::setOutputsAndInputs and AsmStmt::setClobbers.Anders Carlsson2010-01-301-12/+10
* Implement instantiation of AsmStmts (Crazy, I know)Anders Carlsson2010-01-241-1/+1
* Remember if the AsmStmt came from Microsoft-style inline assembly code.Mike Stump2010-01-041-2/+2
* Fix bug I just introduced in ForStmt::child_end() where we could iterate off ...Ted Kremenek2009-12-241-1/+1
* Coelesce 'DoDestroy()' methods in Stmt.cpp, and modify the child_iterator ret...Ted Kremenek2009-12-241-65/+70
* Modify WhileStmt::child_begin()/child_end() to include the initializer for th...Ted Kremenek2009-12-241-2/+16
* Modify SwitchStmt::child_begin()/child_end() to include the initializer for t...Ted Kremenek2009-12-241-4/+14
* Add StmtIterator support for iterating over both the conditionTed Kremenek2009-12-231-2/+15
* Add 'DeclStmt::DoDestroy()' which doesn't actually recurse over its child exp...Ted Kremenek2009-12-231-0/+8
* Add const to accessors that don't modify the object.Mike Stump2009-11-301-1/+1
* Streamline Stmt::CollectingStats() and Decl::CollectingStats(). No functional...Kovarththanan Rajaratnam2009-11-291-2/+2
* Move clients to use IdentifierInfo::getNameStart() instead of getName()Daniel Dunbar2009-10-181-1/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-24/+24
* Fix build of clang with gcc-4.4: #include <cstdio> was missing.Torok Edwin2009-08-241-0/+1
* Get rid of Stmt::Clone now that we can reference count statements instead.Anders Carlsson2009-08-081-12/+0
* Introduce reference counting for statements and expressions, using itDouglas Gregor2009-08-081-1/+15
* Separate Stmt::Destroy into the entrypoint for destroying a statementDouglas Gregor2009-08-071-10/+3
* Simplify printing of the statistics for types.Douglas Gregor2009-05-261-0/+1
* Template instantiation for C++ try/catch statements.Douglas Gregor2009-05-181-1/+1
* Template instantiation for break and continue statements.Douglas Gregor2009-05-151-0/+8
* Add NullStmt::Clone and use itAnders Carlsson2009-05-151-0/+4
* split ObjC and C++ Statements out into their own headers.Chris Lattner2009-04-261-0/+2
* PCH support for inline assembly statements.Douglas Gregor2009-04-171-0/+20
* PCH support for the first batch of statements, including null,Douglas Gregor2009-04-171-0/+8
* Ignore plus operands when looking up the operand number from a named operand....Anders Carlsson2009-04-031-3/+0
* add some spaces :)Chris Lattner2009-03-111-1/+1
* don't use strtoul on a non-null-terminated string.Chris Lattner2009-03-111-4/+5
* fix PR3258 by rejecting invalid numeric operands.Chris Lattner2009-03-111-5/+19
* checking for symbolic operands as well as % at end of string.Chris Lattner2009-03-111-7/+20
* position the caret properly on asm string diagnostics, e.g.:Chris Lattner2009-03-101-1/+1
OpenPOWER on IntegriCloud