]> granicus.if.org Git - clang/commit
Rename variables in SemaExpr.cpp to give a more consistant naming scheme.
authorRichard Trieu <rtrieu@google.com>
Wed, 7 Sep 2011 01:33:52 +0000 (01:33 +0000)
committerRichard Trieu <rtrieu@google.com>
Wed, 7 Sep 2011 01:33:52 +0000 (01:33 +0000)
commit268942b22464c7364e2c6868915484cd4b7596f7
treefc06119ad3fe0741540419dca2c6939d4581b0ce
parent9f60dee66e76a20302aecdf677236ff030bf157b
Rename variables in SemaExpr.cpp to give a more consistant naming scheme.

ExprResult LHS, RHS,
Expr *LHSExpr, *RHSExpr
QualType LHSType, RHSType

Functions changed:
CheckAssignmentOperands()
DiagnoseSelfAssignment()
checkArithmeticNull()

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139215 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp