]> granicus.if.org Git - clang/commit
Migrate the target attribute parsing code into an extension off of
authorEric Christopher <echristo@gmail.com>
Tue, 1 Sep 2015 22:03:58 +0000 (22:03 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 1 Sep 2015 22:03:58 +0000 (22:03 +0000)
commit05248fe1f33e3d2182d59c90dfd1c3e0d3a546bc
tree73475030a741faba598c8513a1f856e0f13f54e9
parent2cdc7ef842d04844d076f9a72476f7840354d01b
Migrate the target attribute parsing code into an extension off of
the main attribute and cache the results so we don't have to parse
a single attribute more than once.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@246596 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Attr.td
lib/CodeGen/CGCall.cpp