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
*
[analyzer] Fix a crash when destroying a non-region.
Artem Dergachev
2019-08-20
1
-12
/
+11
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-1
/
+1
*
[analyzer] exploded-graph-rewriter: Implement bug nodes and sink nodes.
Artem Dergachev
2019-07-03
1
-17
/
+10
*
[C++2a] Add __builtin_bit_cast, used to implement std::bit_cast
Erik Pilkington
2019-07-02
1
-0
/
+1
*
[analyzer] Add more timers for performance profiling.
Artem Dergachev
2019-06-25
1
-4
/
+0
*
[analyzer] Fix JSON dumps for ExplodedNodes
Csaba Dabis
2019-06-24
1
-6
/
+2
*
[analyzer] Fix JSON dumps for location contexts.
Artem Dergachev
2019-06-19
1
-3
/
+0
*
[analyzer] print() JSONify: ExplodedNode revision
Csaba Dabis
2019-05-31
1
-3
/
+3
*
[analyzer] Remove EndPath function as it is dead code
Csaba Dabis
2019-05-29
1
-1
/
+0
*
[analyzer][AST] print() JSONify: Stmt implementation
Csaba Dabis
2019-05-29
1
-11
/
+1
*
[analyzer] print() JSONify: getNodeLabel implementation
Csaba Dabis
2019-05-29
1
-19
/
+37
*
[analyzer] print() JSONify: Checker messages implementation
Csaba Dabis
2019-05-29
1
-1
/
+2
*
[analyzer] print() JSONify: Constructing objects implementation
Csaba Dabis
2019-05-29
1
-32
/
+95
*
[analyzer] print() JSONify: Environment implementation
Csaba Dabis
2019-05-29
1
-5
/
+5
*
[CFG] NFC: Remove implicit conversion from CFGTerminator to Stmt *.
Artem Dergachev
2019-05-24
1
-4
/
+4
*
Implement __builtin_LINE() et. al. to support source location capture.
Eric Fiselier
2019-05-16
1
-0
/
+1
*
Reapply "[analyzer] Introduce a simplified API for adding custom path notes."
Artem Dergachev
2019-04-19
1
-1
/
+3
*
[analyzer] Escape pointers stored into top-level parameters with destructors.
Artem Dergachev
2019-04-13
1
-34
/
+30
*
Revert "[analyzer] Introduce a simplified API for adding custom path notes."
Artem Dergachev
2019-03-29
1
-3
/
+1
*
[analyzer] Introduce a simplified API for adding custom path notes.
Artem Dergachev
2019-03-29
1
-1
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[analyzer] Make sure base-region and its sub-regions are either all alive or ...
Artem Dergachev
2019-01-18
1
-1
/
+3
*
[analyzer] Assume that we always have a SubEngine available
Gabor Horvath
2018-12-15
1
-2
/
+2
*
Misc typos fixes in ./lib folder
Raphael Isemann
2018-12-10
1
-2
/
+2
*
[analyzer] Dump stable identifiers for objects under construction.
Artem Dergachev
2018-12-03
1
-2
/
+10
*
Revert "Revert r347417 "Re-Reinstate 347294 with a fix for the failures.""
Fangrui Song
2018-11-30
1
-3
/
+0
*
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
Fangrui Song
2018-11-30
1
-0
/
+3
*
[analyzer] Evaluate all non-checker config options before analysis
Kristof Umann
2018-11-30
1
-10
/
+10
*
[analyzer] Fix the "Zombie Symbols" bug.
Artem Dergachev
2018-11-30
1
-37
/
+28
*
Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures."
Hans Wennborg
2018-11-28
1
-3
/
+0
*
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
Hans Wennborg
2018-11-27
1
-0
/
+3
*
Re-Reinstate 347294 with a fix for the failures.
Bill Wendling
2018-11-21
1
-3
/
+0
*
Revert r347364 again, the fix was incomplete.
Nico Weber
2018-11-21
1
-0
/
+3
*
Reinstate 347294 with a fix for the failures.
Bill Wendling
2018-11-20
1
-3
/
+0
*
Revert 347294, it turned many bots on lab.llvm.org:8011/console red.
Nico Weber
2018-11-20
1
-0
/
+3
*
Use is.constant intrinsic for __builtin_constant_p
Bill Wendling
2018-11-20
1
-3
/
+0
*
Compound literals, enums, et al require const expr
Bill Wendling
2018-11-09
1
-3
/
+4
*
Create ConstantExpr class
Bill Wendling
2018-10-31
1
-0
/
+3
*
[analyzer] Be more plugin-friendly by moving static locals into .cpp files.
Artem Dergachev
2018-10-20
1
-0
/
+5
*
Move some helpers from the global namespace into anonymous ones.
Benjamin Kramer
2018-10-13
1
-1
/
+3
*
[analyzer] [NFC] Remove unused parameters, as found by -Wunused-parameter
George Karpenkov
2018-09-28
1
-17
/
+12
*
[analyzer] Provide an option to dump generated exploded graphs to a given file.
George Karpenkov
2018-09-28
1
-5
/
+30
*
[analyzer] Hotfix for the bug in exploded graph printing
George Karpenkov
2018-09-27
1
-0
/
+2
*
[analyzer] Highlight nodes which have error reports in them in red in explode...
George Karpenkov
2018-09-27
1
-25
/
+65
*
[analyzer] [NFC] Move the code for dumping the program point to ProgramPoint
George Karpenkov
2018-09-27
1
-179
/
+1
*
[analyzer] Highlight sink nodes in red
George Karpenkov
2018-09-21
1
-0
/
+2
*
[analyzer] Associate diagnostics created in checkEndFunction with a return st...
George Karpenkov
2018-09-21
1
-0
/
+11
*
[analyzer] [NFC] Dead code removal
George Karpenkov
2018-09-21
1
-6
/
+1
*
[analyzer] ExplodedGraph printing fixes
George Karpenkov
2018-09-17
1
-43
/
+23
*
[analyzer] Further printing improvements: use declarations,
George Karpenkov
2018-09-15
1
-6
/
+5
[next]