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
/
Checkers
/
CheckerDocumentation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Make checkEndFunction() give access to the return statement.
Reka Kovacs
2018-07-16
1
-1
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-22
/
+22
*
[analyzer] operator new: Add a new checker callback, check::NewAllocator.
Artem Dergachev
2018-01-17
1
-0
/
+17
*
[analyzer] Add LocationContext as a parameter to checkRegionChanges
Anna Zaks
2017-01-13
1
-11
/
+3
*
[analyzer] Add check::BeginFunction to CheckerDocumentation checks. NFC.
Devin Coughlin
2016-07-28
1
-0
/
+1
*
[analyzer] Add checker callback for beginning of function.
Devin Coughlin
2016-02-19
1
-1
/
+9
*
Fix some Clang-tidy readability-redundant-control-flow warnings; other minor ...
Eugene Zelenko
2016-02-10
1
-6
/
+1
*
[analyzer] Skip Pre/Post handlers for ObjC calls when receiver is nil.
Devin Coughlin
2015-09-15
1
-0
/
+10
*
[analyzer] Apply whitespace cleanups by Honggyu Kim.
Ted Kremenek
2015-09-08
1
-6
/
+6
*
Fix comment type pointed out by Kim Gräsman.
Duncan Sands
2013-05-25
1
-1
/
+1
*
Fix comment typo pointed out by maslen on IRC.
Duncan Sands
2013-05-24
1
-1
/
+1
*
[analyzer] Document existence of ConstPointerEscape.
Anna Zaks
2013-03-28
1
-0
/
+12
*
[analyzer] Add pointer escape type param to checkPointerEscape callback
Anna Zaks
2013-02-07
1
-1
/
+3
*
[analyzer] Rename callback EndPath -> EndFunction
Anna Zaks
2013-01-03
1
-4
/
+4
*
[analyzer] Address Jordan's nitpicks as per code review of r170625.
Anna Zaks
2012-12-21
1
-1
/
+1
*
[analyzer] Add the pointer escaped callback.
Anna Zaks
2012-12-20
1
-1
/
+20
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-1
/
+1
*
[analyzer] Enhance docs for checker callbacks (esp. processRegionChanges).
Jordan Rose
2012-11-07
1
-13
/
+28
*
[analyzer] CheckerDocumentation: Change examples for PreStmt and PostStmt.
Jordan Rose
2012-11-02
1
-9
/
+9
*
[analyzer] Combine all ObjC message CallEvents into ObjCMethodCall.
Jordan Rose
2012-07-18
1
-2
/
+1
*
[analyzer] Add generic preCall and postCall checks.
Jordan Rose
2012-07-02
1
-3
/
+33
*
[analyzer] Finish replacing ObjCMessage with ObjCMethodDecl and friends.
Jordan Rose
2012-07-02
1
-2
/
+2
*
[analyzer] Add a new abstraction over all types of calls: CallEvent
Jordan Rose
2012-07-02
1
-1
/
+1
*
Documentation cleanup:
James Dennett
2012-06-15
1
-10
/
+12
*
corrected check::EndOfTranslationUnit checker name and added 'const' to decla...
Anton Yartsev
2012-03-23
1
-3
/
+3
*
[analyzer] Make Malloc Checker optimistic in presence of inlining.
Anna Zaks
2012-02-14
1
-2
/
+16
*
Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.
Ted Kremenek
2012-01-26
1
-5
/
+5
*
[analyzer] Add checker callback documentation.
Anna Zaks
2011-11-30
1
-0
/
+219