It helps to have the first line of the commit message be roughly
descriptive, since it forms the brief commit summary in version tools and
the subject line in commit email - just "NFC" is a bit unclear. Usually
these sort of commits are described as, say "Suppress -Asserts
unused-variable warning f
Author: evstupac
Date: Thu Jan 4 18:22:52 2018
New Revision: 321854
URL: http://llvm.org/viewvc/llvm-project?rev=321854&view=rev
Log:
NFC.
The patch fixes r321395, that cuased
-Werror=unused-but-set-variable issue for
Diagnosed var on prod build.
From: Evgeny Stupachenko
Modified:
cfe/tr