| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Implement faux-body-synthesis of well-known functions in the static analyzer ... | Ted Kremenek | 2012-09-21 | 4 | -6/+160 |
| * | Thread-safety analysis: fix bug where shared trylock was treated | DeLesley Hutchins | 2012-09-20 | 1 | -1/+1 |
| * | Thread safety analysis: properly canonicalize calls to virtual methods within | DeLesley Hutchins | 2012-09-20 | 1 | -4/+16 |
| * | Thread-safety analysis: Fix warning when EXCLUSIVE_LOCKS_REQUIRED | DeLesley Hutchins | 2012-09-19 | 1 | -0/+14 |
| * | Thread-safety analysis: fix ICE when EXCLUSIVE_LOCKS_REQUIRED or | DeLesley Hutchins | 2012-09-19 | 1 | -2/+5 |
| * | clang/lib/Analysis/ObjCNoReturn.cpp: Fix [-Wnewline-eof] | NAKAMURA Takumi | 2012-09-13 | 1 | -1/+1 |
| * | Format strings: offer a fixit for Darwin's %D/%U/%O to ISO %d/%u/%o. | Jordan Rose | 2012-09-13 | 1 | -0/+23 |
| * | Format strings: %D, %U, and %O are valid on Darwin (same as %d, %u, %o). | Jordan Rose | 2012-09-13 | 3 | -6/+65 |
| * | Teach -Wuninitialized to recognize common "noreturn" idioms in | Ted Kremenek | 2012-09-13 | 1 | -4/+16 |
| * | Refactor logic in ExprEngine for detecting 'noreturn' methods | Ted Kremenek | 2012-09-13 | 2 | -1/+69 |
| * | Teach -Wuninitialized to recognize __attribute__((analyzer_noreturn)) | Ted Kremenek | 2012-09-12 | 1 | -8/+20 |
| * | Thread-safety analysis: fix bug in expression matching code. | DeLesley Hutchins | 2012-09-11 | 1 | -2/+3 |
| * | Remove redundant semicolons which are null statements. | Dmitri Gribenko | 2012-09-10 | 2 | -2/+2 |