diff options
author | David Blaikie <dblaikie@gmail.com> | 2021-03-04 16:14:53 -0800 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2021-03-04 16:14:53 -0800 |
commit | a2a55def354df2cd4de0b1cbd6b2795a07e6905a (patch) | |
tree | 3796b143cf2ea93177c5ae9eb4e5e37171a7ecfe /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | ecdae5df7da03c56d72796c0b1629edd0995548e (diff) | |
download | llvm-a2a55def354df2cd4de0b1cbd6b2795a07e6905a.zip llvm-a2a55def354df2cd4de0b1cbd6b2795a07e6905a.tar.gz llvm-a2a55def354df2cd4de0b1cbd6b2795a07e6905a.tar.bz2 |
Move llvm/Analysis/ObjCARCUtil.h to IR to fix layering.
This is included from IR files, and IR doesn't/can't depend on Analysis
(because Analysis depends on IR).
Also fix the implementation - don't use non-member static in headers, as
it leads to ODR violations, inaccurate "unused function" warnings, etc.
And fix the header protection macro name (we don't generally include
"LIB" in the names, so far as I can tell).
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions