Sink more Attr.h inline methods, NFC
authorReid Kleckner <rnk@google.com>
Thu, 12 Mar 2020 03:22:14 +0000 (20:22 -0700)
committerReid Kleckner <rnk@google.com>
Thu, 12 Mar 2020 18:54:31 +0000 (11:54 -0700)
commit26d254f084161f81f953cf3434e8d2ad9355b496
treee7154b814072fc7613753d9ffa807a89f90a4d24
parent1ef0d66343d64ca89d02083fd1f5b1323703bf65
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.
clang/include/clang/AST/Attr.h
clang/include/clang/Basic/Attr.td
clang/lib/AST/AttrImpl.cpp
clang/lib/AST/OpenMPClause.cpp
clang/lib/CodeGen/CGLoopInfo.cpp