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
/
Sema
/
MicrosoftExtensions.c
Age
Commit message (
Expand
)
Author
2012-08-08
Unify the codepaths for emitting deprecation warnings. The test changes are ...
Eli Friedman
2012-06-19
Reapplying the changes from r158717 as they were rolled back to avoid merge c...
Aaron Ballman
2012-06-19
Revert r158700 and dependent patches r158716, r158717, and r158731.
Jakob Stoklund Olesen
2012-06-19
Improves parsing and semantic analysis for MS __declspec attributes. This in...
Aaron Ballman
2012-04-23
with -Wdeprecated, include a note to its deprecated declaration
Fariborz Jahanian
2012-02-23
Turned on support for __declspec(deprecated) in MS compatibility mode.
Aaron Ballman
2012-02-16
Shift Microsoft enum extensions from -fms-extensions to -fms-compatibility, s...
Eli Friedman
2012-02-01
Fix crash on invalid in microsoft anonymous struct extension.
Nico Weber
2011-05-11
Add a Microsoft C test following r131201.
Francois Pichet
2011-02-22
We need a longer long when testing this pathe Microsoft fixed-underlying-type...
Douglas Gregor
2011-02-22
Enable enumeration types with a fixed underlying type, e.g.,
Douglas Gregor
2010-11-23
Microsoft C anonymous struct implementation.
Francois Pichet
2010-10-18
Microsoft enum extensions. 2 things will change on -fms-extensions:
Francois Pichet
2010-10-06
Remove hard CRLF end-of-line markers from two files. These should be added
Chandler Carruth
2010-09-15
Microsoft's flexible array rules relaxation:
Francois Pichet