We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ef916 commit e7afaadCopy full SHA for e7afaad
clang/include/clang/AST/PrettyPrinter.h
@@ -76,9 +76,6 @@ struct PrintingPolicy {
76
SuppressImplicitBase(false), FullyQualifiedName(false),
77
PrintCanonicalTypes(false), PrintInjectedClassNameWithArguments(true) {}
78
79
- PrintingPolicy(const PrintingPolicy&) = delete;
80
- PrintingPolicy &operator=(const PrintingPolicy &) = delete;
81
-
82
/// Adjust this printing policy for cases where it's known that we're
83
/// printing C++ code (for instance, if AST dumping reaches a C++-only
84
/// construct). This should not be used if a real LangOptions object is
0 commit comments