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
/
CodeGen
/
ms-declspecs.c
Age
Commit message (
Expand
)
Author
2013-02-26
Fix testcases to not rely upon target-* attributes.
Bill Wendling
2013-02-25
Revert "Add more attributes from the command line to functions."
Anna Zaks
2013-02-25
Add more attributes from the command line to functions.
Bill Wendling
2013-02-22
Update tests so that we don't test for function-only attributes on call sites.
Bill Wendling
2013-02-22
Update to use references to attribute groups instead of listing the attribute...
Bill Wendling
2013-02-20
Modify the tests to use attribute group references instead of listing the
Bill Wendling
2013-02-15
Add the 'target-cpu' and 'target-features' attributes to functions.
Bill Wendling
2013-01-31
Update the tests.
Bill Wendling
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-02-23
Turned on support for __declspecs: noreturn, noinline, nothrow and naked in M...
Aaron Ballman