index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
StaticAnalyzer
/
Checkers
/
IdempotentOperationChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Remove IdempotentOperations checker.
Ted Kremenek
2014-01-04
1
-736
/
+0
*
Eliminate BinaryTypeTraitExpr
Alp Toker
2013-12-13
1
-1
/
+0
*
Fix two incorrect comments.
Jordan Rose
2013-09-13
1
-2
/
+2
*
Make IgnoreParens() look through ChooseExprs.
Eli Friedman
2013-07-20
1
-13
/
+2
*
[analyzer] Apply the suppression rules to the nil receiver only if the value ...
Anna Zaks
2013-03-28
1
-2
/
+2
*
Replace ProgramPoint llvm::cast support to be well-defined.
David Blaikie
2013-02-21
1
-10
/
+7
*
Replace SVal llvm::cast support to be well-defined.
David Blaikie
2013-02-20
1
-2
/
+2
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-6
/
+6
*
Include pruning and general cleanup.
Benjamin Kramer
2012-12-01
1
-0
/
+1
*
[analyzer] Rename 'EmitReport' to 'emitReport'.
Jordan Rose
2012-11-02
1
-1
/
+1
*
[analyzer] Fix BugType memory leak in IdempotentOperationChecker.
Tom Care
2012-05-31
1
-1
/
+4
*
Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to
John McCall
2012-03-10
1
-1
/
+0
*
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-1
/
+1
*
Move a method from IdentifierTable.h out of line and remove the SmallString i...
Benjamin Kramer
2012-02-04
1
-0
/
+1
*
Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.
Ted Kremenek
2012-01-26
1
-1
/
+1
*
[analyzer] Make the entries in 'Environment' context-sensitive by making entr...
Ted Kremenek
2012-01-06
1
-3
/
+3
*
Rename AnalysisContext to AnalysisDeclContext. Not only is this name more ac...
Ted Kremenek
2011-10-24
1
-11
/
+11
*
[analyzer] Remove redundant state (AnalysisContext pointer for every BinaryOp...
Anna Zaks
2011-10-03
1
-4
/
+9
*
Static Analyzer Diagnostics: Kill the addVisitorCreator(callbackTy, void*) AP...
Anna Zaks
2011-08-19
1
-2
/
+2
*
Remove EnhancedBugReport and RangedBugReport - pull all the extra functionali...
Anna Zaks
2011-08-17
1
-1
/
+1
*
Rename GRState to ProgramState, and cleanup some code formatting along the way.
Ted Kremenek
2011-08-15
1
-1
/
+1
*
Remove unused STL header includes.
Jay Foad
2011-04-23
1
-1
/
+0
*
Fix another IdempotentOperationsChecker corner case when determining if an ac...
Ted Kremenek
2011-04-12
1
-1
/
+1
*
Teach IdempotentOperationsChecker about paths aborted because ExprEngine didn...
Ted Kremenek
2011-04-02
1
-3
/
+12
*
static analyzer: Rename 'BlocksAborted' to 'BlocksExhausted' to reflect that ...
Ted Kremenek
2011-04-02
1
-1
/
+1
*
Rename class 'CFGReachabilityAnalysis' to 'CFGReverseBlockReachabilityAnalysis'.
Ted Kremenek
2011-03-19
1
-3
/
+3
*
Remove bogus assertion in IdempotentOperationsChecker.
Ted Kremenek
2011-03-15
1
-3
/
+2
*
Add support for the OpenCL vec_step operator, by generalising and
Peter Collingbourne
2011-03-11
1
-3
/
+4
*
[analyzer] Rename CheckerV2 -> Checker.
Argyrios Kyrtzidis
2011-03-01
1
-2
/
+2
*
[analyzer] Migrate IdempotentOperationChecker to CheckerV2.
Argyrios Kyrtzidis
2011-02-23
1
-34
/
+24
*
Migrate CFGReachabilityAnalysis out of the IdempotentOperationsChecker and in...
Ted Kremenek
2011-02-23
1
-83
/
+8
*
Have IdempotentOperationsChecker pull its CFGStmtMap from AnalysisContext.
Ted Kremenek
2011-02-23
1
-4
/
+1
*
[analyzer] Pass CheckerManager to the registration functions.
Argyrios Kyrtzidis
2011-02-17
1
-1
/
+6
*
Change the representation of GNU ?: expressions to use a different expression
John McCall
2011-02-17
1
-1
/
+2
*
[analyzer] Use the new registration mechanism on the IdempotentOperationChecker.
Argyrios Kyrtzidis
2011-02-15
1
-2
/
+2
*
IdempotentOperationChecker: don't repeatedly recompute block reachability.
Ted Kremenek
2011-02-15
1
-2
/
+3
*
Remove dead code in IdempotentOperationChecker.
Ted Kremenek
2011-02-14
1
-46
/
+0
*
Fix edge case where we don't cull warnings in IdempotentOperationsChecker due...
Ted Kremenek
2011-02-14
1
-1
/
+6
*
Use 'BitVector' instead of SmallPtrSet<CFGBlock*> in IdempotentOperationsChec...
Ted Kremenek
2011-02-14
1
-53
/
+68
*
Teach the IdempotentOperations checker to ignore property setters.
Ted Kremenek
2011-02-12
1
-2
/
+9
*
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...
Ted Kremenek
2011-02-10
1
-6
/
+6
*
[analyzer] lib/StaticAnalyzer/Checkers/ExprEngineExperimentalChecks.h -> lib/...
Argyrios Kyrtzidis
2011-02-08
1
-1
/
+1
*
Rename misc. methods in ento::Worklist to start
Ted Kremenek
2011-01-11
1
-2
/
+2
*
Chris Lattner has strong opinions about directory
Ted Kremenek
2010-12-23
1
-0
/
+834