[all-commits] [llvm/llvm-project] 85b641: [ms] Rename ParsingInlineAsm functions/variables t...

Eric Astor via All-commits all-commits at lists.llvm.org
Wed Feb 26 12:19:58 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 85b641c27aecee637d3f7ab25915f47438f55848
      https://github.com/llvm/llvm-project/commit/85b641c27aecee637d3f7ab25915f47438f55848
  Author: Eric Astor <epastor at google.com>
  Date:   2020-02-26 (Wed, 26 Feb 2020)

  Changed paths:
    M clang/lib/Parse/ParseStmtAsm.cpp
    M llvm/include/llvm/MC/MCParser/MCAsmParser.h
    M llvm/include/llvm/MC/MCParser/MCTargetAsmParser.h
    M llvm/lib/MC/MCParser/AsmParser.cpp
    M llvm/lib/MC/MCParser/MasmParser.cpp
    M llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp

  Log Message:
  -----------
  [ms] Rename ParsingInlineAsm functions/variables to reflect MS-specificity.

Summary: ParsingInlineAsm was a misleading name. These values are only set for MS-style inline assembly.

Reviewed By: rnk

Tags: #clang, #llvm

Differential Revision: https://reviews.llvm.org/D75198




More information about the All-commits mailing list