[PATCH] D117232: [clang] Improve -Wdeclaration-after-statement

2022-01-20 Thread Marco Elver via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rGc65186c89f35: [clang] Improve -Wdeclaration-after-statement (authored by melver). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[PATCH] D117232: [clang] Improve -Wdeclaration-after-statement

2022-01-20 Thread Marco Elver via Phabricator via cfe-commits
melver updated this revision to Diff 401689. melver marked an inline comment as done. melver added a comment. Use ``..`` in ReleaseNotes.rst. Thanks! Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D117232/new/ https://reviews.llvm.org/D117232 Files

[PATCH] D117232: [clang] Improve -Wdeclaration-after-statement

2022-01-20 Thread Aaron Ballman via Phabricator via cfe-commits
aaron.ballman accepted this revision. aaron.ballman added a comment. This revision is now accepted and ready to land. LGTM aside from a small nit with the release notes. Comment at: clang/docs/ReleaseNotes.rst:61 +- Support -Wdeclaration-after-statement with C99 and later sta

[PATCH] D117232: [clang] Improve -Wdeclaration-after-statement

2022-01-20 Thread Marco Elver via Phabricator via cfe-commits
melver updated this revision to Diff 401653. melver marked 4 inline comments as done. melver retitled this revision from "[clang] Respect -Wdeclaration-after-statement with C99 or later" to "[clang] Improve -Wdeclaration-after-statement". melver edited the summary of this revision. melver added a