"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "32aab2216d2f0e21d1aa48b07800701579ade7e8"
[Sema] Make helper in TreeTransform.h 'inline' instead of 'static'. NFC
Summary: There seems to be no evidence that having internal linkage for the function was intentional. Since 'static' functions are normally used only in .cpp files, using 'inline' in the header file is more appropriate. Reviewers: Anastasia Reviewed By: Anastasia Subscribers: merge_guards_bot, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D69242
Loading
Please register or sign in to comment