| Commit message (Expand) | Author | Age | Files | Lines |
| * | Thread Safety Analysis: Replace the old and broken SExpr with the new | DeLesley Hutchins | 2014-07-28 | 1 | -723/+168 |
| * | [C++11] Use 'nullptr'. Analysis edition. | Craig Topper | 2014-05-20 | 1 | -38/+39 |
| * | Converting some for loops to use range-based for loops. No functional changes... | Aaron Ballman | 2014-05-14 | 1 | -23/+14 |
| * | Amending r208783 based on a suggestion by David Blaikie. | Aaron Ballman | 2014-05-14 | 1 | -14/+12 |
| * | Replacing some manual iterations with standard algorithms. No functional chan... | Aaron Ballman | 2014-05-14 | 1 | -29/+22 |
| * | Formatting and style changes; no functional changes intended. | Aaron Ballman | 2014-05-14 | 1 | -8/+7 |
| * | Amending r208439 to remove buildLExpr; this code isn't strictly required yet,... | Aaron Ballman | 2014-05-09 | 1 | -46/+0 |
| * | Add the ability to use logical expressions for capability attributes. This is... | Aaron Ballman | 2014-05-09 | 1 | -0/+47 |
| * | Remove unused typedef found by gcc's -Wunused-local-typedefs. | Nico Weber | 2014-05-02 | 1 | -2/+0 |
| * | Updated the attribute tablegen emitter for variadic arguments to emit a range... | Aaron Ballman | 2014-05-02 | 1 | -18/+13 |
| * | Updating to use more range-based for loops, nullptr and auto. No functional c... | Aaron Ballman | 2014-04-18 | 1 | -20/+14 |
| * | Making some public members into private members. This also introduces a bit m... | Aaron Ballman | 2014-04-17 | 1 | -16/+10 |
| * | Thread Safety Analysis: reorganized SExpr header files. No change in | DeLesley Hutchins | 2014-04-09 | 1 | -0/+1 |
| * | Thread Safety Analysis: update to internal SExpr handling. | DeLesley Hutchins | 2014-04-07 | 1 | -8/+15 |
| * | Updating the capability attribute diagnostics to be more capability-neutral. ... | Aaron Ballman | 2014-04-01 | 1 | -104/+176 |
| * | The release_capability, release_shared_capability and release_generic_capabil... | Aaron Ballman | 2014-03-21 | 1 | -27/+33 |
| * | Replacing the exclusive_lock_function, shared_lock_function and unlock_functi... | Aaron Ballman | 2014-03-20 | 1 | -24/+14 |
| * | Thread safety analysis: move smart pointer checks from -Wthread-safety-beta | DeLesley Hutchins | 2014-03-10 | 1 | -27/+19 |
| * | [C++11] Replacing DeclBase iterators specific_attr_begin() and specific_attr_... | Aaron Ballman | 2014-03-10 | 1 | -8/+4 |
| * | Based on usage, the NamedDecl is always set when constructing a CallingContex... | Aaron Ballman | 2014-03-06 | 1 | -6/+3 |
| * | Refactored to use a simple helper function that wraps the logic of creating a... | Aaron Ballman | 2014-03-06 | 1 | -26/+18 |
| * | Very minor simplification and typo correction; no functional changes intended. | Aaron Ballman | 2014-03-06 | 1 | -14/+3 |
| * | DeLesley Hutchins (who wrote the original thread-safety attribute functionali... | Aaron Ballman | 2014-02-18 | 1 | -19/+8 |
| * | Switching getAttrs calls over to using a specific_attr_iterator. No functiona... | Aaron Ballman | 2013-12-19 | 1 | -8/+8 |
| * | Replacing calls to getAttr with calls to hasAttr for clarity. No functional c... | Aaron Ballman | 2013-12-19 | 1 | -4/+4 |
| * | Fix a tranche of comment, test and doc typos | Alp Toker | 2013-12-05 | 1 | -1/+1 |
| * | Correct hyphenations in comments and assert messages | Alp Toker | 2013-12-05 | 1 | -1/+1 |
| * | Thread safety analysis: fix ICE due to missing null check on dyn_cast. | DeLesley Hutchins | 2013-11-26 | 1 | -6/+9 |
| * | Thread-safety analysis: check guarded_by and pt_guarded_by on array access. | DeLesley Hutchins | 2013-11-08 | 1 | -2/+31 |
| * | Thread safety analysis: minor bugfix to smart pointer handling, and expanded | DeLesley Hutchins | 2013-11-06 | 1 | -4/+5 |
| * | Thread safety analysis: check pt_guarded_by attribute when calling -> and * | DeLesley Hutchins | 2013-11-05 | 1 | -0/+8 |
| * | Simplify some implementations of get*Decl. | Rafael Espindola | 2013-10-19 | 1 | -4/+2 |
| * | Thread Safety Analysis: fix bug when using TryLock with && and || expressions. | DeLesley Hutchins | 2013-08-15 | 1 | -5/+11 |
| * | Thread safety analysis: move warnings within lock/unlock functions out of beta. | DeLesley Hutchins | 2013-08-15 | 1 | -6/+0 |
| * | Updating a link in the comments; no functional change. | Aaron Ballman | 2013-06-26 | 1 | -2/+2 |
| * | Thread safety analysis: fix use after free bug reported by Evgeniy Stepanov. | DeLesley Hutchins | 2013-05-20 | 1 | -7/+21 |
| * | Thread safety analysis: add two new attributes to the thread safety analysis: | DeLesley Hutchins | 2013-05-17 | 1 | -8/+41 |
| * | Thread safety analysis: turn on checking within lock and unlock functions. | DeLesley Hutchins | 2013-04-08 | 1 | -10/+48 |
| * | Thread safety analysis: Turn on checking for non-scalar types by default. | DeLesley Hutchins | 2013-04-01 | 1 | -49/+43 |
| * | Remove the CFGElement "Invalid" state. | David Blaikie | 2013-02-23 | 1 | -6/+6 |
| * | Replace CFGElement llvm::cast support to be well-defined. | David Blaikie | 2013-02-21 | 1 | -15/+15 |
| * | Thread-safety analysis: ignore edges from throw expressions in CFG. | DeLesley Hutchins | 2013-01-18 | 1 | -2/+16 |
| * | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko | 2013-01-12 | 1 | -1/+1 |
| * | Thread-safety analysis: check member access on guarded non-primitive types. | DeLesley Hutchins | 2012-12-08 | 1 | -0/+9 |
| * | 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 | 1 | -4/+4 |
| * | Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ... | Benjamin Kramer | 2012-12-01 | 1 | -2/+3 |
| * | Thread-safety analysis: allow attributes on constructors to refer to 'this'. | DeLesley Hutchins | 2012-10-05 | 1 | -16/+31 |
| * | Thread-safety analysis: better handling of unreachable blocks. Fixes a bug | DeLesley Hutchins | 2012-09-21 | 1 | -17/+20 |