Go to file
Richard Trieu d33e46e943 Rename variables in SemaExpr.cpp to give a more consistant naming scheme.
ExprResult LHS, RHS,
Expr *LHSExpr, *RHSExpr
QualType LHSType, RHSType

Functions changed:
DiagnoseConditionalForNull()
CheckConditionalOperands()
IsArithmeticBinaryExpr()
DiagnoseConditionalPrecedence()

llvm-svn: 139167
2011-09-06 20:06:39 +00:00
clang Rename variables in SemaExpr.cpp to give a more consistant naming scheme. 2011-09-06 20:06:39 +00:00
compiler-rt Change ARM vfp assembly functions to use unified syntax. 2011-08-23 16:40:18 +00:00
debuginfo-tests Testcase for r133065 2011-06-15 17:57:23 +00:00
libcxx Fix const correctness bug in __move_assign. Found and fixed by Ion Gaztañaga. 2011-09-02 20:42:31 +00:00
libcxxabi reformatted to match Clang style; thanks to John McCall for the nudge 2011-08-15 18:06:47 +00:00
lldb Add a data type WatchpointLocationList to the repository. A Target contains an instance of watchpoint location list. 2011-09-06 20:05:25 +00:00
llvm Fix comment. Noticed by Duncan. 2011-09-06 19:29:31 +00:00
polly CodeGen: Support for Cast Operations in vector code generation 2011-09-04 11:45:52 +00:00