summaryrefslogtreecommitdiff
path: root/include/clang/Analysis
Commit message (Expand)AuthorAge
* Fix a crash in Retain Count checker error reportingAnna Zaks2014-06-13
* Thread Safety Analysis: fix handling of string and char literals.DeLesley Hutchins2014-05-30
* Thread Safety Analysis: fix uninitialized member in TIL Literal.DeLesley Hutchins2014-05-30
* Thread Safety Analysis: implement review suggestions from Aaron Ballman.DeLesley Hutchins2014-05-29
* Thread Safety Analysis: minor changes to TIL pretty-printing.DeLesley Hutchins2014-05-29
* Thread Safety Analysis: update TIL traversal mechanism to allow arbitraryDeLesley Hutchins2014-05-28
* Add a check for tautological bitwise comparisons to -Wtautological-compare.Jordan Rose2014-05-20
* [module] Remove a header that isn't used and doesn't compile.Richard Smith2014-05-19
* Thread Safety Analysis: fixes to SExpr pretty printing.DeLesley Hutchins2014-05-15
* Fix typosAlp Toker2014-05-15
* Thread Safety Analysis: add new node types to thread safety TIL.DeLesley Hutchins2014-05-15
* 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 a leak found by LSan: ConsumedBlockInfo owns its StateMapsArray entries.Nico Weber2014-05-06
* [C++11] Use 'nullptr'Craig Topper2014-05-06
* Fixed comments (thanks to Richard Smith).Abramo Bagnara2014-04-23
* Moved operator delete to public area to appease gcc and conform to C++ standard.Abramo Bagnara2014-04-23
* The rewrite constructor should actually rewrite.Aaron Ballman2014-04-23
* Replacing a naked pointer with a unique_ptr. No functional changes intended.Aaron Ballman2014-04-23
* Minor formatting and simplification cleanup -- no functional changes intended.Aaron Ballman2014-04-23
* Thread safety analysis: add array operations to SExpr.DeLesley Hutchins2014-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
* 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
* Preventing future MSVC 2012 surprises with SimpleArray by giving it an explic...Aaron Ballman2014-04-17
* Attempting to unbreak the MSVC 2012 build a second time.Aaron Ballman2014-04-16
* Attempting to unbreak the MSVC 2012 build.Aaron Ballman2014-04-16
* More minor refactoring. Updated for const-correctness, moved another deleted ...Aaron Ballman2014-04-16
* Minor cleanups for deleted functions to ensure they're a bit more robustly "d...Aaron Ballman2014-04-16
* Minor formatting cleanups -- no functional changes intended.Aaron Ballman2014-04-16
* Adding a move constructor (due to CopyOnWriteVector requiring move-only seman...Aaron Ballman2014-04-16
* threadSafety::SExprBuilder::BlockInfo: Non-static member initializer is unava...NAKAMURA Takumi2014-04-16
* Reformat.NAKAMURA Takumi2014-04-16
* threadSafety::CopyOnWriteVector: Use LLVM_DELETED_FUNCTION here due to missin...NAKAMURA Takumi2014-04-16
* Fix build after r206338Duncan P. N. Exon Smith2014-04-15
* Thread Safety Analysis: rewrite SSA pass to use the new SExpr and CFGDeLesley Hutchins2014-04-15
* Some minor improvements to the thread safety intermediate language -- mostly ...Aaron Ballman2014-04-10
* Fix the build with LLVM_DELETED_FUNCTION instead of '= delete'Reid Kleckner2014-04-10
* Thread Safety Analysis: reorganized SExpr header files. No change inDeLesley Hutchins2014-04-09
* Thread safety: move the inline function back into a namespaceReid Kleckner2014-04-09
* Switching back from a static namespace-scoped function to a static class-scop...Aaron Ballman2014-04-09
* Thread Safety Analysis: now with less includes. No functional changes.Aaron Ballman2014-04-09
* Cannot have the base class destructor be private (or explicitly deleted); fix...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: fix warning.DeLesley Hutchins2014-04-07