[all-commits] [llvm/llvm-project] 505aa2: [Attr] Move ParsedTargetAttr out of the TargetAttr...

topperc via All-commits all-commits at lists.llvm.org
Mon Dec 9 12:40:56 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 505aa2410db6d089279da1a271903ce2633764f6
      https://github.com/llvm/llvm-project/commit/505aa2410db6d089279da1a271903ce2633764f6
  Author: Craig Topper <craig.topper at intel.com>
  Date:   2019-12-09 (Mon, 09 Dec 2019)

  Changed paths:
    M clang/include/clang/AST/Attr.h
    M clang/include/clang/Basic/Attr.td
    M clang/lib/CodeGen/CodeGenFunction.cpp
    M clang/lib/CodeGen/CodeGenModule.cpp
    M clang/lib/CodeGen/CodeGenModule.h
    M clang/lib/CodeGen/TargetInfo.cpp
    M clang/lib/Sema/SemaDecl.cpp
    M clang/lib/Sema/SemaDeclAttr.cpp

  Log Message:
  -----------
  [Attr] Move ParsedTargetAttr out of the TargetAttr class

Need to forward declare it in ASTContext.h for D68627, so it can't be a nested struct.

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




More information about the All-commits mailing list