]> granicus.if.org Git - clang/commit
Rename variables in SemaExpr.cpp to give a more consistant naming scheme.
authorRichard Trieu <rtrieu@google.com>
Tue, 6 Sep 2011 18:25:09 +0000 (18:25 +0000)
committerRichard Trieu <rtrieu@google.com>
Tue, 6 Sep 2011 18:25:09 +0000 (18:25 +0000)
commitcafd30b4cd2f1a18baecb0ae7dc5f2351b8b8bcb
treef9937530539dded05b95a7ab1072870c870275c8
parent7640c0070361bd365e30fc2eb3b6a64361fa7377
Rename variables in SemaExpr.cpp to give a more consistant naming scheme.

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

Functions changed:
handleComplexFloatToComplexFloatConverstion()
handleComplexFloatConversion()

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