]> granicus.if.org Git - clang/commit
__forceinline is a keyword, and not a GNU-style attribute. This FIXME appears to...
authorAaron Ballman <aaron@aaronballman.com>
Mon, 13 Jan 2014 21:40:16 +0000 (21:40 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Mon, 13 Jan 2014 21:40:16 +0000 (21:40 +0000)
commit6c7a44feb4b47ebf9fd94b33879b4df6ccc7c48b
treed283c34890c1e89f607b4ed3ea6a2eaac9d3f7ae
parente08e25e23923d2f73c41f7e87e5eb3c5228d67ca
__forceinline is a keyword, and not a GNU-style attribute. This FIXME appears to be out-dated, and the attribute syntax is becoming more important these days.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@199143 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseDecl.cpp