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