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
/
SemaCXX
/
MicrosoftCompatibility.cpp
Age
Commit message (
Expand
)
Author
2012-07-22
Allow the parser to recover gracefully if a typename is used to introduce a d...
Francois Pichet
2012-07-22
char16_t and char32_t are defined via typedef in MSVC 11 RC. So introduce a w...
Francois Pichet
2012-01-23
In microsoft mode, downgrade pseudo-destructors on void from error to warning.
Nico Weber
2012-01-23
Convert file from 60% unix 40% dos line endings to 100% unix line endings.
Nico Weber
2012-01-23
Eli says this should check MicrosoftMode instead.
Nico Weber
2012-01-21
In Microsoft Mode, disable the C++11 strict integral conversion rules for enu...
Francois Pichet
2011-12-29
Change the diagnostics which said 'accepted as an extension' to instead say
Richard Smith
2011-12-15
Modify how the -verify flag works. Currently, the verification string and
Richard Trieu
2011-11-11
Move "Unqualified lookup into dependent bases of class templates" Microsoft s...
Francois Pichet
2011-10-20
Add -Wc++98-compat diagnostics for jumps which bypass initialization of non-POD
Richard Smith
2011-10-11
[Microsoft] If -fms-compatibility, then downgrade missing typename error to w...
Francois Pichet
2011-09-24
[microsoft] In Microsoft mode, if we are inside a template class member funct...
Francois Pichet
2011-09-21
[microsoft] Move missing typename warning from -fms-extensions to -fms-compat...
Francois Pichet
2011-09-20
Move Microsoft access specifier bug emulation from -fms-extensions to -fm-com...
Francois Pichet
2011-09-18
Move the "jump bypasses variable initialization" error -> warning downgrade f...
Francois Pichet
2011-09-18
In Microsoft mode(-fms-compatibility), prefer an integral conversion to a flo...
Francois Pichet