Issue 142186
Summary 'int' followed by 'void' is illegal
Labels new issue
Assignees
Reporter bjaraujo
    I get following error when trying to link the latest LLVM on windows (MSVC):

D:\Libraries\LLVM\llvm+clang+lld-20.1.6-x86_64-windows-msvc-release-mt\include\clang\AST\Attrs.inc(6694,24): error C2632: 'int' followed by 'void' is illegal

Attrs.inc(6694,24):
`static constexpr int THIS = 0;`

I think the name `THIS` is conflicting somehow.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to