[PATCH] D39622: Fix type debug information generation for enum-based template specialization
Adrian Prantl via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 3 16:22:04 PDT 2017
aprantl added inline comments.
================
Comment at: include/clang/AST/PrettyPrinter.h:68
/// \brief The number of spaces to use to indent each line.
- unsigned Indentation : 8;
+ unsigned Indentation : 7;
----------------
this change looks like it has the potential to break existing code.
Repository:
rL LLVM
https://reviews.llvm.org/D39622
More information about the cfe-commits
mailing list