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 0d13a74 commit dd08978Copy full SHA for dd08978
clang-tools/ClangKast/ClangKast.cc
@@ -330,7 +330,7 @@ void Kast::add(const T & node) {
330
Kast::Nodes.push_back(make_unique<T>(node));
331
}
332
333
-void Kast::print() { print(Sort::K, 0); }
+void Kast::print() { print(Sort::KITEM, 0); }
334
335
int Kast::print(Sort parentSort, int idx) {
336
if (!Nodes[idx]) throw logic_error("parse error");
0 commit comments