]> granicus.if.org Git - clang/commit
NFC; clean up this file based on our coding standards. The impetus was considerable...
authorAaron Ballman <aaron@aaronballman.com>
Thu, 15 Feb 2018 16:20:20 +0000 (16:20 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 15 Feb 2018 16:20:20 +0000 (16:20 +0000)
commit9147c0ee9465e67fa49ad9861636e262ba244b99
tree518a0058d57e50483d0f581ca56827f082a975d9
parentffd3988649b7e0a83c0ebc38324805d41bc3f97b
NFC; clean up this file based on our coding standards. The impetus was considerable use of a type name as an identifier for an object.

Changed identifier names (especially function parameters) to not clash with type names and to follow the proper naming conventions. Use of explicit type names changed to use auto where appropriate. Removed unused parameters that should have never been added in the first place. Minor formatting cleanups.

The changes were mostly mechanical and should have no functional impact.

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