]> 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:38:41 +0000 (18:38 +0000)
committerRichard Trieu <rtrieu@google.com>
Tue, 6 Sep 2011 18:38:41 +0000 (18:38 +0000)
commit8ef5c8ef41b8578ac754815c57728c3a3e6b422c
treee1ad9ab8e6737936d4e9005c41a3fde9cd197917
parentcafd30b4cd2f1a18baecb0ae7dc5f2351b8b8bcb
Rename variables in SemaExpr.cpp to give a more consistant naming scheme.

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

Functions changed:
handleFloatConversion()
handleComplexIntConvsersion()

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