]> granicus.if.org Git - clang/commit
Move the Sema argument to all of the Sema-using helper functions in
authorChandler Carruth <chandlerc@gmail.com>
Sat, 2 Jul 2011 00:01:44 +0000 (00:01 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sat, 2 Jul 2011 00:01:44 +0000 (00:01 +0000)
commit1b03c8719e2e45cf2769430335d7e71f18e6634a
treef9f673bb706c197108362bf94f857df8bdca901c
parentd309c8195cd89fef9ed13507f7ee9ac70561cebb
Move the Sema argument to all of the Sema-using helper functions in
SemaDeclAttr to the first argument. This makes them follow the very
consistent policy elsewhere in Sema for helper functions.

Original patch by Caitlin Sadowski, with some tweaking by me.

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