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