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
/
Sema
/
MicrosoftExtensions.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Try to fix arm bots by removing a superfluous __cdecl
Reid Kleckner
2014-03-26
1
-1
/
+1
*
-fms-extensions: Add __va_start builtin, which is used for x64
Reid Kleckner
2014-03-26
1
-0
/
+14
*
Implemented delayed processing of 'unavailable' checking, just like with 'dep...
Ted Kremenek
2013-12-18
1
-3
/
+3
*
__declspec(uuid) is only supported for C++ code according to MSDN (as well as...
Aaron Ballman
2013-11-24
1
-4
/
+1
*
err_attribute_not_string has been subsumed by err_attribute_argument_type.
Aaron Ballman
2013-07-30
1
-1
/
+1
*
Removed a parameter from handleAttrWithMessage to make it more consistent wit...
Aaron Ballman
2013-07-18
1
-1
/
+1
*
Disallow reinterpret_cast from pointer to bool on Windows
Hans Wennborg
2013-06-06
1
-0
/
+3
*
Adding in parsing and the start of semantic support for __sptr and __uptr poi...
Aaron Ballman
2013-05-22
1
-0
/
+29
*
Unify the codepaths for emitting deprecation warnings. The test changes are ...
Eli Friedman
2012-08-08
1
-1
/
+1
*
Reapplying the changes from r158717 as they were rolled back to avoid merge c...
Aaron Ballman
2012-06-19
1
-0
/
+2
*
Revert r158700 and dependent patches r158716, r158717, and r158731.
Jakob Stoklund Olesen
2012-06-19
1
-2
/
+0
*
Improves parsing and semantic analysis for MS __declspec attributes. This in...
Aaron Ballman
2012-06-19
1
-0
/
+2
*
with -Wdeprecated, include a note to its deprecated declaration
Fariborz Jahanian
2012-04-23
1
-2
/
+2
*
Turned on support for __declspec(deprecated) in MS compatibility mode.
Aaron Ballman
2012-02-23
1
-0
/
+14
*
Shift Microsoft enum extensions from -fms-extensions to -fms-compatibility, s...
Eli Friedman
2012-02-16
1
-10
/
+0
*
Fix crash on invalid in microsoft anonymous struct extension.
Nico Weber
2012-02-01
1
-1
/
+10
*
Add a Microsoft C test following r131201.
Francois Pichet
2011-05-11
1
-0
/
+8
*
We need a longer long when testing this pathe Microsoft fixed-underlying-type...
Douglas Gregor
2011-02-22
1
-1
/
+1
*
Enable enumeration types with a fixed underlying type, e.g.,
Douglas Gregor
2011-02-22
1
-0
/
+12
*
Microsoft C anonymous struct implementation.
Francois Pichet
2010-11-23
1
-4
/
+40
*
Microsoft enum extensions. 2 things will change on -fms-extensions:
Francois Pichet
2010-10-18
1
-0
/
+12
*
Remove hard CRLF end-of-line markers from two files. These should be added
Chandler Carruth
2010-10-06
1
-21
/
+21
*
Microsoft's flexible array rules relaxation:
Francois Pichet
2010-09-15
1
-0
/
+21