[PATCH] D58530: Add PragmaHandler for MSVC pragma execution_character_set

Matt Gardner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 8 11:05:32 PST 2019


sigatrev added a comment.

This implementation doesn't track the push/pop stack, it just verifies the synax is valid and moves on. I modeled it after the PragmaWarningHandler which does the same, and thought it would be fine in this case since the only accepted value is a no-op.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58530/new/

https://reviews.llvm.org/D58530





More information about the cfe-commits mailing list