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
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[PATCH] Adding checker to detect excess padding in records
Ben Craig
2015-12-14
1
-0
/
+1
*
[analyzer] Add VforkChecker to find unsafe code in vforked process.
Yury Gribov
2015-11-06
1
-0
/
+1
*
[Static Analyzer] General type checker based on dynamic type information.
Gabor Horvath
2015-09-18
1
-0
/
+1
*
[Static Analyzer] Merge the Objective-C Generics Checker into Dynamic Type Pr...
Gabor Horvath
2015-09-13
1
-1
/
+0
*
[Static Analyzer] Checks to catch nullability related issues.
Gabor Horvath
2015-08-26
1
-0
/
+1
*
[Static Analyzer] Add checker to catch lightweight generics related type erro...
Gabor Horvath
2015-08-21
1
-0
/
+1
*
clangStaticAnalyzerCheckers: Update libdesp.
NAKAMURA Takumi
2015-08-15
1
-0
/
+1
*
[analyzer] Add checkers for OS X / iOS localizability issues
Anna Zaks
2015-08-14
1
-0
/
+1
*
Revert "[analyzer] Add checkers for OS X / iOS localizability issues"
Anna Zaks
2015-08-08
1
-1
/
+0
*
[analyzer] Add checkers for OS X / iOS localizability issues
Anna Zaks
2015-08-08
1
-0
/
+1
*
[analyzer] Check for code testing a variable for 0 after using it as a denomi...
Jordan Rose
2014-07-10
1
-0
/
+1
*
[CMake] Use LINK_LIBS instead of target_link_libraries().
NAKAMURA Takumi
2014-02-26
1
-2
/
+1
*
[CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...
NAKAMURA Takumi
2014-02-21
1
-8
/
+1
*
[CMake] Prune stray entries in add_dependencies(). target_link_libraries() im...
NAKAMURA Takumi
2014-01-31
1
-1
/
+0
*
[analyzer] Remove IdempotentOperations checker.
Ted Kremenek
2014-01-04
1
-1
/
+0
*
[CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on t...
NAKAMURA Takumi
2013-12-09
1
-1
/
+6
*
[analyzer] Add IdenticalExprChecker, to find copy-pasted code.
Jordan Rose
2013-11-08
1
-0
/
+1
*
[analyzer] Replace bug category magic strings with shared constants, take 2.
Jordan Rose
2013-10-04
1
-1
/
+0
*
[analyzer] Add experimental option "leak-diagnostics-reference-allocation".
Ted Kremenek
2013-04-16
1
-0
/
+1
*
Properly sort list.
Ted Kremenek
2013-04-16
1
-1
/
+1
*
[analyzer] Rename AttrNonNullChecker -> NonNullParamChecker
Anna Zaks
2013-03-09
1
-1
/
+1
*
Alphabetize source files, just like they have been before.
Ted Kremenek
2012-12-04
1
-1
/
+1
*
[analyzer] New checker for missing super calls in UIViewController subclasses.
Jordan Rose
2012-10-30
1
-0
/
+1
*
[analyzer] Add SimpleStreamChecker.
Anna Zaks
2012-10-29
1
-0
/
+1
*
Remove OSAtomicChecker.
Ted Kremenek
2012-10-11
1
-2
/
+1
*
Unbreak cmake build
Anna Zaks
2012-09-27
1
-0
/
+1
*
[analyzer] Add experimental ObjC invalidation method checker.
Anna Zaks
2012-09-26
1
-0
/
+1
*
[analyzer] Always derive a CallEvent's return type from its origin expr.
Jordan Rose
2012-09-01
1
-1
/
+0
*
[analyzer] Add a checker to manage dynamic type propagation.
Anna Zaks
2012-08-06
1
-0
/
+1
*
clang/lib: [CMake] Update tblgen'd dependencies.
NAKAMURA Takumi
2012-07-27
1
-0
/
+1
*
Remove experimental invalid iterators checker from the codebase until we have...
Ted Kremenek
2012-07-25
1
-1
/
+0
*
Implement AST classes for comments, a real parser for Doxygen comments and a
Dmitri Gribenko
2012-07-06
1
-0
/
+1
*
[analyzer] Add a test that we are, in fact, doing a DFS on the ExplodedGraph.
Jordan Rose
2012-06-29
1
-0
/
+1
*
Remove a goofy CMake hack and use the standard CMake facilities to
Chandler Carruth
2012-06-21
1
-2
/
+6
*
[analyzer] Introduce clang_analyzer_eval for regression test constraint checks.
Jordy Rose
2012-05-16
1
-0
/
+1
*
Require that all static analyzer issues have a category. As part of this cha...
Ted Kremenek
2012-04-05
1
-0
/
+1
*
[analyzer] New checker for assignment of non-0/1 values to Boolean variables.
Ryan Govostes
2012-02-11
1
-0
/
+1
*
[analyzer] Add checks for common anti-patterns in strncat.
Anna Zaks
2012-01-31
1
-0
/
+1
*
[analyzer] Add index out of bounds check for CFArrayGetArrayAtIndex.
Anna Zaks
2012-01-30
1
-0
/
+1
*
StaticAnalyzer/Checkers: Fix CMake build.
NAKAMURA Takumi
2012-01-26
1
-1
/
+1
*
[analyzer] Add an AST checker that checks for a common pitfall when
Anna Zaks
2012-01-26
1
-0
/
+1
*
Add initial version of checker to check if virtual member functions are calle...
Ted Kremenek
2012-01-03
1
-0
/
+1
*
Fix cmake build with -DBUILD_SHARED_LIBS=ON.
Rafael Espindola
2011-12-29
1
-1
/
+1
*
Add an experimental MallocSizeofChecker, which reports inconsistencies
Peter Collingbourne
2011-12-08
1
-0
/
+1
*
[analyzer] Add a debug checker to test for tainted data.
Anna Zaks
2011-12-05
1
-0
/
+1
*
Update CMake build.
Benjamin Kramer
2011-11-30
1
-0
/
+1
*
Update CMake build.
Benjamin Kramer
2011-11-16
1
-0
/
+1
*
[analyzer] Move RetainReleaseChecker to the Checkers library and rename it to...
Jordy Rose
2011-09-02
1
-0
/
+1
*
[analyzer] Overhaul of checker registration in preparation for basic plugin s...
Jordy Rose
2011-08-16
1
-1
/
+1
*
[analyzer] Introduce MallocOverflowSecurityChecker, a simple flow-sensitive c...
Ted Kremenek
2011-08-03
1
-0
/
+1
[prev]
[next]