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
/
ExprEngineC.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Apply whitespace cleanups by Honggyu Kim.
Ted Kremenek
2015-09-08
1
-84
/
+84
*
Use llvm::reverse to make a bunch of loops use foreach. NFC.
Pete Cooper
2015-07-30
1
-3
/
+1
*
Test commit, no changes.
Pavel Labath
2015-01-20
1
-1
/
+1
*
[C++11] Use 'nullptr'. StaticAnalyzer edition.
Craig Topper
2014-05-27
1
-10
/
+13
*
[analyzer] Don't assert when combining using .* on a temporary.
Jordan Rose
2014-04-29
1
-0
/
+6
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-1
/
+1
*
[analyzer] Add checker callbacks for MemberExpr and UnaryExprOrTypeTraitExpr.
Jordan Rose
2013-12-11
1
-24
/
+33
*
Add front-end infrastructure now address space casts are in LLVM IR.
David Tweed
2013-12-11
1
-0
/
+1
*
Revert "[analyzer] Refactor conditional expression evaluating code"
Anna Zaks
2013-12-06
1
-43
/
+55
*
[analyzer] Fix an infinite recursion in region invalidation by adding block c...
Anna Zaks
2013-11-20
1
-1
/
+2
*
[analyzer] Allow pre/post-statement checkers for UnaryOperator.
Jordan Rose
2013-09-27
1
-20
/
+30
*
[analyzer] Run post-stmt checks for DeclStmt.
Jordan Rose
2013-09-13
1
-1
/
+4
*
[analyzer] Refactor conditional expression evaluating code
Pavel Labath
2013-08-23
1
-55
/
+43
*
[analyzer] Enable usage of temporaries in InitListExprs
Pavel Labath
2013-08-09
1
-2
/
+0
*
[analyzer] Pointers-to-members are (currently) Locs, not NonLocs.
Jordan Rose
2013-07-02
1
-1
/
+1
*
[analyzer] Do not create a CompoundVal for lvalue InitListExprs.
Anna Zaks
2013-06-18
1
-4
/
+7
*
[analyzer] Re-enable reasoning about CK_LValueBitCast
Anna Zaks
2013-05-28
1
-3
/
+3
*
[analyzer] Handle CXXTemporaryObjectExprs in compound literals.
Jordan Rose
2013-05-06
1
-19
/
+25
*
[analyzer] Do not crash when processing binary "?:" in C++
Anna Zaks
2013-04-15
1
-4
/
+20
*
[analyzer] Replace isIntegerType() with isIntegerOrEnumerationType().
Jordan Rose
2013-04-09
1
-4
/
+7
*
Add static analyzer support for conditionally executing static initializers.
Ted Kremenek
2013-03-29
1
-19
/
+0
*
Silence a number of static analyzer warnings with assertions and such.
Jordan Rose
2013-03-05
1
-0
/
+2
*
Remove the CFGElement "Invalid" state.
David Blaikie
2013-02-23
1
-2
/
+2
*
Fix regression in modeling assignments of an address of a variable to itself....
Ted Kremenek
2013-02-22
1
-3
/
+1
*
Replace ProgramPoint llvm::cast support to be well-defined.
David Blaikie
2013-02-21
1
-5
/
+5
*
Replace CFGElement llvm::cast support to be well-defined.
David Blaikie
2013-02-21
1
-3
/
+3
*
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-20
1
-2
/
+2
*
Replace SVal llvm::cast support to be well-defined.
David Blaikie
2013-02-20
1
-14
/
+16
*
[analyzer] Remove redundant check as per Jordan's feedback.
Anna Zaks
2013-02-07
1
-3
/
+2
*
[analyzer] Don't reinitialize static globals more than once along a path
Anna Zaks
2013-02-07
1
-14
/
+32
*
Implement OpenCL event_t as Clang builtin type, including event_t related Ope...
Guy Benyei
2013-01-20
1
-1
/
+2
*
Refine analyzer's handling of unary '!' and floating types to not assert.
Ted Kremenek
2013-01-11
1
-1
/
+4
*
Correctly propagate uninitialized values within logical expressions.
Ted Kremenek
2013-01-11
1
-14
/
+18
*
Don't include Type.h in DeclarationName.h.
Benjamin Kramer
2012-12-01
1
-0
/
+1
*
Fix another false positive due to a CXX temporary object appearing in a C ini...
Ted Kremenek
2012-11-28
1
-2
/
+4
*
[analyzer] Fix a crash PR13762.
Anna Zaks
2012-09-05
1
-1
/
+2
*
[analyzer] Don't attempt to create a floating-point value of "1" for ++/--.
Jordan Rose
2012-09-01
1
-1
/
+3
*
Change the representation of builtin functions in the AST
Eli Friedman
2012-08-31
1
-1
/
+2
*
[analyzer] Inline constructors for any object with a trivial destructor.
Jordan Rose
2012-08-27
1
-1
/
+1
*
[analyzer] For now, treat pointers-to-members as non-null void * symbols.
Jordan Rose
2012-08-23
1
-2
/
+10
*
[analyzer] Handle UserDefinedConversion casts in C++.
Jordan Rose
2012-08-23
1
-11
/
+5
*
Rename 'currentX' to 'currX' throughout analyzer and libAnalysis.
Ted Kremenek
2012-08-22
1
-23
/
+21
*
Rename 'getConjuredSymbol*' to 'conjureSymbol*'.
Ted Kremenek
2012-08-22
1
-14
/
+12
*
Remove Store::bindDecl() and Store::bindDeclWithNoInit(), and
Ted Kremenek
2012-08-22
1
-1
/
+1
*
[analyzer] Replace boolean IsSink parameters with 'generateSink' methods.
Jordan Rose
2012-08-20
1
-3
/
+2
*
[analyzer] The result of && or || is always a 1 or 0.
Jordan Rose
2012-08-20
1
-2
/
+20
*
[analyzer] A CXXBaseObjectRegion should correspond to a DIRECT base.
Jordan Rose
2012-08-09
1
-1
/
+1
*
[analyzer] Add a checker to manage dynamic type propagation.
Anna Zaks
2012-08-06
1
-3
/
+0
*
[analyzer] ObjC Inlining: Start tracking dynamic type info in the GDM
Anna Zaks
2012-08-03
1
-0
/
+3
*
Look at the preceding CFGBlock for the expression to load from in ExprEngine:...
Ted Kremenek
2012-07-26
1
-11
/
+25
[next]