Skip to content
Commit eba5189f authored by Ariel J. Bernal's avatar Ariel J. Bernal
Browse files

Fix UseAuto replacing variable declaration lists containing non-initialized

variables.

UseAuto used to match initialized variable declarations independently of
whether they were defined in a declaration list or as a single declaration.
Now it matches declaration statements where every variable declaration is
initialized.

llvm-svn: 182114
parent ecc2ad1c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment