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
/
compatibility.html
Age
Commit message (
Expand
)
Author
2013-03-10
www tweaks to embiggen up our near-complete C++11 and C11 support.
Richard Smith
2013-02-01
Consistently format sample diagnostics on this page.
Richard Smith
2012-01-15
Fix ALL the markup.
Benjamin Kramer
2011-12-29
Make this text slightly more accurate; thanks to Johannes Schaub for
Sean Hunt
2011-09-27
Document the incompatibility that stems from Clang properly implement
Douglas Gregor
2011-06-14
Hyphenate "argument-dependent".
Jay Foad
2011-06-05
Fix PR10053: Improve diagnostics and error recovery for code which some compi...
Richard Smith
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
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-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-09-16
add a compatibility note about vector builtins
Chris Lattner
2010-09-13
Add a compatibility note about clang not implicitly converting between objc_o...
Argyrios Kyrtzidis
2010-09-11
Update documentation to reflect the addition of support for in-class
Douglas Gregor
2010-09-03
Fix a typo.
Daniel Dunbar
2010-09-02
Add a compatibility note about why Clang rejects jumps past __block variables.
Daniel Dunbar
2010-08-11
Update documentation regarding use of 'class' in
Fariborz Jahanian
2010-07-01
Update diagnostic on compatibility page to reflect reality
Douglas Gregor
2010-07-01
Revert r107374, which broke bootstrap.
Douglas Gregor
2010-07-01
When building the type of a destructor, make sure to keep the
Douglas Gregor
2010-06-30
Improve diagnostic when we fail to pick an overload because it would
Douglas Gregor
2010-06-30
Wording tweak from Dan.
Douglas Gregor
2010-06-30
Wording tweak from Dan.
Douglas Gregor
2010-06-30
typo.
Benjamin Kramer
2010-06-30
New language-compatibility page, including language-compatibility information...
Douglas Gregor