ma jun via llvm-dev
2018-Feb-12 06:02 UTC
[llvm-dev] handle pragma with variable before variable declaration
Hi All
I'm working on clang pragma processing, and I'm wondering how does
clang handle the case below:
#pragma XXX a
int a[10];
Regards
Jun
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.llvm.org/pipermail/llvm-dev/attachments/20180212/5b9d6a23/attachment.html>
Seemingly Similar Threads
- Adding pragma related metadata to only one loop
- [RFC] Enable "#pragma omp declare simd" in the LoopVectorizer
- [RFC] Enable "#pragma omp declare simd" in the LoopVectorizer
- [cfe-dev] proposal - pragma section directive in clang
- [cfe-dev] proposal - pragma section directive in clang
