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
/
Inputs
Age
Commit message (
Expand
)
Author
2013-05-01
[analyzer] Don't inline the [cd]tors of C++ iterators.
Jordan Rose
2013-04-15
[analyzer] Re-enable using global regions as a symbolic base.
Jordan Rose
2013-04-15
[analyzer] Tests: move system functions into system header simulator files.
Jordan Rose
2013-04-02
[analyzer] Allow suppressing diagnostics reported within the 'std' namespace
Jordan Rose
2013-03-25
[analyzer] Adds cplusplus.NewDelete checker that check for memory leaks, doub...
Anton Yartsev
2013-03-09
[analyzer] Be more consistent about Objective-C methods that free memory.
Jordan Rose
2013-02-07
[analyzer] Add pointer escape type param to checkPointerEscape callback
Anna Zaks
2013-02-01
[analyzer] Explain why we have system-header-simulator*.h files.
Jordan Rose
2012-11-06
[analyzer] Add symbol escapes logic to the SimpleStreamChecker.
Anna Zaks
2012-09-20
clang/test/Analysis: Fix the declaration of strlen() for 32 bit targets.
NAKAMURA Takumi
2012-09-12
Adjust some analyzer tests to place widely shared inputs inside of an
Chandler Carruth