[PATCH] D58530: Add PragmaHandler for MSVC pragma execution_character_set

Matt Gardner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 21 16:13:31 PST 2019


sigatrev created this revision.
sigatrev added reviewers: cfe-commits, rnk.
Herald added subscribers: jdoerfert, jsji, kbarton, nemanjai.
Herald added a project: clang.

__pragma(execution_character_set(push, "UTF-8")) is used in TraceLoggingProvider.h. This commit 
implements a no-op handler for compatability, similar to how the flag -fexec_charset is handled.


Repository:
  rC Clang

https://reviews.llvm.org/D58530

Files:
  clang-tools-extra/pp-trace/PPCallbacksTracker.cpp
  clang-tools-extra/pp-trace/PPCallbacksTracker.h
  clang/include/clang/Basic/DiagnosticLexKinds.td
  clang/include/clang/Lex/PPCallbacks.h
  clang/lib/Frontend/PrintPreprocessedOutput.cpp
  clang/lib/Lex/Pragma.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58530.187879.patch
Type: text/x-patch
Size: 8314 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190222/5348981b/attachment.bin>


More information about the cfe-commits mailing list