[all-commits] [llvm/llvm-project] b5b384: [clang] Fix for "Bug 27113 - MSVC-compat __identif...

pcmpestri via All-commits all-commits at lists.llvm.org
Fri May 21 02:14:31 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b5b3843f8d9327039bbcc08b61ff768081a2220d
      https://github.com/llvm/llvm-project/commit/b5b3843f8d9327039bbcc08b61ff768081a2220d
  Author: Melvin Fox <sfinaeconcat at gmail.com>
  Date:   2021-05-21 (Fri, 21 May 2021)

  Changed paths:
    M clang/lib/Lex/PPMacroExpansion.cpp
    M clang/test/Parser/MicrosoftExtensions.cpp

  Log Message:
  -----------
  [clang] Fix for "Bug 27113 - MSVC-compat __identifier implementation incomplete"

this patch fixes Bug 27113 by adding support for string literals to the
implementation of the MS extension __identifier.

Differential revision: https://reviews.llvm.org/D100252




More information about the All-commits mailing list