[PATCH] D65337: [clangd] Disallow extraction of expression-statements.
Shaurya Gupta via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 29 07:37:16 PDT 2019
SureYeaah added inline comments.
================
Comment at: clang-tools-extra/clangd/unittests/TweakTests.cpp:329
while(a < [[1]])
- [[a++]];
+ a++;
// do while
----------------
Change to a=[[1]];?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65337/new/
https://reviews.llvm.org/D65337
More information about the cfe-commits
mailing list