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
/
Core
/
ExprEngine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the CFGElement "Invalid" state.
David Blaikie
2013-02-23
1
-4
/
+2
*
[analyzer] Make sure a materialized temporary matches its bindings.
Jordan Rose
2013-02-22
1
-34
/
+33
*
[analyzer] Fix buildbot by not reusing a variable name.
Jordan Rose
2013-02-22
1
-4
/
+4
*
[analyzer] Make sure a temporary object region matches its initial bindings.
Jordan Rose
2013-02-21
1
-4
/
+31
*
Replace ProgramPoint llvm::cast support to be well-defined.
David Blaikie
2013-02-21
1
-18
/
+18
*
Replace CFGElement llvm::cast support to be well-defined.
David Blaikie
2013-02-21
1
-9
/
+9
*
[analyzer] Record whether a base object region represents a virtual base.
Jordan Rose
2013-02-21
1
-2
/
+4
*
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-20
1
-10
/
+9
*
Replace SVal llvm::cast support to be well-defined.
David Blaikie
2013-02-20
1
-28
/
+31
*
[analyzer] Use Clang's evaluation for global constants and default arguments.
Jordan Rose
2013-02-13
1
-1
/
+33
*
[analyzer] Add pointer escape type param to checkPointerEscape callback
Anna Zaks
2013-02-07
1
-4
/
+7
*
[analyzer]Revert part of r161511; suppresses leak false positives in C++
Anna Zaks
2013-02-06
1
-0
/
+6
*
[analyzer] C++ initializers may require cleanups; look through these.
Jordan Rose
2013-01-26
1
-1
/
+1
*
Fix Cast
David Greene
2013-01-15
1
-1
/
+2
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-1
/
+1
*
[analyzer] Rename callback EndPath -> EndFunction
Anna Zaks
2013-01-03
1
-2
/
+2
*
[analyzer] Address Jordan's nitpicks as per code review of r170625.
Anna Zaks
2012-12-21
1
-9
/
+6
*
[analyzer] Add the pointer escaped callback.
Anna Zaks
2012-12-20
1
-6
/
+116
*
fixed line endings
Anton Yartsev
2012-12-14
1
-22
/
+22
*
added post-statement callback to CXXNewExpr and pre-statement callback to CXX...
Anton Yartsev
2012-12-14
1
-15
/
+22
*
[analyzer] Propagate the checker's state from checkBranchCondition
Anna Zaks
2012-12-14
1
-3
/
+3
*
[analyzer] Optimization heuristic: do not reanalyze every ObjC method as
Anna Zaks
2012-12-07
1
-2
/
+4
*
[analyzer] Remove unused fields from ExprEngine.
Jordan Rose
2012-12-06
1
-14
/
+7
*
[analyzer] Remove checks that predate the linearized CFG.
Jordan Rose
2012-12-06
1
-10
/
+1
*
[analyzer] Use optimized assumeDual for branches.
Jordan Rose
2012-12-06
1
-6
/
+12
*
[analyzer] Remove bindExprAndLocation, which does extra work for no gain.
Jordan Rose
2012-12-06
1
-11
/
+6
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-7
/
+7
*
[analyzer] Mark symbol values as dead in the environment.
Jordan Rose
2012-11-15
1
-6
/
+22
*
[analyzer] Run remove dead on end of path.
Anna Zaks
2012-11-03
1
-5
/
+19
*
[analyzer] Refactor: Remove Pred from NodeBuilderContext.
Anna Zaks
2012-11-03
1
-9
/
+9
*
[analyzer] Handle 'SomeVar.SomeEnumConstant', which is legal in C++.
Jordan Rose
2012-10-23
1
-7
/
+7
*
[analyzer] Replace -analyzer-no-eagerly-trim-egraph with graph-trim-interval.
Jordan Rose
2012-10-23
1
-4
/
+5
*
[analyzer] Create a temporary region when accessing a struct rvalue.
Jordan Rose
2012-10-17
1
-27
/
+50
*
Revert "[analyzer] Check that a member expr is valid even when the result is ...
Jordan Rose
2012-10-01
1
-17
/
+9
*
[analyzer] Make ProgramStateManager's SubEngine parameter optional.
Jordan Rose
2012-10-01
1
-1
/
+1
*
Revert "[analyzer] Create a temporary region for rvalue structs when accessin...
Jordan Rose
2012-09-29
1
-9
/
+9
*
Revert "[analyzer] Create a temp region when a method is called on a struct r...
Jordan Rose
2012-09-29
1
-31
/
+22
*
[analyzer] Create a temp region when a method is called on a struct rvalue.
Jordan Rose
2012-09-28
1
-22
/
+31
*
[analyzer] Create a temporary region for rvalue structs when accessing fields
Jordan Rose
2012-09-28
1
-9
/
+9
*
[analyzer] Check that a member expr is valid even when the result is an lvalue.
Jordan Rose
2012-09-22
1
-9
/
+17
*
Refactor logic in ExprEngine for detecting 'noreturn' methods
Ted Kremenek
2012-09-13
1
-3
/
+1
*
PR13811: Add a FunctionParmPackExpr node to handle references to function
Richard Smith
2012-09-12
1
-0
/
+1
*
[analyzer] Don't attempt to devirtualize calls to base class destructors.
Jordan Rose
2012-09-06
1
-3
/
+3
*
Dont cast away const needlessly. Found by gcc48 -Wcast-qual.
Roman Divacky
2012-09-06
1
-3
/
+3
*
Revert r163083 per chandlerc's request.
Joao Matos
2012-09-04
1
-1
/
+0
*
Implemented parsing and AST support for the MS __leave exception statement. A...
Joao Matos
2012-09-02
1
-0
/
+1
*
[analyzer] Refactor the logic that determines if a functions should be
Anna Zaks
2012-08-30
1
-3
/
+4
*
Rename 'MaxLoop' to 'maxBlockVisitOnPath' to reflect reality. We
Ted Kremenek
2012-08-30
1
-1
/
+1
*
Rename AnalyzerOptions 'EagerlyAssume' to 'eagerlyAssumeBinOpBifurcation'.
Ted Kremenek
2012-08-30
1
-11
/
+13
*
Store const& to AnalyzerOptions in AnalysisManager instead of copying
Ted Kremenek
2012-08-30
1
-11
/
+12
[next]