[Lldb-commits] [PATCH] Fixes http://reviews.llvm.org/rL230691
Zachary Turner
zturner at google.com
Fri Feb 27 10:18:35 PST 2015
In http://reviews.llvm.org/D7933#131281, @chaoren wrote:
> @Zach, would it be better if I just rewrote this entire test with C++11
> instead of C? Should that be a general rule for all tests in the future?
It's not a general rule for *all* tests, but I think it should be a general rule for all tests that aren't specifically testing a property of the debugger that requires only C code. So I think it should be a general rule for *almost* all tests, but there may occasionally be valid reasons to test strict C.
REPOSITORY
rL LLVM
http://reviews.llvm.org/D7933
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the lldb-commits
mailing list