================ Comment at: include/clang/Basic/BuiltinsX86.def:31 @@ +30,3 @@ +BUILTIN(_InterlockedDecrement, "LiLiD*", "n") +BUILTIN(_InterlockedExchangeAdd, "LiLiD*Li", "n") + ---------------- These should not be available in all language modes. Perhaps use `LANGBUILTIN` with `ALL_MS_LANGUAGES`?
http://llvm-reviews.chandlerc.com/D2822 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
