index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
www
/
analyzer
/
annotations.html
Age
Commit message (
Expand
)
Author
2013-01-08
Various tweaks and updates to the analyzer website.
Jordan Rose
2012-06-11
[analyzer] WWW: Mention that we do not support "noreturn" for methods.
Anna Zaks
2012-02-27
Fix documentation typo.
Ted Kremenek
2012-01-15
Fix ALL the markup.
Benjamin Kramer
2012-01-04
Add missing #endif in documentation.
Ted Kremenek
2011-01-27
Adjust casing of attributes in examples.
Ted Kremenek
2011-01-27
Wire up attributes 'ns_consumed' and 'cf_consumed' in the static analyzer's O...
Ted Kremenek
2011-01-27
Fix HTML highlighting and add missing line.
Ted Kremenek
2011-01-27
Fix a few typos in HTML documentation.
Ted Kremenek
2011-01-27
Hook up attribute ns_consumes_self in the ObjC retain/release checker in the ...
Ted Kremenek
2010-11-09
Replace "#if __clang__" by "#if __has_feature(attribute_analyzer_noreturn)" t...
Ted Kremenek
2010-05-14
Add documention on ns_returns_not_retained and cf_returns_not_retained attrib...
Ted Kremenek
2010-02-12
(1) Correctly format external Javascript link.
Ted Kremenek
2010-02-09
More analyzer website tweaking in preparation for additional content.
Ted Kremenek
2010-02-09
Fix javascript link.
Ted Kremenek
2010-02-08
Switch to drop-down menu style.
Ted Kremenek
2009-07-17
Update cf_returns_retained/ns_returns_retained examples to use __has_feature.
Ted Kremenek
2009-06-24
Fix typo.
Ted Kremenek
2009-06-24
Reference the correct image...
Ted Kremenek
2009-06-24
Add scan-build screenshot for attribute 'nonnull' example.
Ted Kremenek
2009-06-24
Replace 'clang --analyze' example for attribute cf_returns_retained with scre...
Ted Kremenek
2009-06-24
Replace 'clang --analyze' example (in text) with screenshot from scan-build.
Ted Kremenek
2009-06-09
Comment out preliminary text due to wishful thinking of getting more document...
Ted Kremenek
2009-06-08
Add skeleton files for new analyzer site.
Ted Kremenek