]> granicus.if.org Git - clang/commit
Cleaning up some range-based for loops so that the automatic type deduction is more...
authorAaron Ballman <aaron@aaronballman.com>
Tue, 20 May 2014 19:47:14 +0000 (19:47 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Tue, 20 May 2014 19:47:14 +0000 (19:47 +0000)
commit4bc6889c26c1dfee402b05b383c2badbcb73fcfa
tree27d0de04d3ecfd54217d62f683dd1de133417993
parent0017c7ecc48c93cdfc3f2f1f71fb5c67c6a9b40a
Cleaning up some range-based for loops so that the automatic type deduction is more explicit about pointers and const. Did some minor drive-by const correctness fixes and identifier updates as well. No functional changes.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209233 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/ClangAttrEmitter.cpp