| Commit message (Expand) | Author | Age | Files | Lines |
* | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 8 | -32/+29 |
* | Move duplicate uninitialized warning suppression into the | Chandler Carruth | 2011-07-22 | 1 | -7/+3 |
* | Simplify passing of CFGBuildOptions around for AnalysisContext. No functiona... | Ted Kremenek | 2011-07-21 | 1 | -15/+29 |
* | Fix -Wuninitialized regression involving functions invalidating parameters pa... | Ted Kremenek | 2011-07-20 | 1 | -1/+3 |
* | Fix false negative in -Wuninitialized involving a () wrapping an lvalue-to-rv... | Ted Kremenek | 2011-07-19 | 1 | -6/+11 |
* | Fix assertion failure in UninitializedValues.cpp where an lvalue to rvalue co... | Ted Kremenek | 2011-07-19 | 1 | -2/+3 |
* | Reduce -Wuninitialized time by 22% (on sqlite) by removing the recursive AST ... | Ted Kremenek | 2011-07-19 | 1 | -100/+87 |
* | Add hooks into the CFG builder to force that specific expressions are always ... | Ted Kremenek | 2011-07-19 | 1 | -5/+7 |
* | Revert r135217, which wasn't the correct fix for PR10358. With this | Chandler Carruth | 2011-07-16 | 1 | -6/+4 |
* | [analyzer] Per discussions with the Cocoa team, extend CF naming conventions ... | Ted Kremenek | 2011-07-16 | 1 | -2/+41 |
* | [analyzer] Place checking for Core Foundation "Create" rule into a proper API... | Ted Kremenek | 2011-07-16 | 1 | -6/+11 |
* | Fix false negative reported in PR 10358 by using 'Unknown' in -Wuninitialized... | Ted Kremenek | 2011-07-14 | 1 | -4/+6 |
* | Revert r135147 and r135075. The consensus was that this wasn't the right thi... | Ted Kremenek | 2011-07-14 | 1 | -14/+12 |
* | Add extra sanity checking in FormatString::matchesType() that we are comparin... | Ted Kremenek | 2011-07-14 | 1 | -3/+6 |
* | Reapply r135075, but modify format-strings.c and format-strings-fixit.c test ... | Ted Kremenek | 2011-07-14 | 1 | -10/+9 |
* | Revert r135075, "format string checking: long and int have the same widths on... | NAKAMURA Takumi | 2011-07-14 | 1 | -9/+10 |
* | format string checking: long and int have the same widths on 32-bit, so we sh... | Ted Kremenek | 2011-07-13 | 1 | -10/+9 |
* | Re-relax conversion specifier checking for printf format strings and conversi... | Ted Kremenek | 2011-07-13 | 1 | -3/+4 |
* | Fix inversion in argument type checking for format strings with conversion sp... | Ted Kremenek | 2011-07-13 | 1 | -2/+2 |
* | Make the worklist in the uninitialized values checker actually a queue. | Chandler Carruth | 2011-07-08 | 1 | -13/+13 |
* | Build up statistics about the work done for analysis based warnings. | Chandler Carruth | 2011-07-06 | 1 | -7/+13 |
* | Teach the static analyzer's interpretation of Cocoa conventions to | Douglas Gregor | 2011-07-06 | 1 | -2/+4 |
* | Added a missing case label. | Fariborz Jahanian | 2011-07-06 | 1 | -0/+1 |
* | Revert r133024, "[format strings] correctly suggest correct type for '%@' | Daniel Dunbar | 2011-06-28 | 2 | -4/+1 |
* | Introduce a new AST node describing reference binding to temporaries. | Douglas Gregor | 2011-06-21 | 1 | -1/+5 |
* | Finish 2 sentences. | Francois Pichet | 2011-06-16 | 1 | -1/+1 |
* | Automatic Reference Counting. | John McCall | 2011-06-15 | 1 | -0/+6 |
* | [format strings] correctly suggest correct type for '%@' specifiers. Fixes <... | Ted Kremenek | 2011-06-14 | 2 | -1/+4 |
* | Implement Objective-C Related Result Type semantics. | Douglas Gregor | 2011-06-11 | 1 | -0/+1 |
* | [analyzer] PR8962 again. Ban ParenExprs (and friends) from block-level expres... | Jordy Rose | 2011-06-10 | 3 | -27/+22 |
* | [analyzer] Ignore parentheses around block-level expressions when computing l... | Jordy Rose | 2011-06-09 | 1 | -3/+13 |
* | Utilize PackedVector, introduced with llvm commit r132325. | Argyrios Kyrtzidis | 2011-05-31 | 1 | -34/+3 |
* | Add explicit CFG support for ignoring static_asserts. | Ted Kremenek | 2011-05-24 | 1 | -1/+9 |
* | Refactoring of constant expression evaluator | Peter Collingbourne | 2011-05-13 | 1 | -1/+1 |
* | Teach CFG building how to deal with CXXMemberCallExprs and BoundMemberTy, | John McCall | 2011-05-11 | 1 | -15/+12 |
* | Fix crash in -Wuninitialized when using switch statments whose condition is a... | Ted Kremenek | 2011-05-10 | 1 | -5/+9 |
* | Elide __label__ declarations from the CFG. This resolves a crash in CFGRecSt... | Ted Kremenek | 2011-05-10 | 1 | -0/+5 |
* | Silence more -Wnon-pod-memset given its current implementation. I may be | Chandler Carruth | 2011-04-28 | 1 | -1/+1 |
* | Remove unused method CFGBlock::hasBinaryBranchTerminator(). | Ted Kremenek | 2011-04-27 | 1 | -26/+0 |
* | Don't print fixits for format specifiers in cases where the fixit does not ac... | Eli Friedman | 2011-04-27 | 1 | -12/+27 |
* | When generating printf fixits, preserve the original formating for unsigned i... | Ted Kremenek | 2011-04-25 | 1 | -1/+3 |
* | Fix PR9741. The implicit declarations created for range-based for loops weren... | Richard Smith | 2011-04-18 | 1 | -2/+2 |
* | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -2/+2 |
* | When we transform a C++ exception declaration (e.g., for template | Douglas Gregor | 2011-04-14 | 1 | -6/+0 |
* | Add support for C++0x's range-based for loops, as specified by the C++11 draf... | Richard Smith | 2011-04-14 | 1 | -0/+120 |
* | Return the correct lastly populated block from CFGBuilder::VisitUnaryExprOrTy... | Ted Kremenek | 2011-04-14 | 1 | -2/+4 |
* | Teach -Wuninitialized about C++'s typeid expression, including both the | Chandler Carruth | 2011-04-13 | 1 | -0/+12 |
* | Teach -Wuninitialized to not warn about variables declared in C++ catch state... | Ted Kremenek | 2011-04-07 | 1 | -0/+1 |
* | Commit a bit of a hack to fully handle the situation where variables are | Chandler Carruth | 2011-04-05 | 1 | -4/+16 |
* | Fix PR 9626 (duplicated self-init warnings under -Wuninitialized) with numero... | Ted Kremenek | 2011-04-04 | 2 | -8/+23 |