| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add note why we used a switch. | Ted Kremenek | 2013-02-05 | 1 | -0/+1 |
| * | Change subexpressions to be visited in the CFG from left-to-right. | Ted Kremenek | 2013-02-05 | 1 | -19/+56 |
| * | [analyzer] add comment | Anna Zaks | 2013-02-05 | 1 | -1/+5 |
| * | clang/Analysis: Fix r174245, a valgrind error in AnalysisDeclContext::getBody... | NAKAMURA Takumi | 2013-02-04 | 1 | -0/+1 |
| * | [analyzer] Always inline functions with bodies generated by BodyFarm. | Anna Zaks | 2013-02-02 | 1 | -2/+15 |
| * | -Wuninitialized: warn about uninitialized values resulting from ?: that evalu... | Ted Kremenek | 2013-01-19 | 1 | -0/+10 |
| * | Thread-safety analysis: ignore edges from throw expressions in CFG. | DeLesley Hutchins | 2013-01-18 | 1 | -2/+16 |
| * | Format strings: don't ever convert %+d to %lu. | Jordan Rose | 2013-01-17 | 1 | -1/+1 |
| * | Format strings: correct signedness if already correcting width (%d,%u). | Jordan Rose | 2013-01-17 | 1 | -1/+19 |
| * | Implement C++11 semantics for [[noreturn]] attribute. This required splitting | Richard Smith | 2013-01-17 | 1 | -7/+5 |
| * | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko | 2013-01-12 | 3 | -5/+5 |
| * | Test commit. | Enea Zaffanella | 2013-01-11 | 1 | -1/+1 |
| * | CFG.cpp: Fix wrapping logic when printing block preds/succs. | Will Dietz | 2013-01-07 | 1 | -2/+2 |
| * | s/CPlusPlus0x/CPlusPlus11/g | Richard Smith | 2013-01-02 | 3 | -3/+3 |
| * | ArrayRefize a CompoundStmt constructor. | Nico Weber | 2012-12-29 | 1 | -3/+1 |
| * | [analyzer] Fix typos. | Anna Zaks | 2012-12-21 | 1 | -2/+2 |
| * | [analyzer] Re-apply r170826 and make the dumping of the GallGraph | Anna Zaks | 2012-12-21 | 1 | -13/+16 |
| * | Revert r170826. The output of | Rafael Espindola | 2012-12-21 | 1 | -2/+8 |
| * | [analyzer] Traverse the Call Graph in topological order. | Anna Zaks | 2012-12-21 | 1 | -8/+2 |
| * | [analyzer] Add blocks and ObjC messages to the call graph. | Anna Zaks | 2012-12-21 | 1 | -14/+67 |
| * | Thread-safety analysis: check member access on guarded non-primitive types. | DeLesley Hutchins | 2012-12-08 | 1 | -0/+9 |
| * | Use the BlockDecl captures list to infer the direct captures for a BlockDataR... | Ted Kremenek | 2012-12-06 | 1 | -4/+7 |
| * | Format strings: offer a cast to 'unichar' for %C in Objective-C contexts. | Jordan Rose | 2012-12-05 | 1 | -3/+5 |
| * | Format strings: the correct conversion for 'char' is %c, not %d or %hhd. | Jordan Rose | 2012-12-05 | 1 | -1/+1 |
| * | Thread-safety analysis: check locks on method calls, operator=, and | DeLesley Hutchins | 2012-12-05 | 1 | -0/+44 |
| * | Thread Safety Analysis: refactor to make more methods accept const pointers, | DeLesley Hutchins | 2012-12-05 | 1 | -86/+94 |
| * | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 11 | -26/+23 |
| * | Include pruning and general cleanup. | Benjamin Kramer | 2012-12-01 | 1 | -6/+16 |
| * | Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ... | Benjamin Kramer | 2012-12-01 | 3 | -19/+21 |
| * | Further reduce "-fsyntax-only -Wuninitialized" time on sqlite3.c by another 2... | Ted Kremenek | 2012-11-17 | 1 | -12/+52 |
| * | Switch -Wuninitialized to use a reverse-post order traversal as | Ted Kremenek | 2012-11-17 | 1 | -15/+33 |
| * | Fix bad CFG construction bug when handling C++ 'try' statements. | Ted Kremenek | 2012-11-13 | 1 | -13/+14 |
| * | [analyzer] add LocationContext::inTopFrame() helper. | Anna Zaks | 2012-11-03 | 1 | -0/+4 |
| * | Fix potential null deference in CFG printer. | Ted Kremenek | 2012-10-12 | 1 | -2/+2 |
| * | Remove dead store. | Ted Kremenek | 2012-10-12 | 1 | -1/+1 |
| * | Conditionally use an integral cast for BodyFarm support for OSAtomicCompareAn... | Ted Kremenek | 2012-10-12 | 1 | -6/+19 |
| * | Switch over to BodyFarm implementation of OSAtomicCompareAndSwap and | Ted Kremenek | 2012-10-11 | 1 | -12/+129 |
| * | Thread-safety analysis: allow attributes on constructors to refer to 'this'. | DeLesley Hutchins | 2012-10-05 | 1 | -16/+31 |
| * | Add FP_CONTRACT support for clang. | Lang Hames | 2012-10-02 | 1 | -1/+1 |
| * | Avoid malloc thrashing in the uninitialized value analysis. | Benjamin Kramer | 2012-09-28 | 1 | -11/+5 |
| * | Add clarifying comment. | Ted Kremenek | 2012-09-24 | 1 | -0/+2 |
| * | Experiment in BodyFarm of structuring AST creation calls in a hierarchy, | Ted Kremenek | 2012-09-21 | 1 | -12/+21 |
| * | Create helper method in BodyFarm for creating simple assignments. | Ted Kremenek | 2012-09-21 | 1 | -4/+12 |
| * | Add helper method in BodyFarm to create unary dereferences. | Ted Kremenek | 2012-09-21 | 1 | -8/+11 |
| * | Add helper method to BodyFarm for creating lvalue-to-rvalue conversions. | Ted Kremenek | 2012-09-21 | 1 | -9/+12 |
| * | Add helper method to BodyFarm for creatinging integral casts. | Ted Kremenek | 2012-09-21 | 1 | -2/+10 |
| * | Thread-safety analysis: better handling of unreachable blocks. Fixes a bug | DeLesley Hutchins | 2012-09-21 | 1 | -17/+20 |
| * | Use helper method to create DeclRefExprs in BodyFarm, hopefully allevating | Ted Kremenek | 2012-09-21 | 1 | -20/+34 |
| * | Add some structuring comments. No functionality change. | Ted Kremenek | 2012-09-21 | 1 | -1/+9 |
| * | Add faux-body support for dispatch_once(). | Ted Kremenek | 2012-09-21 | 1 | -10/+110 |