]> granicus.if.org Git - clang/history - include/clang/Analysis/Analyses/ThreadSafetyTIL.h
Header guard canonicalization, clang part.
[clang] / include / clang / Analysis / Analyses / ThreadSafetyTIL.h
2014-08-13 Benjamin KramerHeader guard canonicalization, clang part.
2014-07-28 DeLesley HutchinsThread Safety Analysis: Replace the old and broken...
2014-05-30 DeLesley HutchinsThread Safety Analysis: fix handling of string and...
2014-05-30 DeLesley HutchinsThread Safety Analysis: fix uninitialized member in...
2014-05-29 DeLesley HutchinsThread Safety Analysis: implement review suggestions...
2014-05-29 DeLesley HutchinsThread Safety Analysis: minor changes to TIL pretty...
2014-05-28 DeLesley HutchinsThread Safety Analysis: update TIL traversal mechanism...
2014-05-15 DeLesley HutchinsThread Safety Analysis: fixes to SExpr pretty printing.
2014-05-15 DeLesley HutchinsThread Safety Analysis: add new node types to thread...
2014-04-23 Abramo BagnaraFixed comments (thanks to Richard Smith).
2014-04-23 Abramo BagnaraMoved operator delete to public area to appease gcc...
2014-04-23 Aaron BallmanThe rewrite constructor should actually rewrite.
2014-04-22 DeLesley HutchinsThread safety analysis: add array operations to SExpr.
2014-04-21 DeLesley HutchinsThread safety analysis: misc updates to SExpr handling...
2014-04-19 DeLesley HutchinsThread Safety Analysis: Convert to minimal SSA.
2014-04-19 DeLesley HutchinsThread Safety Analysis: Update SSA pass to handle...
2014-04-16 Aaron BallmanMinor formatting cleanups -- no functional changes...
2014-04-15 DeLesley HutchinsThread Safety Analysis: rewrite SSA pass to use the...
2014-04-10 Aaron BallmanSome minor improvements to the thread safety intermedia...
2014-04-10 Reid KlecknerFix the build with LLVM_DELETED_FUNCTION instead of...
2014-04-09 DeLesley HutchinsThread Safety Analysis: reorganized SExpr header files...
2014-04-09 Reid KlecknerThread safety: move the inline function back into a...
2014-04-09 Aaron BallmanSwitching back from a static namespace-scoped function...
2014-04-09 Aaron BallmanThread Safety Analysis: now with less includes. No...
2014-04-09 Aaron BallmanCannot have the base class destructor be private (or...
2014-04-09 Aaron BallmanThread Safety Analysis: some minor cleanups to the...
2014-04-08 DeLesley HutchinsThread Safety Analysis. Misc fixes to SExpr code,...
2014-04-07 DeLesley HutchinsThread Safety Analysis: various fixes to new SExpr...
2014-04-07 DeLesley HutchinsThread Safety Analysis: fix warning.
2014-04-07 DeLesley HutchinsThread Safety Analysis: update to internal SExpr handling.