| Commit message (Expand) | Author | Age | Files | Lines |
* | Append CXXDefaultInitExpr's wrapped expression to the CFG when visiting a con... | Enrico Pertoso | 2015-06-03 | 1 | -0/+13 |
* | Update -Winvalid-noreturn to handle destructors better. | Richard Trieu | 2015-05-28 | 1 | -3/+2 |
* | Fix 'CFG graph' typo. NFC | Jonathan Roelofs | 2015-05-19 | 1 | -3/+3 |
* | Wrap to 80 columns. No behavior change. | Nico Weber | 2015-05-18 | 1 | -1/+2 |
* | PR23334: Perform semantic checking of lambda capture initialization in the ri... | Richard Smith | 2015-04-27 | 1 | -1/+1 |
* | Fix for PR20402 in -Wconsumed. | DeLesley Hutchins | 2015-04-15 | 1 | -1/+1 |
* | Use 'override/final' instead of 'virtual' for overridden methods | Alexander Kornienko | 2015-04-11 | 2 | -3/+2 |
* | Take the non-reference type when constructing a dummy expression. | Richard Trieu | 2015-03-16 | 1 | -2/+2 |
* | Make helper functions static | Benjamin Kramer | 2015-03-09 | 1 | -7/+6 |
* | Hide away implementation details of the ThreadSafetyAnalysis in anonymous nam... | Benjamin Kramer | 2015-03-09 | 3 | -69/+41 |
* | Simplify boolean expressions in clang with clang-tidy | David Blaikie | 2015-03-09 | 1 | -2/+2 |
* | Add a format warning for "%p" with non-void* args | Seth Cantrell | 2015-03-04 | 1 | -37/+45 |
* | Make -Wuninitialized warn on pointer-to-member and comma operators. | Manuel Klimek | 2015-03-03 | 1 | -11/+44 |
* | Add support for analyzing FreeBSD kernel printf extensions. | Dimitry Andric | 2015-02-19 | 2 | -5/+54 |
* | Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the ma... | Aaron Ballman | 2015-02-15 | 1 | -1/+1 |
* | Update APIs that return a pair of iterators to return an iterator_range instead. | Benjamin Kramer | 2015-02-06 | 2 | -9/+6 |
* | Thread Safety Analysis: support adopting of locks, as implemented in | DeLesley Hutchins | 2015-02-04 | 1 | -11/+24 |
* | Thread Safety Analysis: remove minor piece of unused code. No change in | DeLesley Hutchins | 2015-02-04 | 1 | -4/+0 |
* | Thread Safety Analysis: add support for before/after annotations on mutexes. | DeLesley Hutchins | 2015-02-03 | 1 | -23/+220 |
* | Revert "Thread Safety Analysis: add support for before/after annotations on m... | Reid Kleckner | 2015-02-03 | 1 | -216/+17 |
* | thread safety: Add move ctor to BeforeInfo to fix MSVC build | Reid Kleckner | 2015-02-03 | 1 | -0/+2 |
* | Thread Safety Analysis: add support for before/after annotations on mutexes. | DeLesley Hutchins | 2015-02-03 | 1 | -17/+214 |
* | [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.py | Chandler Carruth | 2015-01-14 | 4 | -5/+4 |
* | Rename RefersToCapturedVariable to RefersToEnclosingVariableOrCapture, NFC | Alexey Bataev | 2015-01-12 | 1 | -1/+1 |
* | [CallGraph] Make sure the edges are not missed due to re-declarations | Anna Zaks | 2014-12-17 | 1 | -8/+5 |
* | Renamed RefersToEnclosingLocal bitfield to RefersToCapturedVariable. | Alexey Bataev | 2014-12-16 | 1 | -1/+1 |
* | When checking for uninitialized values, do not confuse "std::move" with every | Richard Trieu | 2014-11-27 | 1 | -1/+2 |
* | Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator... | David Blaikie | 2014-11-19 | 1 | -1/+1 |
* | Thread Safety Analysis: move warnings on range-based for loops out of beta | DeLesley Hutchins | 2014-11-05 | 1 | -11/+9 |
* | Remove unused member variable. | Craig Topper | 2014-10-21 | 1 | -1/+0 |
* | [Analysis] Add missing newlines at end of file. | Daniel Dunbar | 2014-10-09 | 1 | -1/+1 |
* | Reverting r214064 and r215650 while investigating a pesky performance regression | Artyom Skrobov | 2014-09-23 | 6 | -143/+134 |
* | Thread Safety Analysis: add new warning flag, -Wthread-safety-reference, which | DeLesley Hutchins | 2014-09-18 | 1 | -16/+68 |
* | Fixing a -Woverflow warning from GCC by using a more natural datatype for thi... | Aaron Ballman | 2014-09-12 | 1 | -2/+2 |
* | Fix a couple of -Wsign-compare warnings introduced in r217556 | Justin Bogner | 2014-09-11 | 1 | -3/+2 |
* | Thread Safety Analysis: major update to thread safety TIL. | DeLesley Hutchins | 2014-09-10 | 2 | -99/+252 |
* | Objective-C. Under a special flag, -Wcstring-format-directive, | Fariborz Jahanian | 2014-09-09 | 1 | -9/+45 |
* | MS format strings: parse the 'Z' printf conversion specifier (PR20808) | Hans Wennborg | 2014-09-07 | 2 | -2/+13 |
* | MS format strings: allow the 'h' length modifier with C, C, s and S (PR20808) | Hans Wennborg | 2014-09-04 | 3 | -2/+30 |
* | MS format strings: support the 'w' length modifier (PR20808) | Hans Wennborg | 2014-09-04 | 3 | -0/+26 |
* | Allow a scoped lockable object to acquire/release multiple locks. | Ed Schouten | 2014-09-03 | 1 | -125/+162 |
* | Add a comment, no functional change. | Nico Weber | 2014-08-29 | 1 | -1/+1 |
* | unique_ptrify the result of CFG::buildCFG/CFGBuilder::buildCFG | David Blaikie | 2014-08-29 | 2 | -11/+9 |
* | More -Wuninitialized updates | Richard Trieu | 2014-08-27 | 1 | -3/+18 |
* | Add support for the static analyzer to synthesize function implementations fr... | Ted Kremenek | 2014-08-27 | 5 | -7/+35 |
* | Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just... | Craig Topper | 2014-08-27 | 1 | -5/+3 |
* | Passing a variable to std::move now counts as a use for -Wuninitialized | Richard Trieu | 2014-08-26 | 1 | -0/+10 |
* | Adding const-qualifiers to auto declarations. NFC. | Aaron Ballman | 2014-08-15 | 1 | -3/+3 |
* | Thread safety analysis: add -Wthread-safety-verbose flag, which adds addition... | DeLesley Hutchins | 2014-08-14 | 1 | -0/+5 |
* | Thread Safety Analysis: fix to improve handling of references to guarded | DeLesley Hutchins | 2014-08-14 | 1 | -20/+34 |