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
Age
Commit message (
Expand
)
Author
2011-04-15
Update www: clang now supports C++11 for-range and non-template type aliases.
Richard Smith
2011-04-15
fix a bunch of comment typos found by codespell. Patch by
Chris Lattner
2011-04-14
Name mangling of late-specified return types doesn't work if the return type ...
Richard Smith
2011-04-13
Update public analyzer build to checker-256.
Ted Kremenek
2011-04-06
Added link to LLVM cmake page in Visual Studio section.
John Thompson
2011-04-03
clang has had full and tested support for C++0x trailing-return-type and auto...
Richard Smith
2011-03-29
Add a libstdc++-4.4 patch for C++0x to the website.
Jeffrey Yasskin
2011-03-27
Clang supports __STDC_HOSTED__. Patch by Jonathan Sauer
Douglas Gregor
2011-03-27
www/get_started.html: Fix a few URLs.
NAKAMURA Takumi
2011-03-18
www/hacking.html: Add blurb of LLVM_LIT_TOOLS_DIR.
NAKAMURA Takumi
2011-03-18
www/hacking.html: Cosmetic change, to detabify, eliminate whitespace, and add...
NAKAMURA Takumi
2011-03-09
Mention an XML printer on the Open Projects page
Douglas Gregor
2011-02-23
Update the www to indicate that auto is now implemented.
Richard Smith
2011-02-18
Update text for where to file analyzer bugs.
Ted Kremenek
2011-02-12
Update static analyzer build to checker-255.
Ted Kremenek
2011-02-03
More tweaks to the compatibility page.
John McCall
2011-02-03
More minor documentation tweaks.
John McCall
2011-02-03
Rework the __block jump-checking section, including a justification of
John McCall
2011-02-03
Rework and embellish the C99 inline compatibility section.
John McCall
2011-01-31
Document that set-xcode-analyzer should typically be run using sudo.
Ted Kremenek
2011-01-27
Adjust casing of attributes in examples.
Ted Kremenek
2011-01-27
Fix download link.
Ted Kremenek
2011-01-27
Add missing </a>
Ted Kremenek
2011-01-27
Update checker build and post release notes.
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
2011-01-26
Update C++0x status web page
Douglas Gregor
2011-01-24
Note the need for --param=build_config=whatever in the Hacking Clang document...
Douglas Gregor
2011-01-19
Variadic templates are fully implemented.
Douglas Gregor
2010-12-21
Add back the late-specified return type paper
Douglas Gregor
2010-12-21
Updates to the C++ status page for C++0x features, from Michael Price
Douglas Gregor
2010-12-17
Update checker build.
Ted Kremenek
2010-12-16
Getting Started: Add VS2010 instructions and specify an out of source build.
Michael J. Spencer
2010-12-06
c/objc/c++'98 are basically done, but we want '0x support.
Chris Lattner
2010-12-03
Update analyzer build.
Ted Kremenek
2010-11-30
Update checker build.
Ted Kremenek
2010-11-16
Update checker build.
Ted Kremenek
2010-11-14
typo2
Chris Lattner
2010-11-14
fix typo
Chris Lattner
2010-11-10
add a note about inline asm compatibility.
Chris Lattner
2010-11-10
Document a language-compatibility issue with function parameter names in func...
Douglas Gregor
2010-11-09
Add a compat note about how Clang doesn't zero-initialize __block local varia...
Daniel Dunbar
2010-11-09
Replace "#if __clang__" by "#if __has_feature(attribute_analyzer_noreturn)" t...
Ted Kremenek
2010-11-02
Add link to LLVM releases page.
Daniel Dunbar
2010-10-29
Use objdir != srcdir in the getting started doc.
Rafael Espindola
2010-10-25
Add and describe a quick script to migrate gcc builtins that clang doesn't
Eric Christopher
2010-10-22
Update compatibility page for objective-c.
Fariborz Jahanian
2010-10-16
validator
Gabor Greif
[next]