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