[cfe-commits] [PATCH] [libcxx][build] ignore unknown pragmas on GCC

Saleem Abdulrasool compnerd at compnerd.org
Wed Dec 26 17:58:49 PST 2012


  I can try to work out the pragmas that GCC was unhappy about (IIRC, it was the diagnostics macros that clang supports to modify warning flags for diagnostics).  However, trying to accommodate the pragmas for every single compiler is likely to get unwieldy (unless we want to handle it similarly to attributes).

http://llvm-reviews.chandlerc.com/D240



More information about the cfe-commits mailing list