Revert "Revert "[clang] Dont print implicit forrange initializer""
authorKadir Cetinkaya <kadircet@google.com>
Fri, 17 Jun 2022 14:47:29 +0000 (16:47 +0200)
committerKadir Cetinkaya <kadircet@google.com>
Fri, 17 Jun 2022 14:51:16 +0000 (16:51 +0200)
commit1a02c963e338100a3000734b91f5956da9b8c95e
treef33d96b05eb2f5e55f47ca669bb1044ea03a1a3f
parent7b73f53790f3db9ee589dc26a05a481a5e9e6915
Revert "Revert "[clang] Dont print implicit forrange initializer""

This reverts commit 7aac15d5df6cfa03b802e055b63227a95fa1734e.

Only updates the tests, as these statements are still part of the CFG
and its just the pretty printer policy that changes. Hopefully this
shouldn't affect any analysis.
clang/lib/AST/DeclPrinter.cpp
clang/test/Analysis/auto-obj-dtors-cfg-output.cpp
clang/test/Analysis/scopes-cfg-output.cpp
clang/unittests/AST/DeclPrinterTest.cpp