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
/
CheckerManager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Analyzer] Use a reference in a range-based for
Mark de Wever
2019-11-12
1
-11
/
+11
*
[analyzer][NFC] Fix inconsistent references to checkers as "checks"
Kristof Umann
2019-09-12
1
-1
/
+1
*
[analyzer] NFC: Change evalCall() to provide a CallEvent.
Artem Dergachev
2019-06-19
1
-6
/
+8
*
[analyzer] print() JSONify: Checker messages implementation
Csaba Dabis
2019-05-29
1
-5
/
+68
*
[analyzer] Emit an error rather than assert on invalid checker option input
Kristof Umann
2019-03-08
1
-0
/
+10
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[NFC][Test commit] Fix typos in a comment
Aleksei Sidorin
2018-10-20
1
-2
/
+2
*
[analyzer] Associate diagnostics created in checkEndFunction with a return st...
George Karpenkov
2018-09-21
1
-3
/
+2
*
[analyzer] Make checkEndFunction() give access to the return statement.
Reka Kovacs
2018-07-16
1
-2
/
+3
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-14
/
+14
*
[StaticAnalyzer] Fix some Clang-tidy modernize and Include What You Use warni...
Eugene Zelenko
2018-02-26
1
-113
/
+135
*
[analyzer] operator new: Add a new ProgramPoint for check::NewAllocator.
Artem Dergachev
2018-01-18
1
-6
/
+1
*
[analyzer] operator new: Add a new checker callback, check::NewAllocator.
Artem Dergachev
2018-01-17
1
-0
/
+44
*
[analyzer] Add LocationContext as a parameter to checkRegionChanges
Anna Zaks
2017-01-13
1
-5
/
+7
*
[analyzer] Remove unused check::RegionChanges::wantsRegionChangeUpdate callback
Anna Zaks
2016-11-16
1
-15
/
+4
*
[analyzer] Add checker callback for beginning of function.
Devin Coughlin
2016-02-19
1
-0
/
+38
*
Silencing a -Wreturn-type warning; NFC.
Aaron Ballman
2015-09-15
1
-0
/
+1
*
[analyzer] Skip Pre/Post handlers for ObjC calls when receiver is nil.
Devin Coughlin
2015-09-15
1
-8
/
+39
*
[analyzer] Apply whitespace cleanups by Honggyu Kim.
Ted Kremenek
2015-09-08
1
-6
/
+6
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-7
/
+7
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-7
/
+7
*
[C++11] Use 'nullptr'. StaticAnalyzer edition.
Craig Topper
2014-05-27
1
-6
/
+6
*
[analyzer] This patch removes passing around of const-invalidation vs regular...
Anton Yartsev
2013-09-24
1
-5
/
+5
*
Replace some DenseMap keys with simpler structures that don't need another De...
Benjamin Kramer
2013-08-16
1
-18
/
+14
*
[analyzer] Add support for escape of const pointers and use it to allow “ne...
Anna Zaks
2013-03-28
1
-9
/
+14
*
[analyzer] Add pointer escape type param to checkPointerEscape callback
Anna Zaks
2013-02-07
1
-2
/
+8
*
[analyzer] Rename callback EndPath -> EndFunction
Anna Zaks
2013-01-03
1
-9
/
+9
*
[analyzer] Add the pointer escaped callback.
Anna Zaks
2012-12-20
1
-3
/
+22
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-3
/
+3
*
[analyzer] Refactor: Remove Pred from NodeBuilderContext.
Anna Zaks
2012-11-03
1
-1
/
+1
*
[analyzer] Remove unneeded 'inlineCall' checker callback.
Jordan Rose
2012-10-13
1
-36
/
+3
*
[analyzer] Use the common evalBind infrastructure for initializers.
Jordan Rose
2012-08-25
1
-7
/
+6
*
[analyzer] Reduce code duplication: make CXXDestructorCall a CXXInstanceCall.
Jordan Rose
2012-08-13
1
-2
/
+2
*
[analyzer] Perform post-call checks for all inlined calls.
Jordan Rose
2012-07-30
1
-17
/
+23
*
[analyzer] Only allow CallEvents to be created by CallEventManager.
Jordan Rose
2012-07-30
1
-9
/
+4
*
[analyzer] Rename Calls.{h,cpp} to CallEvent.{h,cpp}. No functionality change.
Jordan Rose
2012-07-26
1
-1
/
+1
*
[analyzer] Refactor VisitObjCMessage and VisitCallExpr to rely on the
Anna Zaks
2012-07-19
1
-2
/
+4
*
[analyzer] Add new PreImplicitCall and PostImplicitCall ProgramPoints.
Jordan Rose
2012-07-10
1
-9
/
+1
*
[analyzer] Add generic preCall and postCall checks.
Jordan Rose
2012-07-02
1
-0
/
+57
*
[analyzer] Use CallEvent for inlining and call default-evaluation.
Jordan Rose
2012-07-02
1
-19
/
+5
*
[analyzer] Finish replacing ObjCMessage with ObjCMethodDecl and friends.
Jordan Rose
2012-07-02
1
-5
/
+5
*
[analyzer] Add a new abstraction over all types of calls: CallEvent
Jordan Rose
2012-07-02
1
-1
/
+1
*
[analyzer] Run remove dead bindings right before leaving a function.
Anna Zaks
2012-04-20
1
-6
/
+11
*
Rework ExprEngine::evalLoad and clients (e.g. VisitBinaryOperator) so that wh...
Ted Kremenek
2012-04-06
1
-9
/
+17
*
Avoid applying retain/release effects twice in RetainCountChecker when a func...
Ted Kremenek
2012-03-23
1
-6
/
+8
*
Adopt ExprEngine and checkers to ObjC property refactoring. Everything was w...
Ted Kremenek
2012-02-18
1
-2
/
+4
*
[analyzer] Make Malloc Checker optimistic in presence of inlining.
Anna Zaks
2012-02-14
1
-2
/
+3
*
Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.
Ted Kremenek
2012-01-26
1
-7
/
+7
*
[analyzer] Simplify CheckerContext
Anna Zaks
2011-10-25
1
-8
/
+8
*
[analyzer] Make branch for condition callback use CheckerContext
Anna Zaks
2011-10-25
1
-6
/
+30
[next]