| Commit message (Expand) | Author | Age | Files | Lines |
| * | When a && or || appears as the condition of a ?:, perform appropriate | Richard Smith | 2012-07-24 | 1 | -10/+13 |
| * | Add a reverse iterator to DeclStmt, and use it when building a CFG. | Jordan Rose | 2012-07-20 | 1 | -5/+4 |
| * | Teach CFG construction about destructors resulting from references to array t... | Ted Kremenek | 2012-07-18 | 1 | -5/+4 |
| * | Refine CFG so that '&&' and '||' don't lead to extra confluence points when u... | Ted Kremenek | 2012-07-14 | 1 | -150/+232 |
| * | Hoist CFG builder logic for '&&' and '||' into helper method. No funcationli... | Ted Kremenek | 2012-07-14 | 1 | -40/+45 |
| * | Remove unused method declaration. | Ted Kremenek | 2012-07-14 | 1 | -1/+0 |
| * | Sort prototypes. No functionality change. | Ted Kremenek | 2012-07-14 | 1 | -19/+18 |
| * | Drop the ASTContext.h include from Stmt.h and fix up transitive users. | Benjamin Kramer | 2012-07-04 | 1 | -0/+1 |
| * | Revert Decl's iterators back to pointer value_type rather than reference valu... | David Blaikie | 2012-06-06 | 1 | -1/+1 |
| * | Zap the /Za compiler switch from MSVC projects, the option is considered harm... | Francois Pichet | 2012-06-06 | 1 | -2/+2 |
| * | Add -Wimplicit-fallthrough warning flag, which warns on fallthrough between | Richard Smith | 2012-05-03 | 1 | -3/+0 |
| * | Remove the ref/value inconsistency in filter_decl_iterator. | David Blaikie | 2012-04-30 | 1 | -1/+1 |
| * | Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it. | Richard Smith | 2012-04-17 | 1 | -1/+2 |
| * | Add an AttributedStmt type to represent a statement with C++11 attributes | Richard Smith | 2012-04-14 | 1 | -1/+5 |
| * | Include lambda capture init expressions in CFG. | Ted Kremenek | 2012-04-12 | 1 | -1/+17 |
| * | Fix CFGBuilder to not include the body of a LambdaExpr in the CFG of the encl... | Ted Kremenek | 2012-04-12 | 1 | -3/+5 |
| * | clang/lib/Analysis/CFG.cpp: Get rid of early insertion of placeholder to the ... | NAKAMURA Takumi | 2012-03-25 | 1 | -7/+4 |
| * | clang/lib/Analysis/CFG.cpp: Fix memory leak since r153297. | NAKAMURA Takumi | 2012-03-25 | 1 | -2/+5 |
| * | [CFG] Cache boolean evaluations of expressions to avoid multiple re-evaluations | Argyrios Kyrtzidis | 2012-03-23 | 1 | -7/+66 |
| * | Fix broken CFG when an initializer is a statement expression that starts with... | Ted Kremenek | 2012-03-22 | 1 | -5/+15 |
| * | Fix crash when querying the CFG reported when using the thread safety analysis | Ted Kremenek | 2012-03-19 | 1 | -1/+1 |
| * | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -1/+1 |
| * | [analyzer] fix regression in analyzer of NOT actually aborting on Stmts it do... | Ted Kremenek | 2012-03-10 | 1 | -1/+10 |
| * | AST representation for user-defined literals, plus just enough of semantic | Richard Smith | 2012-03-07 | 1 | -0/+1 |
| * | Fix horrific CFG bug where '@autoreleasepool' would be put in a dangling bloc... | Ted Kremenek | 2012-03-06 | 1 | -0/+10 |
| * | Move llvm/ADT/SaveAndRestore.h -> llvm/Support/SaveAndRestore.h. | Argyrios Kyrtzidis | 2012-03-01 | 1 | -1/+1 |
| * | Move "clang/Analysis/Support/SaveAndRestore.h" to "llvm/ADT/SaveAndRestore.h" | Argyrios Kyrtzidis | 2012-02-27 | 1 | -1/+1 |
| * | Basic: import OwningPtr<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 1 | -1/+1 |
| * | [CFG] Removed unused local variable. | Erik Verbruggen | 2012-01-31 | 1 | -2/+0 |
| * | Revert various template unreachability code I committed accidentally. | David Blaikie | 2012-01-24 | 1 | -8/+9 |
| * | More fixes/tests. | David Blaikie | 2012-01-24 | 1 | -2/+2 |
| * | Support undefined dependent bases. | David Blaikie | 2012-01-24 | 1 | -7/+6 |
| * | More dead code removal (using -Wunreachable-code) | David Blaikie | 2012-01-20 | 1 | -1/+0 |
| * | Add elidable CXXConstructExpr as block-level expr. It converts an lvalue to a... | Zhongxing Xu | 2012-01-11 | 1 | -2/+1 |
| * | Enable the user to control whether CXXConstructExpr will be added as a | Zhongxing Xu | 2011-12-28 | 1 | -1/+1 |
| * | Colorize and condense CFG pretty-printing. | Ted Kremenek | 2011-12-22 | 1 | -47/+90 |
| * | Improve CFG pretty-printing for CXXConstructExprs. | Ted Kremenek | 2011-12-21 | 1 | -0/+3 |
| * | Improve CFG pretty-printing of CastExprs. | Ted Kremenek | 2011-12-21 | 1 | -1/+8 |
| * | [analyzer] Rely on LLVM Dominators in Clang dominator computation. | Anna Zaks | 2011-12-05 | 1 | -1/+1 |
| * | Teach the CFG builder how to properly destroy temporaries who | Douglas Gregor | 2011-11-15 | 1 | -8/+57 |
| * | Change the AST representation of operations on Objective-C | John McCall | 2011-11-06 | 1 | -0/+29 |
| * | Per discussion with John McCall, don't add OpaqueValueExprs to the CFG. | Ted Kremenek | 2011-11-05 | 1 | -1/+4 |
| * | Rename Expr::Evaluate to Expr::EvaluateAsRValue to make it clear that it will | Richard Smith | 2011-10-29 | 1 | -1/+1 |
| * | Refactor static analyzer to use simpler interface to constant expression eval... | Richard Smith | 2011-10-14 | 1 | -21/+8 |
| * | Switch assert(0/false) llvm_unreachable. | David Blaikie | 2011-09-23 | 1 | -2/+2 |
| * | Add a bit to the CFGBlock to track when it contains a no-return | Chandler Carruth | 2011-09-13 | 1 | -0/+1 |
| * | Consolidate the logic for building a no-return CFG block into a single | Chandler Carruth | 2011-09-13 | 1 | -23/+21 |
| * | Enhance the CFG construction to detect no-return destructors for | Chandler Carruth | 2011-09-13 | 1 | -28/+61 |
| * | Extend the Stmt AST to make it easier to look through label, default, | Chandler Carruth | 2011-09-10 | 1 | -6/+2 |
| * | CFG: record set of C++ 'try' dispatch blocks, which could be of interest to v... | Ted Kremenek | 2011-08-23 | 1 | -2/+2 |