[PATCH] D85144: [clang] Improve Dumping of APValues
Bruno Ricci via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 7 07:34:41 PDT 2020
riccibruno added inline comments.
================
Comment at: clang/include/clang/AST/PrettyPrinter.h:222
+ /// Whether null pointers should be printed as nullptr or as NULL.
+ unsigned UseNullptr : 1;
+
----------------
riccibruno wrote:
> This seems to be unrelated. And anyway shouldn't this be inferred from the language mode?
My bad. It is inferred from the language mode.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85144/new/
https://reviews.llvm.org/D85144
More information about the cfe-commits
mailing list