index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Analysis
/
rdar-6541136-region.c
Age
Commit message (
Expand
)
Author
2011-08-03
[analyzer] rename all experimental checker packages to have 'experimental' be...
Ted Kremenek
2011-03-24
Rework checker "packages" and groups to be more hierarchical.
Ted Kremenek
2011-02-28
[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...
Argyrios Kyrtzidis
2011-02-24
[analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't h...
Argyrios Kyrtzidis
2011-02-24
[analyzer] Migrate ArrayBoundChecker to CheckerV2.
Argyrios Kyrtzidis
2010-08-24
Improvements to IdempotentOperationChecker and its use of PseudoConstantAnalysis
Tom Care
2010-07-27
Finesse 'idempotent operations' analyzer issues to include the opcode of the ...
Ted Kremenek
2010-07-16
Improved false positive rate for the idempotent operations checker and moved ...
Tom Care
2010-02-05
Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.
Ted Kremenek
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-14
Replace clang-cc with clang -cc1.
Zhongxing Xu
2009-11-13
Add clang-cc option "--analyzer-experimental-internal-checks". This
Ted Kremenek
2009-11-11
Split buffer overflow test case into two test cases, removing out logic that ...
Ted Kremenek
2009-11-11
Reimplement out-of-bound array access checker with the new checker interface.
Zhongxing Xu
2009-08-01
Temporarily disable out-of-bounds checking. The current checking logic will ...
Ted Kremenek
2009-05-08
Region store: when casting VarRegions, if the cast-to pointee type is
Zhongxing Xu
2009-05-08
Replace the heuristic isSmallerThan with ASTContext::getTypeSize().
Zhongxing Xu
2009-05-06
Implement a heuristic type size comparison method for now.
Zhongxing Xu
2009-05-06
Make StoreManager::CastRegion() virtual and implement a new CastRegion() for
Zhongxing Xu
2009-05-04
Test now passes. I'll hold off merging it with the BasicStore test until we ...
Ted Kremenek
2009-05-01
StoreManager::CastRegion:
Ted Kremenek
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-02-17
Static Analyzer driver/options (partial) cleanup:
Ted Kremenek
2009-01-30
Fix a couple bugs:
Ted Kremenek