]> granicus.if.org Git - clang/commit
CodeGen: Avoid a reserved name and fix the naming style of some arguments. NFC
authorJustin Bogner <mail@justinbogner.com>
Fri, 22 May 2015 22:16:55 +0000 (22:16 +0000)
committerJustin Bogner <mail@justinbogner.com>
Fri, 22 May 2015 22:16:55 +0000 (22:16 +0000)
commit6faf95b0611e31c2fcec5d57521e203809503628
tree7c14ad6caeb0a2a76941e007c1b29ebc3d68c071
parentf3abc1c2772670dcb09bc302b4b9fce1f8d3a391
CodeGen: Avoid a reserved name and fix the naming style of some arguments. NFC

It's undefined to use reserved names like _Diags. Fix up the other
parameter names to consistently use a modern style while I'm here.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@238058 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenAction.cpp