summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/MicrosoftCompatibility.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow the parser to recover gracefully if a typename is used to introduce a d...Francois Pichet2012-07-221-0/+2
* char16_t and char32_t are defined via typedef in MSVC 11 RC. So introduce a w...Francois Pichet2012-07-221-0/+2
* In microsoft mode, downgrade pseudo-destructors on void from error to warning.Nico Weber2012-01-231-0/+11
* Convert file from 60% unix 40% dos line endings to 100% unix line endings.Nico Weber2012-01-231-67/+67
* Eli says this should check MicrosoftMode instead.Nico Weber2012-01-231-0/+21
* In Microsoft Mode, disable the C++11 strict integral conversion rules for enu...Francois Pichet2012-01-211-1/+6
* Change the diagnostics which said 'accepted as an extension' to instead sayRichard Smith2011-12-291-1/+1
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-2/+2
* Move "Unqualified lookup into dependent bases of class templates" Microsoft s...Francois Pichet2011-11-111-19/+0
* Add -Wc++98-compat diagnostics for jumps which bypass initialization of non-PODRichard Smith2011-10-201-2/+2
* [Microsoft] If -fms-compatibility, then downgrade missing typename error to w...Francois Pichet2011-10-111-2/+2
* [microsoft] In Microsoft mode, if we are inside a template class member funct...Francois Pichet2011-09-241-0/+22
* [microsoft] Move missing typename warning from -fms-extensions to -fms-compat...Francois Pichet2011-09-211-0/+44
* Move Microsoft access specifier bug emulation from -fms-extensions to -fm-com...Francois Pichet2011-09-201-0/+20
* Move the "jump bypasses variable initialization" error -> warning downgrade f...Francois Pichet2011-09-181-1/+55
* In Microsoft mode(-fms-compatibility), prefer an integral conversion to a flo...Francois Pichet2011-09-181-0/+18
OpenPOWER on IntegriCloud