[cfe-commits] [PATCH] Multiple patches for refactoring SemaExpr.cpp

Richard Trieu rtrieu at google.com
Mon Aug 8 18:39:19 PDT 2011


Refactoring of lib/Sema/SemaExpr.cpp broken into several patches.  Changes
include reducing code duplication, moving diagnostic checks into separate
functions, and reducing method length.  Comments welcome.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110808/ba2810f7/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: check_addition_subtraction_increment_decrement.patch
Type: text/x-patch
Size: 4469 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110808/ba2810f7/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: check_address_of_operand.patch
Type: text/x-patch
Size: 2244 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110808/ba2810f7/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: check_conditional_operands.patch
Type: text/x-patch
Size: 19095 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110808/ba2810f7/attachment-0002.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: check_incomplete_pointer_type.patch
Type: text/x-patch
Size: 2494 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110808/ba2810f7/attachment-0003.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pointer_comparison.patch
Type: text/x-patch
Size: 9803 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110808/ba2810f7/attachment-0004.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: diagnose_bitwise_precedence.patch
Type: text/x-patch
Size: 2642 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110808/ba2810f7/attachment-0005.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: null_arithmetic_and_enum_compare_to_new_functions.patch
Type: text/x-patch
Size: 8417 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110808/ba2810f7/attachment-0006.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: usual_arithmetic_conversions.patch
Type: text/x-patch
Size: 26672 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110808/ba2810f7/attachment-0007.bin>


More information about the cfe-commits mailing list