You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2020/09/14 14:43:16 UTC

[GitHub] [incubator-tvm] rkimball commented on a change in pull request #6456: Enable more warnings when compiling with clang 10.0 or greater

rkimball commented on a change in pull request #6456:
URL: https://github.com/apache/incubator-tvm/pull/6456#discussion_r487987645



##########
File path: include/tvm/node/container.h
##########
@@ -1105,7 +1105,7 @@ class DenseMapNode : public MapNode {
   friend class MapNode;
 };
 
-#define _TVM_DISPATCH_MAP(base, var, body)    \

Review comment:
       I found this in the gnu docs here http://www.gnu.org/software/libc/manual/html_node/Reserved-Names.html
   `all identifiers regardless of use that begin with either two underscores or an underscore followed by a capital letter are reserved names`




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org