Renaming arg_const_range to const_arg_range; NFC.
authorAaron Ballman <aaron@aaronballman.com>
Sun, 12 Aug 2018 21:19:22 +0000 (21:19 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Sun, 12 Aug 2018 21:19:22 +0000 (21:19 +0000)
commit8cd96484d2e2e09a126f5f599382cd5be1252e41
tree29cac22f86b683f4a60584d0791eac42abb5b0ce
parent3763f307bd3bcfd03a6dd67a3e34e050ffef2e6b
Renaming arg_const_range to const_arg_range; NFC.

This form makes more sense (it is a range over constant arguments) and is most consistent with const_arg_iterator (there are zero instances of arg_const_iterator).

llvm-svn: 339527
clang/include/clang/AST/Expr.h
clang/include/clang/AST/ExprCXX.h
clang/include/clang/CodeGen/CGFunctionInfo.h