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
/
SValBuilder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[AST] Remove ASTContext from getThisType (NFC)
Brian Gesiak
2019-01-11
1
-2
/
+2
*
[analyzer] Assume that we always have a SubEngine available
Gabor Horvath
2018-12-15
1
-1
/
+1
*
Revert "Revert r347417 "Re-Reinstate 347294 with a fix for the failures.""
Fangrui Song
2018-11-30
1
-2
/
+2
*
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
Fangrui Song
2018-11-30
1
-2
/
+2
*
[analyzer] Evaluate all non-checker config options before analysis
Kristof Umann
2018-11-30
1
-1
/
+1
*
Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures."
Hans Wennborg
2018-11-28
1
-2
/
+2
*
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
Hans Wennborg
2018-11-27
1
-2
/
+2
*
Re-Reinstate 347294 with a fix for the failures.
Bill Wendling
2018-11-21
1
-2
/
+2
*
Revert r347364 again, the fix was incomplete.
Nico Weber
2018-11-21
1
-2
/
+2
*
Reinstate 347294 with a fix for the failures.
Bill Wendling
2018-11-20
1
-2
/
+2
*
[analyzer] [NFC] Remove unused "state" argument from makeSymExprValNN
George Karpenkov
2018-08-29
1
-2
/
+1
*
[analyzer] Fix constraint being dropped when analyzing a program without tain...
Mikhail R. Gadelha
2018-07-16
1
-3
/
+1
*
DR330: look through array types when forming the cv-decomposition of a type.
Richard Smith
2018-07-11
1
-1
/
+5
*
[analyzer] Add option to set maximum symbol complexity threshold
Mikhail R. Gadelha
2018-07-10
1
-1
/
+5
*
[analyzer] Treat more const variables and fields as known contants.
Artem Dergachev
2018-05-04
1
-1
/
+8
*
[StaticAnalyzer] Fix some Clang-tidy modernize and Include What You Use warni...
Eugene Zelenko
2018-03-06
1
-18
/
+31
*
[analyzer] a few helper methods for getting and comparing symbolic values
George Karpenkov
2018-01-18
1
-1
/
+10
*
Revert "[analyzer] Support generating and reasoning over more symbolic constr...
Dominic Chen
2017-07-12
1
-2
/
+5
*
[analyzer] Support generating and reasoning over more symbolic constraint types
Dominic Chen
2017-07-12
1
-5
/
+2
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-06-03
1
-0
/
+1
*
[analyzer] Treat pointers to static member functions as function pointers
Devin Coughlin
2017-01-10
1
-0
/
+12
*
[analyzer] Add a new SVal to support pointer-to-member operations.
Devin Coughlin
2016-12-15
1
-0
/
+4
*
Remove custom handling of array copies in lambda by-value array capture and
Richard Smith
2016-12-14
1
-1
/
+4
*
[analyzer] Add LocationContext information to SymbolMetadata.
Artem Dergachev
2016-08-17
1
-1
/
+2
*
[analyzer] Avoid crash when attempting to evaluate binary operation on LazyCo...
Devin Coughlin
2016-02-08
1
-0
/
+5
*
[analyzer] Fix an off-by-one in evalIntegralCast()
Artem Dergachev
2016-01-18
1
-1
/
+1
*
[analyzer] Fix SVal/SymExpr/MemRegion class and enum names for consistency.
Artem Dergachev
2016-01-13
1
-3
/
+3
*
[analyzer] Evaluate integral casts as cast symbols if truncations are detected.
Pierre Gousseau
2016-01-12
1
-0
/
+39
*
[analyzer] Improve modelling of nullptr_t in the analyzer. Fix PR25414.
Gabor Horvath
2015-12-04
1
-0
/
+17
*
[analyzer] Improve modeling of static initializers.
Anna Zaks
2015-11-19
1
-4
/
+10
*
Analyzer: Teach analyzer how to handle TypeTraitExpr
Ismail Pazarbasi
2015-09-22
1
-0
/
+5
*
[analyzer] Apply whitespace cleanups by Honggyu Kim.
Ted Kremenek
2015-09-08
1
-5
/
+5
*
[analyzer] Always use 'bool' as the SValBuilder condition type in C++.
Jordan Rose
2013-12-19
1
-1
/
+1
*
Correct hyphenations in comments and assert messages
Alp Toker
2013-12-05
1
-1
/
+1
*
[analyzer] Fix an infinite recursion in region invalidation by adding block c...
Anna Zaks
2013-11-20
1
-2
/
+4
*
[analyzer] Don't even try to convert floats to booleans for now.
Jordan Rose
2013-09-18
1
-0
/
+4
*
[analyzer] Add support for testing the presence of weak functions.
Jordan Rose
2013-08-28
1
-3
/
+6
*
[analyzer] Weaken assertion to account for pointer-to-integer casts.
Jordan Rose
2013-07-25
1
-1
/
+1
*
[analyzer] Handle C string default values for const char * arguments.
Jordan Rose
2013-07-17
1
-0
/
+11
*
[analyzer] Use the expression’s type instead of region’s type in ArrayToP...
Anna Zaks
2013-05-28
1
-2
/
+4
*
[analyzer] Don't try to evaluate MaterializeTemporaryExpr as a constant.
Jordan Rose
2013-05-02
1
-2
/
+7
*
[analyzer] Consolidate constant evaluation logic in SValBuilder.
Jordan Rose
2013-05-01
1
-0
/
+57
*
Re-apply "[analyzer] Model casts to bool differently from other numbers."
Jordan Rose
2013-05-01
1
-0
/
+16
*
Revert "[analyzer] Model casts to bool differently from other numbers."
Jordan Rose
2013-04-29
1
-16
/
+0
*
[analyzer] Model casts to bool differently from other numbers.
Jordan Rose
2013-04-26
1
-0
/
+16
*
[analyzer] Do not crash when processing binary "?:" in C++
Anna Zaks
2013-04-15
1
-5
/
+12
*
[analyzer] Replace isIntegerType() with isIntegerOrEnumerationType().
Jordan Rose
2013-04-09
1
-5
/
+5
*
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-20
1
-11
/
+7
*
Replace SVal llvm::cast support to be well-defined.
David Blaikie
2013-02-20
1
-17
/
+22
[next]