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
Loading
Please register or sign in to comment