From 7fc8e11c378e2f6268ce99a27660aab2aa54c1d8 Mon Sep 17 00:00:00 2001 From: jsmall-nvidia Date: Wed, 14 Apr 2021 13:47:14 -0400 Subject: C++ Extractor reorganize (#1793) * #include an absolute path didn't work - because paths were taken to always be relative. * Refactor out ClassLikeNode * WIP around ScopeNode. * Use push and popScope. * Small improvements around C++ extractor. * Adding dynamic casting support. * Made Field another Node type. * Disable command line dumping by default. * Removed comment. * Fix shadowed variable bug found on linux. --- tools/slang-cpp-extractor/slang-cpp-extractor-diagnostic-defs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/slang-cpp-extractor/slang-cpp-extractor-diagnostic-defs.h') diff --git a/tools/slang-cpp-extractor/slang-cpp-extractor-diagnostic-defs.h b/tools/slang-cpp-extractor/slang-cpp-extractor-diagnostic-defs.h index 3ab133414..284e02d19 100644 --- a/tools/slang-cpp-extractor/slang-cpp-extractor-diagnostic-defs.h +++ b/tools/slang-cpp-extractor/slang-cpp-extractor-diagnostic-defs.h @@ -20,6 +20,7 @@ DIAGNOSTIC(-1, Note, seeDeclarationOf, "see declaration of '$0'") DIAGNOSTIC(-1, Note, seeOpen, "see open $0") +DIAGNOSTIC(-1, Note, commandLine, "Command line: $0") DIAGNOSTIC(1, Error, cannotOpenFile, "cannot open file '$0'.") -- cgit v1.2.3