Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
377ecc7996dce6803f7b7b6208cab5e197c9c5b8
/
test
/
Parser
/
MicrosoftExtensions.cpp
9d24a8b
Implement the Microsoft __if_exists/if_not_exists extension in initializer-list.
by Francois Pichet
· 13 years ago
2aba711
Change the Microsoft __interface keyword to be an alias for struct (not class) since members are public by default.
by Francois Pichet
· 13 years ago
563a645
Add support for Microsoft __if_exists, __if_not_exists extension at class scope.
by Francois Pichet
· 14 years ago
6a24747
In Microsoft mode, allow pure specifier (=0) on inline functions declared at class scope.
by Francois Pichet
· 14 years ago
20e3c9e
Add a __uuidof test where the uuid attribute is on the second declaration.
by Francois Pichet
· 14 years ago
a23ae3f
Temporary preprocessor hack to get around the Microsoft __identifier(x) extension.
by Francois Pichet
· 14 years ago
f986038
Add support for _if_exists and __if_not_exists at namespace/global scope.
by Francois Pichet
· 14 years ago
1e86269
Add support for Microsoft __if_exists and __if_not_exists construct inside function definition.
by Francois Pichet
· 14 years ago
a343a41
r130381 follow up: accept __uuidof expression for template argument reference.
by Francois Pichet
· 14 years ago
a97d24f
Support &__uuidof(type) as a non type template argument.
by Francois Pichet
· 14 years ago
338d7f7
Upgrade Microsoft's __int8, __int16, __int32 and __int64 types from builtin defines to real types.
by Francois Pichet
· 14 years ago
0047012
Add support for Microsoft __interface keyword. An __interface class is basically a normal class containing just pure virtual functions. No urgency to enforce that restriction in clang for now, so make __interface an "class" alias.
by Francois Pichet
· 14 years ago
a5d318a
Downgrade unnecessary "typename" from error to warning in Microsoft mode.
by Francois Pichet
· 14 years ago
4147d30
Improve recovery (error + fix-it) when parsing type dependent template name without the "template" keyword.
by Francois Pichet
· 14 years ago
dfaa5fb
Allow Microsoft attributes in a constructor's parameter list.
by Francois Pichet
· 14 years ago
dbee341
Add support for explicit constructor calls in Microsoft mode. For example:
by Francois Pichet
· 14 years ago
6915c52
More __uuidof validation:
by Francois Pichet
· 14 years ago
913b7bf
Emit an error if operator __uuidof() is called on a type with no associated GUID.
by Francois Pichet
· 14 years ago
141ecfe
Replace \r\n with \n in this file.
by Nick Lewycky
· 14 years ago
334d47e
Add parsing support for Microsoft attributes. MS attributes will just be skipped and not inserted into the AST for now.
by Francois Pichet
· 14 years ago