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

ma jun via cfe-dev cfe-dev at lists.llvm.org
Sun Feb 11 22:07:43 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/cfe-dev/attachments/20180212/6b953c48/attachment.html>


More information about the cfe-dev mailing list