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