]> granicus.if.org Git - clang/commit
Actually remove the hack which was blocking the Borland-style attributes from
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 29 Jan 2013 01:38:41 +0000 (01:38 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 29 Jan 2013 01:38:41 +0000 (01:38 +0000)
commitcda7968b38d76848b4fb24f7cc28ab83835b4ea3
tree744f269ce4546de2c9db60d9439a0428a1b79c6b
parentf727e1c6cc382c1b5fe23b38ba04df2d4a2f358a
Actually remove the hack which was blocking the Borland-style attributes from
working, and add the missing attribute spellings. This brings _pascal,
_fastcall, _stdcall and _cdecl to life in -fborland-extensions mode.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173749 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Attr.td
lib/Sema/SemaDeclAttr.cpp
test/SemaCXX/borland-extensions.cpp