| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | 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 |
| * | Thread-safety analysis: fix bug in expression matching code. | DeLesley Hutchins | 2012-09-11 | 1 | -2/+3 |
| * | Thread-safety analysis: differentiate between two forms of analysis; a precise | DeLesley Hutchins | 2012-09-10 | 1 | -3/+39 |
| * | Ampersand goes with identifier. | Chad Rosier | 2012-09-07 | 1 | -2/+2 |
| * | Bring buildbots back. Fix scoping issue and coding style from r163397. | Chad Rosier | 2012-09-07 | 1 | -6/+8 |
| * | Thread-safety analysis: Add support for selectively turning off warnings | DeLesley Hutchins | 2012-09-07 | 1 | -70/+93 |
| * | Dont cast away const needlessly. Found by gcc48 -Wcast-qual. | Roman Divacky | 2012-09-06 | 1 | -1/+1 |
| * | Thread-safety analysis: bugfix for case where a trylock occurs in an | DeLesley Hutchins | 2012-09-05 | 1 | -0/+3 |
| * | Thread-safety analysis: fix handling of LOCK_RETURNED attribute so that the | DeLesley Hutchins | 2012-08-31 | 1 | -4/+6 |
| * | Thread-safety analysis: fix handling of string constants in mutex | DeLesley Hutchins | 2012-08-31 | 1 | -0/+20 |
| * | Fix an assortment of doxygen comment issues found by -Wdocumentation. | Ted Kremenek | 2012-08-22 | 1 | -19/+19 |
| * | Thread-safety-analysis: adds existential quantification over lock | DeLesley Hutchins | 2012-08-10 | 1 | -14/+61 |