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)
commit9a629abf3d9211aaaf96f66b7bf6f2fe99414bc3
treedd433c5f563d2c3699acadd6531d66d765961d08
parent9a31ccbad87d98d7d567aae3228f955e4f2d03e7
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.

llvm-svn: 173749
clang/include/clang/Basic/Attr.td
clang/lib/Sema/SemaDeclAttr.cpp
clang/test/SemaCXX/borland-extensions.cpp