[llvm-dev] handle pragma with variable before variable declaration

ma jun via llvm-dev llvm-dev at lists.llvm.org
Sun Feb 11 22:02:11 PST 2018


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>


More information about the llvm-dev mailing list