Skip to content

Commit

Permalink
C++ parser #NoName
Browse files Browse the repository at this point in the history
  • Loading branch information
h0nzZik authored and Dwight Guth committed Apr 28, 2020
1 parent dd08978 commit 0de15eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang-tools/ClangKast/GetKastVisitor.h
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ class GetKastVisitor
bool TraverseIdentifierInfo(const IdentifierInfo *info, uintptr_t decl) {
if (!info) {
if (decl == 0) {
Kast::add(Kast::KApply("#NoName_COMMON-SYNTAX", Sort::NONAME));
Kast::add(Kast::KApply("#NoName_COMMON-SYNTAX_NoName", Sort::NONAME));
} else {
Kast::add(Kast::KApply("unnamed", Sort::UNNAMEDCID, {Sort::INT, Sort::STRING}));
VisitUnsigned((unsigned long long)decl);
Expand Down

0 comments on commit 0de15eb

Please sign in to comment.