[PATCH] D80590: [WIP][OPENMP] Fix assertion error for using alignas with OpenMP directive
Johannes Doerfert via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 26 15:50:17 PDT 2020
jdoerfert added a comment.
> We can avoid the assertion failure by either removing alignas or OpenMP directive in the above code.
What OpenMP directive?
> Haven't added test yet since I'm not sure in which file should I add the test.
Let's go with something like `clang/test/OpenMP/sema_alignas.cpp` so we can start discussing the test at least.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80590/new/
https://reviews.llvm.org/D80590
More information about the cfe-commits
mailing list