llvm-project/clang/lib
Richard Trieu cfe3f21cec 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()

llvm-svn: 139153
2011-09-06 18:38:41 +00:00
..
ARCMigrate [arcmt] Fix test/ARCMT/remove-statements.m regression due to 2011-09-01 20:53:18 +00:00
AST Implement the suggested resolution of WG21 N3307 issue 19: When determining whether a class is an aggregate in C++0x, treat all functions which are neither deleted nor defaulted as user-provided, not just special member functions. The wording of the standard only defines the term "user-provided" for special member functions, but the intent seems to be that any function can be user-provided. 2011-09-05 02:13:09 +00:00
Analysis -Wuninitialized: fix insidious bug resulting from interplay of blocks and dead code. Fixes <rdar://problem/10060250>. 2011-09-02 19:39:26 +00:00
Basic Allow the preprocessor to be constructed without performing target- 2011-09-01 23:39:15 +00:00
CodeGen When performing a derived-to-base cast on the right-hand side of the 2011-09-06 16:26:56 +00:00
Driver Add the resource directory to the search path for Driver::GetFilePath, 2011-09-06 02:08:31 +00:00
Frontend Add missing dependency 2011-09-06 02:08:40 +00:00
FrontendTool Introduce a -cc1 option "-emit-module", that creates a binary module 2011-08-25 22:30:56 +00:00
Headers Add missing function _mm_ucomige_sd to emmintrin.h. PR10803. 2011-08-29 21:26:24 +00:00
Index remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
Lex Advertise support for cxx_range_for as an extension in C++98 mode. Patch by Jean-Daniel Dupas! 2011-09-06 18:03:41 +00:00
Parse PR10458: Last part of providing 'auto' type specifier as an extension in C++98: permit it within type-ids. 2011-09-04 20:24:20 +00:00
Rewrite Fix a rewriter bug caused by recent changes in objc's 2011-08-29 22:21:46 +00:00
Sema Rename variables in SemaExpr.cpp to give a more consistant naming scheme. 2011-09-06 18:38:41 +00:00
Serialization Finish implementing (de-)serialization of the CXXDefinitionData bits 2011-09-06 16:38:46 +00:00
StaticAnalyzer Make helpers static, remove unused variables. 2011-09-03 03:30:59 +00:00
CMakeLists.txt The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00
Makefile The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00