summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/MicrosoftExtensions.cpp
Commit message (Expand)AuthorAgeFilesLines
* [microsoft] Move missing typename warning from -fms-extensions to -fms-compat...Francois Pichet2011-09-211-34/+0
* Move Microsoft access specifier bug emulation from -fms-extensions to -fm-com...Francois Pichet2011-09-201-20/+0
* Move the "jump bypasses variable initialization" error -> warning downgrade f...Francois Pichet2011-09-181-53/+0
* In Microsoft mode, warn if an indirect goto jump over a variable initialization.Francois Pichet2011-09-161-8/+8
* In Microsoft mode, downgrade "goto into protected scope" from error to warnin...Francois Pichet2011-09-131-1/+55
* Add support for MSVC __unaligned attribute. Necessary to parse MSVC headers i...Francois Pichet2011-08-181-0/+4
* Microsoft friend acting as a forward declaration; try#2. Now only 2 lines.Francois Pichet2011-06-011-1/+26
* Revert 132332 (Microsoft friend as a forward declaration), John McCall pointe...Francois Pichet2011-05-311-25/+0
* For compatibility with MSVC, a friend declaration also act as a forward decla...Francois Pichet2011-05-311-0/+25
* MSVC doesn't do any validation regarding exception specification.Francois Pichet2011-05-241-0/+11
* Emulate a MSVC bug where if during an using declaration name lookup, the decl...Francois Pichet2011-05-231-0/+19
* Revert 131347. It asserts if the specialization in within a class template:Francois Pichet2011-05-141-7/+0
* In Microsoft mode, allow template function explicit specialization at class s...Francois Pichet2011-05-141-0/+7
* In Microsoft mode, allow conversion from pointer to integral type no matter w...Francois Pichet2011-05-111-0/+8
* Fix test.Francois Pichet2011-05-081-2/+1
* Allow implicit conversion from function pointer to void* in Microsoft mode. Francois Pichet2011-05-081-1/+11
* Downgrade error "static declaration of 'foo' follows non-static declaration" ...Francois Pichet2011-04-221-0/+12
* In Microsoft mode, within class scope, if a CXXScopeSpec's type is equal to t...Francois Pichet2011-04-131-0/+32
* MSVC accepts that default parameters be redefined for member functionsFrancois Pichet2011-04-101-0/+9
* Add a triple to make the test friendly on no windows platform.Francois Pichet2011-03-291-1/+1
* Accept __declspec(dllimport) for function defined at class scope in Microsoft...Francois Pichet2011-03-291-0/+13
* Downgrade err_mismatched_exception_spec to a ExtWarning in Microsoft mode. MS...Francois Pichet2011-03-191-13/+5
* Semantic checking for exception specifications should be triggered byJohn McCall2011-03-021-1/+1
* We need a longer long when testing this pathe Microsoft fixed-underlying-type...Douglas Gregor2011-02-221-1/+1
* Enable enumeration types with a fixed underlying type, e.g.,Douglas Gregor2011-02-221-0/+13
* Remove a c++ file test I inadvertently added in Sema last week. Francois Pichet2011-01-171-0/+12
* Microsoft enum extensions. 2 things will change on -fms-extensions:Francois Pichet2010-10-181-1/+10
* Add basic support for Microsoft enum forward declaration. Francois Pichet2010-09-121-0/+4
* Allow type definitions inside anonymous struct/union in Microsoft mode.Francois Pichet2010-09-081-1/+43
* Transfer calling-convention attributes down to member function pointers.Douglas Gregor2010-09-011-0/+13
* Emulate (some of) Microsoft's looser semantic checking of exceptionDouglas Gregor2010-08-301-1/+25
* Predeclare class type_info in Microsoft mode, from Francois Pichet!Douglas Gregor2010-08-301-0/+7
OpenPOWER on IntegriCloud