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
/
SemaCXX
/
MicrosoftCompatibility.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MS Compat] Allow _Atomic(Type) and 'struct _Atomic' to coexist
David Majnemer
2015-07-22
1
-4
/
+11
*
MS ABI: Define _HAS_CHAR16_T_LANGUAGE_SUPPORT when appropriate
David Majnemer
2015-03-18
1
-2
/
+6
*
MSVC Compat: Permit char16_t, char32_t and _Atomic when targeting > 2013
David Majnemer
2015-03-18
1
-3
/
+9
*
Reword switch/goto diagnostics "protected scope" diagnostics. Making up a term
Richard Smith
2014-09-06
1
-5
/
+5
*
TokenKinds: _Atomic isn't a keyword in MS mode
David Majnemer
2014-03-04
1
-0
/
+1
*
Move the -fms-compatibility using decl check after real access checking
Reid Kleckner
2014-02-08
1
-0
/
+3
*
Restrict redeclaration of tags introduced by using decls to MSVCCompat
Alp Toker
2014-01-18
1
-0
/
+21
*
Sema: Predefine size_t in MSVC Compatibility mode
David Majnemer
2014-01-14
1
-0
/
+1
*
Fix 'declartion' typos
Alp Toker
2014-01-05
1
-1
/
+1
*
Pre-declare '::type_info' in MicrosoftMode only, not MicrosoftExt
Alp Toker
2014-01-05
1
-0
/
+5
*
-fms-compatibility: Use C++98 null pointer constant rules
Reid Kleckner
2013-11-12
1
-0
/
+16
*
Allow the parser to recover gracefully if a typename is used to introduce a d...
Francois Pichet
2012-07-22
1
-0
/
+2
*
char16_t and char32_t are defined via typedef in MSVC 11 RC. So introduce a w...
Francois Pichet
2012-07-22
1
-0
/
+2
*
In microsoft mode, downgrade pseudo-destructors on void from error to warning.
Nico Weber
2012-01-23
1
-0
/
+11
*
Convert file from 60% unix 40% dos line endings to 100% unix line endings.
Nico Weber
2012-01-23
1
-67
/
+67
*
Eli says this should check MicrosoftMode instead.
Nico Weber
2012-01-23
1
-0
/
+21
*
In Microsoft Mode, disable the C++11 strict integral conversion rules for enu...
Francois Pichet
2012-01-21
1
-1
/
+6
*
Change the diagnostics which said 'accepted as an extension' to instead say
Richard Smith
2011-12-29
1
-1
/
+1
*
Modify how the -verify flag works. Currently, the verification string and
Richard Trieu
2011-12-15
1
-2
/
+2
*
Move "Unqualified lookup into dependent bases of class templates" Microsoft s...
Francois Pichet
2011-11-11
1
-19
/
+0
*
Add -Wc++98-compat diagnostics for jumps which bypass initialization of non-POD
Richard Smith
2011-10-20
1
-2
/
+2
*
[Microsoft] If -fms-compatibility, then downgrade missing typename error to w...
Francois Pichet
2011-10-11
1
-2
/
+2
*
[microsoft] In Microsoft mode, if we are inside a template class member funct...
Francois Pichet
2011-09-24
1
-0
/
+22
*
[microsoft] Move missing typename warning from -fms-extensions to -fms-compat...
Francois Pichet
2011-09-21
1
-0
/
+44
*
Move Microsoft access specifier bug emulation from -fms-extensions to -fm-com...
Francois Pichet
2011-09-20
1
-0
/
+20
*
Move the "jump bypasses variable initialization" error -> warning downgrade f...
Francois Pichet
2011-09-18
1
-1
/
+55
*
In Microsoft mode(-fms-compatibility), prefer an integral conversion to a flo...
Francois Pichet
2011-09-18
1
-0
/
+18