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
/
Checker
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...
Argyrios Kyrtzidis
2010-12-22
1
-88
/
+0
*
Move CocoaConventions.[h,cpp] from libChecker
Ted Kremenek
2010-12-17
1
-1
/
+0
*
Introduce TextPathDiagnostics, a simple PathDiagnosticClient that outputs as ...
Argyrios Kyrtzidis
2010-12-03
1
-0
/
+1
*
Merge ValueManager into SValBuilder.
Ted Kremenek
2010-12-02
1
-1
/
+0
*
Rename 'SValuator' to 'SValBuilder'. The new name
Ted Kremenek
2010-12-01
1
-2
/
+2
*
Unbreak the CMake build.
Francois Pichet
2010-10-10
1
-0
/
+1
*
Revert "CMake: Update to use standard CMake dependency tracking facilities in...
Michael J. Spencer
2010-09-13
1
-14
/
+4
*
CMake: Update to use standard CMake dependency tracking facilities instead
Michael J. Spencer
2010-09-10
1
-4
/
+14
*
Implement: <rdar://problem/6351970> rule request: warn if @synchronized mutex...
Ted Kremenek
2010-09-10
1
-1
/
+2
*
Added AnalyzerStatsChecker, a path sensitive check that reports visitation st...
Tom Care
2010-09-10
1
-0
/
+1
*
Clean up CMake dependencies
Douglas Gregor
2010-09-09
1
-0
/
+2
*
Extracted out some useful common functions in IdempotentOperationChecker to t...
Tom Care
2010-07-27
1
-0
/
+1
*
Added an path-sensitive unreachable code checker to the experimental analyzer...
Tom Care
2010-07-23
1
-0
/
+1
*
Reapply r108617.
Zhongxing Xu
2010-07-19
1
-1
/
+1
*
Revert r108617, it broke the build.
Benjamin Kramer
2010-07-17
1
-1
/
+1
*
Prepare the analyzer for the callee in another translation unit:
Zhongxing Xu
2010-07-17
1
-1
/
+1
*
Add a new path-sensitive checker for functions in <string.h>, for both null-t...
Jordy Rose
2010-07-06
1
-0
/
+1
*
Sort CMake file.
Ted Kremenek
2010-07-06
1
-9
/
+9
*
Added a path-sensitive idempotent operation checker (-analyzer-idempotent-ope...
Tom Care
2010-07-06
1
-0
/
+1
*
Update CMake build for new attribute changes.
Alexis Hunt
2010-06-17
1
-1
/
+2
*
Add StreamChecker. This checker models and checks stream manipulation functions.
Zhongxing Xu
2010-06-16
1
-0
/
+1
*
Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...
Daniel Dunbar
2010-06-15
1
-0
/
+4
*
Remove an entry for a now deleted file. Fixes the neglected CMake build. ;]
Chandler Carruth
2010-06-09
1
-1
/
+0
*
Add a checker check if a global variable holds a local variable's address after
Zhongxing Xu
2010-06-08
1
-0
/
+1
*
Convert DeclNodes to use TableGen.
Alexis Hunt
2010-05-30
1
-1
/
+1
*
CastSizeChecker checks when casting a malloc'ed symbolic region to type T,
Zhongxing Xu
2010-05-25
1
-1
/
+2
*
Unbreak CMake build.
Douglas Gregor
2010-05-05
1
-0
/
+2
*
Move all C++ expression evaluation logic into its own file.
Zhongxing Xu
2010-04-19
1
-0
/
+1
*
update CMakeLists.txt
Zhongxing Xu
2010-03-23
1
-0
/
+1
*
Sort calls to add_clang_library()
Kovarththanan Rajaratnam
2010-03-22
1
-8
/
+8
*
Add MacOSXAPIChecker, a meta checker to include various precondition checks f...
Ted Kremenek
2010-02-25
1
-0
/
+1
*
Enhance the unused ivar checker to not consider an ivar to be accidentally un...
Ted Kremenek
2010-02-25
1
-1
/
+1
*
Add UnixAPIChecker, a meta checker to include various precondition checks for...
Ted Kremenek
2010-02-25
1
-0
/
+1
*
Add simpler checker to check if variables captured by a block are uninitialized.
Ted Kremenek
2010-02-16
1
-0
/
+1
*
Add new static analyzer for checking LLVM coding conventions: -analyzer-check...
Ted Kremenek
2010-02-14
1
-0
/
+1
*
static analyzer: handle casts of a function to a function pointer with
Ted Kremenek
2010-02-04
1
-1
/
+2
*
Add FlatStore.cpp (from r95214) to CMake build. Don't forget about it! =D
Chandler Carruth
2010-02-03
1
-0
/
+1
*
Update CMake build.
Ted Kremenek
2010-01-27
1
-0
/
+1
*
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek
2010-01-25
1
-0
/
+62