[PATCH] D71005: [AST] Enable expression of OpenCL language address spaces an attribute

Sterling Augustine via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 5 11:49:23 PST 2019


saugustine added a comment.

When I try to run tablegen on this file for clang/docs (as described in clang/docs/InternalsManual.rst), I get an error, introduced by this change:

$ ./bin/clang-tblgen -gen-attr-docs -I ../llvm-project/clang/include ../llvm-project/clang/include/clang/Basic/Attr.td -o /tmp/AttributeReference.rst

../llvm-project/clang/include/clang/Basic/Attr.td:1137:1: error: This attribute requires a heading to be specified
def OpenCLConstantAddressSpace : TypeAttr {
^

I'm at a loss as to what is wrong, but I would like to revert this change until it is fixed.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71005/new/

https://reviews.llvm.org/D71005





More information about the cfe-commits mailing list