[llvm-commits] -gline-tables-only flag for Clang (issue 6015050)
glider at google.com
glider at google.com
Thu Apr 19 07:02:24 PDT 2012
http://codereview.appspot.com/6015050/diff/2001/lib/CodeGen/CGClass.cpp
File lib/CodeGen/CGClass.cpp (right):
http://codereview.appspot.com/6015050/diff/2001/lib/CodeGen/CGClass.cpp#newcode1225
lib/CodeGen/CGClass.cpp:1225: &&
!CGM.getCodeGenOpts().DebugLineTablesOnly) {
It's better to leave the && operator on the previous line to be
consistent with the rest of the file.
http://codereview.appspot.com/6015050/
More information about the llvm-commits
mailing list