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
/
callingconv.c
Age
Commit message (
Expand
)
Author
2013-01-29
Downgrade 'attribute ignored when parsing type' from error to warning, to match
Richard Smith
2012-12-25
Add intel_ocl_bicc calling convention as a function attribute to clang. The c...
Guy Benyei
2012-10-16
Add pnaclcall convention to Native Client targets.
Derek Schuff
2012-10-02
Allowing individual targets to determine whether a given calling convention i...
Aaron Ballman
2012-08-14
Fix horribly broken sema of __attribute__((pcs())).
Benjamin Kramer
2011-03-02
Pretty up the wrong-number-of-arguments-for-attribute diagnostic by
John McCall
2010-02-24
When we encounter a function-specific attribute in a declaration specifier,
Charles Davis
2010-02-23
When comparing two calling conventions after redeclaring a function, compare
Charles Davis
2010-02-05
Standardize the parsing of function type attributes in a way that
John McCall
2010-02-04
Allow calling convention attributes to apply to types. Patch by Chip Davis!
John McCall
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-11-09
Add support for cdecl attribute. (As far as I know, it doesn't affect CodeGen
Eli Friedman
2009-11-04
Diagnose the use of 'fastcall' on functions without prototypes or with
John McCall
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2008-03-07
Add new test
Nate Begeman