aboutsummaryrefslogtreecommitdiff
path: root/test/Parser/MicrosoftExtensions.cpp
AgeCommit message (Expand)Author
2013-04-16Basic support for Microsoft property declarations andJohn McCall
2012-08-31Normalize line endings of r163013 (part 2).Joao Matos
2012-08-31Improved MSVC __interface support by adding first class support for it, inste...Joao Matos
2012-05-22Recognize the MS inheritance attributes and turn them into attributesJohn McCall
2012-05-22Fix line endings.John McCall
2012-05-14Recover properly from a redundant 'typename' before a non-nested name. This isRichard Smith
2012-04-17Emulate a MSVC bug where the creation of pointer-to-member to protected membe...Francois Pichet
2012-04-16The result of the Microsoft __uuidof operator must be considered a global lva...Francois Pichet
2011-12-12Implement the Microsoft __if_exists/if_not_exists extension in initializer-list.Francois Pichet
2011-12-01Change the Microsoft __interface keyword to be an alias for struct (not class...Francois Pichet
2011-05-25Add support for Microsoft __if_exists, __if_not_exists extension at class scope.Francois Pichet
2011-05-11In Microsoft mode, allow pure specifier (=0) on inline functions declared at ...Francois Pichet
2011-05-10Add a __uuidof test where the uuid attribute is on the second declaration. Francois Pichet
2011-05-07Temporary preprocessor hack to get around the Microsoft __identifier(x) exten...Francois Pichet
2011-05-07Add support for _if_exists and __if_not_exists at namespace/global scope.Francois Pichet
2011-05-06Add support for Microsoft __if_exists and __if_not_exists construct inside fu...Francois Pichet
2011-04-29r130381 follow up: accept __uuidof expression for template argument reference.Francois Pichet
2011-04-28Support &__uuidof(type) as a non type template argument.Francois Pichet
2011-04-28Upgrade Microsoft's __int8, __int16, __int32 and __int64 types from builtin d...Francois Pichet
2011-04-27Add support for Microsoft __interface keyword. An __interface class is basica...Francois Pichet
2011-04-24Downgrade unnecessary "typename" from error to warning in Microsoft mode. Francois Pichet
2011-03-27Improve recovery (error + fix-it) when parsing type dependent template name w...Francois Pichet
2011-01-31Allow Microsoft attributes in a constructor's parameter list.Francois Pichet
2011-01-18Add support for explicit constructor calls in Microsoft mode.Francois Pichet
2010-12-27More __uuidof validation:Francois Pichet
2010-12-20Emit an error if operator __uuidof() is called on a type with no associated G...Francois Pichet
2010-10-12Replace \r\n with \n in this file.Nick Lewycky
2010-10-11Add parsing support for Microsoft attributes. MS attributes will just be skip...Francois Pichet