[all-commits] [llvm/llvm-project] 701d70: String Literal and Wide String Literal Encoding fr...

The Phantom Derpstorm via All-commits all-commits at lists.llvm.org
Tue Apr 13 11:18:41 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 701d70d4c25c4e02b303ba6dee1495708496f615
      https://github.com/llvm/llvm-project/commit/701d70d4c25c4e02b303ba6dee1495708496f615
  Author: ThePhD <phdofthehouse at gmail.com>
  Date:   2021-04-13 (Tue, 13 Apr 2021)

  Changed paths:
    M clang/docs/LanguageExtensions.rst
    M clang/lib/Frontend/InitPreprocessor.cpp
    M clang/test/Preprocessor/init-x86.c
    M clang/test/Preprocessor/init.c

  Log Message:
  -----------
  String Literal and Wide String Literal Encoding from the Preprocessor

Adds the __clang_literal_encoding__ and __clang_wide_literal_encoding__
predefined macros to expose the encoding used for string literals to
the preprocessor.




More information about the All-commits mailing list