Rename local variable CCCPrintActions -> CCCPrintPhases.
authorDouglas Katzman <dougk@google.com>
Thu, 25 Jun 2015 19:37:41 +0000 (19:37 +0000)
committerDouglas Katzman <dougk@google.com>
Thu, 25 Jun 2015 19:37:41 +0000 (19:37 +0000)
commitb7e8ef005fb3d20d82a06a2393275da823081236
tree53440f0e5ce8d7665912f9a11727e265afea70ea
parente6c34b49d37256ffcfe786f40561f9d3c3bafec2
Rename local variable CCCPrintActions -> CCCPrintPhases.

To match the '-ccc-print-phases' command-line flag.
Also make two more 'for' loops range-based. NFC

llvm-svn: 240680
clang/lib/Driver/Driver.cpp