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-6540084.m
Age
Commit message (
Expand
)
Author
2011-11-14
Use Sema::RequireCompleteType to check for the completeness of
Douglas Gregor
2011-08-03
[analyzer] rename all experimental checker packages to have 'experimental' be...
Ted Kremenek
2011-03-12
Re-enable the IdempotentOperations checker for --analyze, and put it and the ...
Ted Kremenek
2011-02-28
[analyzer] Move the DeadStores checker out of the 'core' package.
Argyrios Kyrtzidis
2011-02-24
[analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't h...
Argyrios Kyrtzidis
2011-02-17
[analyzer] Use the new registration mechanism on the non-path-sensitive-check...
Argyrios Kyrtzidis
2010-02-05
Rename -cc1 option '-warn-dead-stores' to '-analyzer-check-dead-stores'.
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-07-21
Prep for new warning.
Mike Stump
2009-05-08
We want to diagnose sending message to a forward class
Fariborz Jahanian
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-01-30
Fix horrible non-termination bug in LiveVariables. The issue was that
Ted Kremenek