summaryrefslogtreecommitdiff
path: root/lib/Analysis
Commit message (Expand)AuthorAge
* Fix a crash in Retain Count checker error reportingAnna Zaks2014-06-13
* PR19996: don't crash if -Wuninitialized sees a c++1y lambda init-capture.Richard Smith2014-06-11
* Removing an "if (this == nullptr)" check from two print methods. The conditionRichard Trieu2014-06-09
* Thread Safety Analysis: implement review suggestions from Aaron Ballman.DeLesley Hutchins2014-05-29
* Thread Safety Analysis: update TIL traversal mechanism to allow arbitraryDeLesley Hutchins2014-05-28
* Fix line endings.Nikola Smiljanic2014-05-28
* Move the logic for testing for namespace std into one location. This check canRichard Trieu2014-05-28
* Make dead return statement detection more robust against changes in the CFG.Manuel Klimek2014-05-23
* Add a check for tautological bitwise comparisons to -Wtautological-compare.Jordan Rose2014-05-20
* [C++11] Use 'nullptr'. Analysis edition.Craig Topper2014-05-20
* Thread Safety Analysis: add new node types to thread safety TIL.DeLesley Hutchins2014-05-15
* Converting some for loops to use range-based for loops. No functional changes...Aaron Ballman2014-05-14
* Amending r208783 based on a suggestion by David Blaikie.Aaron Ballman2014-05-14
* Replacing some manual iterations with standard algorithms. No functional chan...Aaron Ballman2014-05-14
* Formatting and style changes; no functional changes intended.Aaron Ballman2014-05-14
* Amending r208439 to remove buildLExpr; this code isn't strictly required yet,...Aaron Ballman2014-05-09
* Add the ability to use logical expressions for capability attributes. This is...Aaron Ballman2014-05-09
* ThreadSafetyAnalysis: Don't crash when trying to analyze objc methods.Benjamin Kramer2014-05-09
* Explicitly keep track of temporaries during the consumed analysis.Manuel Klimek2014-05-08
* Fix handling of condition variables in the face of temp dtors.Manuel Klimek2014-05-05
* Remove unused typedef found by gcc's -Wunused-local-typedefs.Nico Weber2014-05-02
* Fix bad comment from r207573.Hans Wennborg2014-05-02
* Updated the attribute tablegen emitter for variadic arguments to emit a range...Aaron Ballman2014-05-02
* Renaming the CallableState variadic attribute argument to be CallableStates. ...Aaron Ballman2014-05-02
* scanf analysis: handle scanlists that start with ^] (PR19559)Hans Wennborg2014-04-29
* Renaming range-based for loop variables so they don't appear iterator-like.Aaron Ballman2014-04-28
* [C++11] Converting to range-based for loops. No functional changes intended.Aaron Ballman2014-04-28
* Replacing a naked pointer with a unique_ptr. No functional changes intended.Aaron Ballman2014-04-23
* Updated to be a bit more const friendly. Also switched the linkage to be stat...Aaron Ballman2014-04-23
* Thread safety analysis: add array operations to SExpr.DeLesley Hutchins2014-04-22
* Thread safety analysis: fix warning.DeLesley Hutchins2014-04-22
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* Thread safety analysis: misc updates to SExpr handling. Fix to minimal SSA,DeLesley Hutchins2014-04-21
* Thread Safety Analysis: Convert to minimal SSA.DeLesley Hutchins2014-04-19
* Thread Safety Analysis: Update SSA pass to handle loops.DeLesley Hutchins2014-04-19
* Updating to use more range-based for loops, nullptr and auto. No functional c...Aaron Ballman2014-04-18
* Making some public members into private members. This also introduces a bit m...Aaron Ballman2014-04-17
* Since the object is new'ed in the enterCFG function, now deleting in the exit...Aaron Ballman2014-04-17
* -Wunreachable-code: refine recognition of unreachable "sigil" to cope with im...Ted Kremenek2014-04-16
* Thread Safety Analysis: rewrite SSA pass to use the new SExpr and CFGDeLesley Hutchins2014-04-15
* Fix typo from r206232Richard Trieu2014-04-15
* Fix a bad interaction between -Wtautological-overlap-compare and delayedRichard Trieu2014-04-15
* Thread Safety Analysis: reorganized SExpr header files. No change inDeLesley Hutchins2014-04-09
* Thread Safety Analysis: now with less includes. No functional changes.Aaron Ballman2014-04-09
* Thread Safety Analysis: some minor cleanups to the latest thread safety chang...Aaron Ballman2014-04-09
* Thread Safety Analysis. Misc fixes to SExpr code, responding to code reviewDeLesley Hutchins2014-04-08
* Thread Safety Analysis: various fixes to new SExpr code.DeLesley Hutchins2014-04-07
* Thread Safety Analysis: update to internal SExpr handling.DeLesley Hutchins2014-04-07
* Add a new subgroup to -Wtautological-compare, -Wtautological-overlap-compare,Richard Trieu2014-04-05
* Updating the capability attribute diagnostics to be more capability-neutral. ...Aaron Ballman2014-04-01