Age | Commit message (Expand) | Author | Files | Lines |
2016-12-03 | DR616, and part of P0135R1: member access (or pointer-to-member access) on a | Richard Smith | 1 | -1/+1 |
2016-10-21 | Remove move constructors that are identical to the generated default move ctor. | Benjamin Kramer | 1 | -1/+1 |
2016-07-18 | [NFC] Header cleanup | Mehdi Amini | 1 | -3/+1 |
2015-11-20 | Thread Safety Analysis: Fix DenseMap iterator invalidation UAF | Reid Kleckner | 1 | -39/+36 |
2015-10-20 | Roll-back r250822. | Angel Garcia Gomez | 1 | -2/+2 |
2015-10-20 | Apply modernize-use-default to clang. | Angel Garcia Gomez | 1 | -2/+2 |
2015-10-03 | Replace double-negated !SourceLocation.isInvalid() with SourceLocation.isVali... | Yaron Keren | 1 | -1/+1 |
2015-09-03 | Thread safety analysis: the NO_THREAD_SAFETY_ANALYSIS attribute will now | DeLesley Hutchins | 1 | -25/+33 |
2015-03-16 | Take the non-reference type when constructing a dummy expression. | Richard Trieu | 1 | -2/+2 |
2015-03-09 | Hide away implementation details of the ThreadSafetyAnalysis in anonymous nam... | Benjamin Kramer | 1 | -27/+22 |
2015-02-04 | Thread Safety Analysis: support adopting of locks, as implemented in | DeLesley Hutchins | 1 | -11/+24 |
2015-02-04 | Thread Safety Analysis: remove minor piece of unused code. No change in | DeLesley Hutchins | 1 | -4/+0 |
2015-02-03 | Thread Safety Analysis: add support for before/after annotations on mutexes. | DeLesley Hutchins | 1 | -23/+220 |
2015-02-03 | Revert "Thread Safety Analysis: add support for before/after annotations on m... | Reid Kleckner | 1 | -216/+17 |
2015-02-03 | thread safety: Add move ctor to BeforeInfo to fix MSVC build | Reid Kleckner | 1 | -0/+2 |
2015-02-03 | Thread Safety Analysis: add support for before/after annotations on mutexes. | DeLesley Hutchins | 1 | -17/+214 |
2015-01-14 | [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.py | Chandler Carruth | 1 | -1/+1 |
2014-11-05 | Thread Safety Analysis: move warnings on range-based for loops out of beta | DeLesley Hutchins | 1 | -11/+9 |
2014-09-18 | Thread Safety Analysis: add new warning flag, -Wthread-safety-reference, which | DeLesley Hutchins | 1 | -16/+68 |
2014-09-03 | Allow a scoped lockable object to acquire/release multiple locks. | Ed Schouten | 1 | -125/+162 |
2014-08-15 | Adding const-qualifiers to auto declarations. NFC. | Aaron Ballman | 1 | -3/+3 |
2014-08-14 | Thread safety analysis: add -Wthread-safety-verbose flag, which adds addition... | DeLesley Hutchins | 1 | -0/+5 |
2014-08-14 | Thread Safety Analysis: fix to improve handling of references to guarded | DeLesley Hutchins | 1 | -20/+34 |
2014-08-04 | ThreadSafety.cpp: Prune bogus \param(s). [-Wdocumentation] | NAKAMURA Takumi | 1 | -3/+0 |
2014-08-04 | ThreadSafetyAnalysis: Fix annotations in class members. [-Wdocumentation] | NAKAMURA Takumi | 1 | -5/+5 |
2014-08-04 | Thread Safety Analysis: add a -Wthread-safety-negative flag that warns whenever | DeLesley Hutchins | 1 | -32/+70 |
2014-08-04 | Thread safety analysis: Add support for negative requirements, which are | DeLesley Hutchins | 1 | -268/+232 |
2014-07-28 | Thread Safety Analysis: Replace the old and broken SExpr with the new | DeLesley Hutchins | 1 | -723/+168 |
2014-05-20 | [C++11] Use 'nullptr'. Analysis edition. | Craig Topper | 1 | -38/+39 |
2014-05-14 | Converting some for loops to use range-based for loops. No functional changes... | Aaron Ballman | 1 | -23/+14 |
2014-05-14 | Amending r208783 based on a suggestion by David Blaikie. | Aaron Ballman | 1 | -14/+12 |
2014-05-14 | Replacing some manual iterations with standard algorithms. No functional chan... | Aaron Ballman | 1 | -29/+22 |
2014-05-14 | Formatting and style changes; no functional changes intended. | Aaron Ballman | 1 | -8/+7 |
2014-05-09 | Amending r208439 to remove buildLExpr; this code isn't strictly required yet,... | Aaron Ballman | 1 | -46/+0 |
2014-05-09 | Add the ability to use logical expressions for capability attributes. This is... | Aaron Ballman | 1 | -0/+47 |
2014-05-02 | Remove unused typedef found by gcc's -Wunused-local-typedefs. | Nico Weber | 1 | -2/+0 |
2014-05-02 | Updated the attribute tablegen emitter for variadic arguments to emit a range... | Aaron Ballman | 1 | -18/+13 |
2014-04-18 | Updating to use more range-based for loops, nullptr and auto. No functional c... | Aaron Ballman | 1 | -20/+14 |
2014-04-17 | Making some public members into private members. This also introduces a bit m... | Aaron Ballman | 1 | -16/+10 |
2014-04-09 | Thread Safety Analysis: reorganized SExpr header files. No change in | DeLesley Hutchins | 1 | -0/+1 |
2014-04-07 | Thread Safety Analysis: update to internal SExpr handling. | DeLesley Hutchins | 1 | -8/+15 |
2014-04-01 | Updating the capability attribute diagnostics to be more capability-neutral. ... | Aaron Ballman | 1 | -104/+176 |
2014-03-21 | The release_capability, release_shared_capability and release_generic_capabil... | Aaron Ballman | 1 | -27/+33 |
2014-03-20 | Replacing the exclusive_lock_function, shared_lock_function and unlock_functi... | Aaron Ballman | 1 | -24/+14 |
2014-03-10 | Thread safety analysis: move smart pointer checks from -Wthread-safety-beta | DeLesley Hutchins | 1 | -27/+19 |
2014-03-10 | [C++11] Replacing DeclBase iterators specific_attr_begin() and specific_attr_... | Aaron Ballman | 1 | -8/+4 |
2014-03-06 | Based on usage, the NamedDecl is always set when constructing a CallingContex... | Aaron Ballman | 1 | -6/+3 |
2014-03-06 | Refactored to use a simple helper function that wraps the logic of creating a... | Aaron Ballman | 1 | -26/+18 |
2014-03-06 | Very minor simplification and typo correction; no functional changes intended. | Aaron Ballman | 1 | -14/+3 |
2014-02-18 | DeLesley Hutchins (who wrote the original thread-safety attribute functionali... | Aaron Ballman | 1 | -19/+8 |