]> granicus.if.org Git - clang/commit
Identifiers with _CapitalLetter are reserved, so don't use them. Prefer the
authorNick Lewycky <nicholas@mxc.ca>
Sat, 4 Jun 2011 05:19:42 +0000 (05:19 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sat, 4 Jun 2011 05:19:42 +0000 (05:19 +0000)
commit7e46d0b8436d844d77f3ff580b6e1204e0407044
treeeb176b29329413742082f7ffd5cd69783770542e
parent5a2675d23796e8b75089acc8199b60ab61c2a19f
Identifiers with _CapitalLetter are reserved, so don't use them. Prefer the
common C++ pattern of using the same name for the constructor argument as you
do for the member. Noticed by inspection.

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