aprantl added inline comments.
================ Comment at: include/clang/AST/PrettyPrinter.h:205 + + /// \brief When true, print template type arguments without removing typedefs. + unsigned PrintTemplateTypesWithTypedefs : 1; ---------------- `\brief` is no longer necessary and just makes the source code harder to read. ================ Comment at: include/clang/Basic/LangOptions.def:266 +LANGOPT(EmitTypedefNamesInTemplateTypes, 1, 0, + "emit typedef names in template types (DWARF)") + ---------------- Perhaps PreserveSugarInTemplateTypes since it appears to also affect qualifiers? https://reviews.llvm.org/D35715 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits