summaryrefslogtreecommitdiff
path: root/test/SemaCXX/MicrosoftExtensions.cpp
Commit message (Expand)AuthorAge
* Don't put too much thought into whether or not to capture aJohn McCall2013-04-16
* Basic support for Microsoft property declarations andJohn McCall2013-04-16
* Accept over-qualified constructor in MSVC emulation modeDmitri Gribenko2013-02-12
* Change diagnostics for enums with fixed underlying type so in C++98 mode, we ...Eli Friedman2012-11-02
* Promote the warning about extra qualification on a declaration from aDouglas Gregor2012-09-13
* Shift Microsoft enum extensions from -fms-extensions to -fms-compatibility, s...Eli Friedman2012-02-16
* In Microsoft Mode, disable the C++11 strict integral conversion rules for enu...Francois Pichet2012-01-21
* Treat the Microsoft/Borland keyword "__except" as a context-sensitiveDouglas Gregor2011-10-21
* When we end up having to parse the initializer of a C++ member earlyDouglas Gregor2011-10-17
* [microsoft] Move missing typename warning from -fms-extensions to -fms-compat...Francois Pichet2011-09-21
* Move Microsoft access specifier bug emulation from -fms-extensions to -fm-com...Francois Pichet2011-09-20
* Move the "jump bypasses variable initialization" error -> warning downgrade f...Francois Pichet2011-09-18
* In Microsoft mode, warn if an indirect goto jump over a variable initialization.Francois Pichet2011-09-16
* In Microsoft mode, downgrade "goto into protected scope" from error to warnin...Francois Pichet2011-09-13
* Add support for MSVC __unaligned attribute. Necessary to parse MSVC headers i...Francois Pichet2011-08-18
* Microsoft friend acting as a forward declaration; try#2. Now only 2 lines.Francois Pichet2011-06-01
* Revert 132332 (Microsoft friend as a forward declaration), John McCall pointe...Francois Pichet2011-05-31
* For compatibility with MSVC, a friend declaration also act as a forward decla...Francois Pichet2011-05-31
* MSVC doesn't do any validation regarding exception specification.Francois Pichet2011-05-24
* Emulate a MSVC bug where if during an using declaration name lookup, the decl...Francois Pichet2011-05-23
* Revert 131347. It asserts if the specialization in within a class template:Francois Pichet2011-05-14
* In Microsoft mode, allow template function explicit specialization at class s...Francois Pichet2011-05-14
* In Microsoft mode, allow conversion from pointer to integral type no matter w...Francois Pichet2011-05-11
* Fix test.Francois Pichet2011-05-08
* Allow implicit conversion from function pointer to void* in Microsoft mode. Francois Pichet2011-05-08
* Downgrade error "static declaration of 'foo' follows non-static declaration" ...Francois Pichet2011-04-22
* In Microsoft mode, within class scope, if a CXXScopeSpec's type is equal to t...Francois Pichet2011-04-13
* MSVC accepts that default parameters be redefined for member functionsFrancois Pichet2011-04-10
* Add a triple to make the test friendly on no windows platform.Francois Pichet2011-03-29
* Accept __declspec(dllimport) for function defined at class scope in Microsoft...Francois Pichet2011-03-29
* Downgrade err_mismatched_exception_spec to a ExtWarning in Microsoft mode. MS...Francois Pichet2011-03-19
* Semantic checking for exception specifications should be triggered byJohn McCall2011-03-02
* We need a longer long when testing this pathe Microsoft fixed-underlying-type...Douglas Gregor2011-02-22
* Enable enumeration types with a fixed underlying type, e.g.,Douglas Gregor2011-02-22
* Remove a c++ file test I inadvertently added in Sema last week. Francois Pichet2011-01-17
* Microsoft enum extensions. 2 things will change on -fms-extensions:Francois Pichet2010-10-18
* Add basic support for Microsoft enum forward declaration. Francois Pichet2010-09-12
* Allow type definitions inside anonymous struct/union in Microsoft mode.Francois Pichet2010-09-08
* Transfer calling-convention attributes down to member function pointers.Douglas Gregor2010-09-01
* Emulate (some of) Microsoft's looser semantic checking of exceptionDouglas Gregor2010-08-30
* Predeclare class type_info in Microsoft mode, from Francois Pichet!Douglas Gregor2010-08-30