]> granicus.if.org Git - clang/commit
adjust the prototypes of a bunch of decl processing methods to take
authorChris Lattner <sabre@nondot.org>
Sat, 28 Jun 2008 23:36:30 +0000 (23:36 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 28 Jun 2008 23:36:30 +0000 (23:36 +0000)
commit545dd3401e7f31c256d69cb948a45d5ca781064c
tree4dd83c9a5643f680a09448e0344f6904e50671c2
parent3a9fdb4742b21c0a3c27f18c5e4e94bab6f9e64c
adjust the prototypes of a bunch of decl processing methods to take
the single attribute they look at by reference instead of by pointer.
This is a subtle indicator that they take the specified attribute, not
a whole list of them.

This also make HandleExtVectorTypeAttribute work the same way as the rest
of the attributes, adds some comments etc. No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52871 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/Sema.h
lib/Sema/SemaDeclAttr.cpp
lib/Sema/SemaType.cpp