[all-commits] [llvm/llvm-project] 26d254: Sink more Attr.h inline methods, NFC

Reid Kleckner via All-commits all-commits at lists.llvm.org
Thu Mar 12 11:54:36 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 26d254f084161f81f953cf3434e8d2ad9355b496
      https://github.com/llvm/llvm-project/commit/26d254f084161f81f953cf3434e8d2ad9355b496
  Author: Reid Kleckner <rnk at google.com>
  Date:   2020-03-12 (Thu, 12 Mar 2020)

  Changed paths:
    M clang/include/clang/AST/Attr.h
    M clang/include/clang/Basic/Attr.td
    M clang/lib/AST/AttrImpl.cpp
    M clang/lib/AST/OpenMPClause.cpp
    M clang/lib/CodeGen/CGLoopInfo.cpp

  Log Message:
  -----------
  Sink more Attr.h inline methods, NFC

This has very little impact on build time, but is a mechanical pre-req
to removing the OpenMPClause.h include, which matters. Most of these
pretty print methods require Expr to be complete.




More information about the All-commits mailing list