summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/MicrosoftExtensions.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang] Warning for non-final classes with final destructorsDavid Bolvansky2019-08-311-0/+5
* Move EH spec mismatches under -fms-compatibilityReid Kleckner2019-08-271-43/+0
* Fix for PR42089, regression from r362119Erich Keane2019-05-311-0/+9
* Implement C++ DR727, which permits explicit specializations at class scope.Richard Smith2018-03-161-1/+0
* Allow operator delete to be an invalid Decl.Richard Trieu2017-08-091-0/+14
* [Sema] Avoid using a null type pointer (fixes PR32750)Vedant Kumar2017-04-261-0/+8
* [Lit Test] Make tests C++11 compatible - Microsoft diagnosticsCharles Li2017-02-061-5/+22
* [MS] Move hex long long sign compat hack to -fms-compatibilityReid Kleckner2016-10-041-11/+8
* [MSVC] Support for __unaligned qualifier in functionsAndrey Bokhanko2016-05-261-0/+4
* [MSVC] Implementation of __unaligned as a proper type qualifierAndrey Bokhanko2016-05-111-1/+77
* Revert r268727, it caused PR27666.Nico Weber2016-05-061-52/+1
* [MSVC] Implementation of __unaligned as a proper type qualifierAndrey Bokhanko2016-05-061-1/+52
* Revert r266415, it broke parsing SDK headers (PR27367).Nico Weber2016-04-151-40/+1
* [MSVC Compat] Implementation of __unaligned (MS extension) as a type qualifierAndrey Bokhanko2016-04-151-1/+40
* [MSVC Compat] Permit conversions from pointer-to-function to pointer-to-objec...David Majnemer2015-10-311-10/+0
* [-fms-extensions] Allow missing exception specifications in redeclarations a...David Majnemer2015-10-201-0/+8
* Don't try to get a CXXRecordDecl from a non-class TemplateSpecializationType.Kaelyn Takata2015-10-011-0/+10
* MS extensions: Properly diagnose address of MS property declReid Kleckner2015-02-241-0/+12
* Recognize __unaligned keyword after type specifierNico Rieck2014-12-041-0/+1
* c++11 patch to issue warning on missing 'override' on Fariborz Jahanian2014-10-271-3/+4
* Revert r218925 - "Patch to warn if 'override' is missing"Alexander Potapenko2014-10-031-2/+2
* Patch to warn if 'override' is missingFariborz Jahanian2014-10-021-2/+2
* MSVC compat: Allow lookup of friend types in enclosing namespacesReid Kleckner2014-07-101-23/+0
* Sema: Static redeclaration after extern declarations is a Microsoft ExtensionDavid Majnemer2014-06-181-1/+4
* Allow dllimport/dllexport on inline functions and adjust the linkage.Hans Wennborg2014-05-151-1/+1
* Sema: Check dll attributes on redeclarationsNico Rieck2014-03-311-2/+3
* Move the warning about unused relational comparison from -Wunused-value toRichard Trieu2014-03-111-1/+1
* Pre-declare '::type_info' in MicrosoftMode only, not MicrosoftExtAlp Toker2014-01-051-4/+0
* Teach the diagnostics engine about the Attr type to make reporting on semanti...Aaron Ballman2013-12-261-10/+10
* Parse Microsoft __declspec appearing after class bodyAlp Toker2013-11-241-0/+11
* [-fms-extensions] Permit 'override' in C++98 and 'sealed' as a synonym for 'f...David Majnemer2013-10-181-0/+25
* Under -fms-extensions, only inject a friend tag name when we didn't see a tag...Douglas Gregor2013-06-271-0/+20
* This patch fixes PR16395, when HandleMSProperty returns null due to a declara...Aaron Ballman2013-06-261-0/+4
* [Windows] Fix __declspec(property) when the getter returns a refReid Kleckner2013-06-191-0/+17
* Disallow reinterpret_cast from pointer to bool on WindowsHans Wennborg2013-06-061-1/+7
* Microsoft has a language extension which allows union members to beAaron Ballman2013-05-301-0/+5
* Don't put too much thought into whether or not to capture aJohn McCall2013-04-161-4/+5
* Basic support for Microsoft property declarations andJohn McCall2013-04-161-0/+124
* Accept over-qualified constructor in MSVC emulation modeDmitri Gribenko2013-02-121-0/+4
* Change diagnostics for enums with fixed underlying type so in C++98 mode, we ...Eli Friedman2012-11-021-3/+3
* Promote the warning about extra qualification on a declaration from aDouglas Gregor2012-09-131-0/+1
* Shift Microsoft enum extensions from -fms-extensions to -fms-compatibility, s...Eli Friedman2012-02-161-5/+0
* In Microsoft Mode, disable the C++11 strict integral conversion rules for enu...Francois Pichet2012-01-211-5/+0
* Treat the Microsoft/Borland keyword "__except" as a context-sensitiveDouglas Gregor2011-10-211-0/+3
* When we end up having to parse the initializer of a C++ member earlyDouglas Gregor2011-10-171-0/+7
* [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
OpenPOWER on IntegriCloud