summaryrefslogtreecommitdiffstats
path: root/test/Parser/MicrosoftExtensions.cpp
Commit message (Expand)AuthorAgeFilesLines
* Emulate a MSVC bug where the creation of pointer-to-member to protected membe...Francois Pichet2012-04-171-1/+26
* The result of the Microsoft __uuidof operator must be considered a global lva...Francois Pichet2012-04-161-2/+2
* Implement the Microsoft __if_exists/if_not_exists extension in initializer-list.Francois Pichet2011-12-121-0/+29
* Change the Microsoft __interface keyword to be an alias for struct (not class...Francois Pichet2011-12-011-0/+5
* Add support for Microsoft __if_exists, __if_not_exists extension at class scope.Francois Pichet2011-05-251-1/+26
* In Microsoft mode, allow pure specifier (=0) on inline functions declared at ...Francois Pichet2011-05-111-0/+5
* Add a __uuidof test where the uuid attribute is on the second declaration. Francois Pichet2011-05-101-7/+17
* Temporary preprocessor hack to get around the Microsoft __identifier(x) exten...Francois Pichet2011-05-071-0/+3
* Add support for _if_exists and __if_not_exists at namespace/global scope.Francois Pichet2011-05-071-6/+16
* Add support for Microsoft __if_exists and __if_not_exists construct inside fu...Francois Pichet2011-05-061-0/+33
* r130381 follow up: accept __uuidof expression for template argument reference.Francois Pichet2011-04-291-0/+3
* Support &__uuidof(type) as a non type template argument.Francois Pichet2011-04-281-0/+7
* Upgrade Microsoft's __int8, __int16, __int32 and __int64 types from builtin d...Francois Pichet2011-04-281-1/+3
* Add support for Microsoft __interface keyword. An __interface class is basica...Francois Pichet2011-04-271-0/+5
* Downgrade unnecessary "typename" from error to warning in Microsoft mode. Francois Pichet2011-04-241-0/+12
* Improve recovery (error + fix-it) when parsing type dependent template name w...Francois Pichet2011-03-271-0/+24
* Allow Microsoft attributes in a constructor's parameter list.Francois Pichet2011-01-311-0/+8
* Add support for explicit constructor calls in Microsoft mode.Francois Pichet2011-01-181-0/+18
* More __uuidof validation:Francois Pichet2010-12-271-0/+16
* Emit an error if operator __uuidof() is called on a type with no associated G...Francois Pichet2010-12-201-1/+47
* Replace \r\n with \n in this file.Nick Lewycky2010-10-121-25/+25
* Add parsing support for Microsoft attributes. MS attributes will just be skip...Francois Pichet2010-10-111-0/+25