| Commit message (Expand) | Author | Age | Files | Lines |
* | [clang] Warning for non-final classes with final destructors | David Bolvansky | 2019-08-31 | 1 | -0/+5 |
* | Move EH spec mismatches under -fms-compatibility | Reid Kleckner | 2019-08-27 | 1 | -43/+0 |
* | Fix for PR42089, regression from r362119 | Erich Keane | 2019-05-31 | 1 | -0/+9 |
* | Implement C++ DR727, which permits explicit specializations at class scope. | Richard Smith | 2018-03-16 | 1 | -1/+0 |
* | Allow operator delete to be an invalid Decl. | Richard Trieu | 2017-08-09 | 1 | -0/+14 |
* | [Sema] Avoid using a null type pointer (fixes PR32750) | Vedant Kumar | 2017-04-26 | 1 | -0/+8 |
* | [Lit Test] Make tests C++11 compatible - Microsoft diagnostics | Charles Li | 2017-02-06 | 1 | -5/+22 |
* | [MS] Move hex long long sign compat hack to -fms-compatibility | Reid Kleckner | 2016-10-04 | 1 | -11/+8 |
* | [MSVC] Support for __unaligned qualifier in functions | Andrey Bokhanko | 2016-05-26 | 1 | -0/+4 |
* | [MSVC] Implementation of __unaligned as a proper type qualifier | Andrey Bokhanko | 2016-05-11 | 1 | -1/+77 |
* | Revert r268727, it caused PR27666. | Nico Weber | 2016-05-06 | 1 | -52/+1 |
* | [MSVC] Implementation of __unaligned as a proper type qualifier | Andrey Bokhanko | 2016-05-06 | 1 | -1/+52 |
* | Revert r266415, it broke parsing SDK headers (PR27367). | Nico Weber | 2016-04-15 | 1 | -40/+1 |
* | [MSVC Compat] Implementation of __unaligned (MS extension) as a type qualifier | Andrey Bokhanko | 2016-04-15 | 1 | -1/+40 |
* | [MSVC Compat] Permit conversions from pointer-to-function to pointer-to-objec... | David Majnemer | 2015-10-31 | 1 | -10/+0 |
* | [-fms-extensions] Allow missing exception specifications in redeclarations a... | David Majnemer | 2015-10-20 | 1 | -0/+8 |
* | Don't try to get a CXXRecordDecl from a non-class TemplateSpecializationType. | Kaelyn Takata | 2015-10-01 | 1 | -0/+10 |
* | MS extensions: Properly diagnose address of MS property decl | Reid Kleckner | 2015-02-24 | 1 | -0/+12 |
* | Recognize __unaligned keyword after type specifier | Nico Rieck | 2014-12-04 | 1 | -0/+1 |
* | c++11 patch to issue warning on missing 'override' on | Fariborz Jahanian | 2014-10-27 | 1 | -3/+4 |
* | Revert r218925 - "Patch to warn if 'override' is missing" | Alexander Potapenko | 2014-10-03 | 1 | -2/+2 |
* | Patch to warn if 'override' is missing | Fariborz Jahanian | 2014-10-02 | 1 | -2/+2 |
* | MSVC compat: Allow lookup of friend types in enclosing namespaces | Reid Kleckner | 2014-07-10 | 1 | -23/+0 |
* | Sema: Static redeclaration after extern declarations is a Microsoft Extension | David Majnemer | 2014-06-18 | 1 | -1/+4 |
* | Allow dllimport/dllexport on inline functions and adjust the linkage. | Hans Wennborg | 2014-05-15 | 1 | -1/+1 |
* | Sema: Check dll attributes on redeclarations | Nico Rieck | 2014-03-31 | 1 | -2/+3 |
* | Move the warning about unused relational comparison from -Wunused-value to | Richard Trieu | 2014-03-11 | 1 | -1/+1 |
* | Pre-declare '::type_info' in MicrosoftMode only, not MicrosoftExt | Alp Toker | 2014-01-05 | 1 | -4/+0 |
* | Teach the diagnostics engine about the Attr type to make reporting on semanti... | Aaron Ballman | 2013-12-26 | 1 | -10/+10 |
* | Parse Microsoft __declspec appearing after class body | Alp Toker | 2013-11-24 | 1 | -0/+11 |
* | [-fms-extensions] Permit 'override' in C++98 and 'sealed' as a synonym for 'f... | David Majnemer | 2013-10-18 | 1 | -0/+25 |
* | Under -fms-extensions, only inject a friend tag name when we didn't see a tag... | Douglas Gregor | 2013-06-27 | 1 | -0/+20 |
* | This patch fixes PR16395, when HandleMSProperty returns null due to a declara... | Aaron Ballman | 2013-06-26 | 1 | -0/+4 |
* | [Windows] Fix __declspec(property) when the getter returns a ref | Reid Kleckner | 2013-06-19 | 1 | -0/+17 |
* | Disallow reinterpret_cast from pointer to bool on Windows | Hans Wennborg | 2013-06-06 | 1 | -1/+7 |
* | Microsoft has a language extension which allows union members to be | Aaron Ballman | 2013-05-30 | 1 | -0/+5 |
* | Don't put too much thought into whether or not to capture a | John McCall | 2013-04-16 | 1 | -4/+5 |
* | Basic support for Microsoft property declarations and | John McCall | 2013-04-16 | 1 | -0/+124 |
* | Accept over-qualified constructor in MSVC emulation mode | Dmitri Gribenko | 2013-02-12 | 1 | -0/+4 |
* | Change diagnostics for enums with fixed underlying type so in C++98 mode, we ... | Eli Friedman | 2012-11-02 | 1 | -3/+3 |
* | Promote the warning about extra qualification on a declaration from a | Douglas Gregor | 2012-09-13 | 1 | -0/+1 |
* | Shift Microsoft enum extensions from -fms-extensions to -fms-compatibility, s... | Eli Friedman | 2012-02-16 | 1 | -5/+0 |
* | In Microsoft Mode, disable the C++11 strict integral conversion rules for enu... | Francois Pichet | 2012-01-21 | 1 | -5/+0 |
* | Treat the Microsoft/Borland keyword "__except" as a context-sensitive | Douglas Gregor | 2011-10-21 | 1 | -0/+3 |
* | When we end up having to parse the initializer of a C++ member early | Douglas Gregor | 2011-10-17 | 1 | -0/+7 |
* | [microsoft] Move missing typename warning from -fms-extensions to -fms-compat... | Francois Pichet | 2011-09-21 | 1 | -34/+0 |
* | Move Microsoft access specifier bug emulation from -fms-extensions to -fm-com... | Francois Pichet | 2011-09-20 | 1 | -20/+0 |
* | Move the "jump bypasses variable initialization" error -> warning downgrade f... | Francois Pichet | 2011-09-18 | 1 | -53/+0 |
* | In Microsoft mode, warn if an indirect goto jump over a variable initialization. | Francois Pichet | 2011-09-16 | 1 | -8/+8 |
* | In Microsoft mode, downgrade "goto into protected scope" from error to warnin... | Francois Pichet | 2011-09-13 | 1 | -1/+55 |