]> granicus.if.org Git - clang/commit
[AST][NFC] Style fixes for UnaryOperator
authorBruno Ricci <riccibrun@gmail.com>
Tue, 13 Nov 2018 19:27:39 +0000 (19:27 +0000)
committerBruno Ricci <riccibrun@gmail.com>
Tue, 13 Nov 2018 19:27:39 +0000 (19:27 +0000)
commit32e393f332fcadb404e469cd9567d0dcfa5bba48
tree1e0ce992512023aba893a2eb49a5ee9e2176c715
parent65e1b786b5f4b337bb3873665f0aa63fd5950f6f
[AST][NFC] Style fixes for UnaryOperator

In preparation for the patch which will move some data to the bit-fields
of Stmt. In particular, rename the private variable "Val" -> "Operand"
since the substatement is the operand of the unary operator.
Run clang-format on UnaryOperator. NFC otherwise.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@346781 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Expr.h
lib/AST/Expr.cpp