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