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