[CodeGen] Attach InlineHint to more functions
authorRichard Trieu <rtrieu@google.com>
Tue, 23 Oct 2018 01:26:28 +0000 (01:26 +0000)
committerRichard Trieu <rtrieu@google.com>
Tue, 23 Oct 2018 01:26:28 +0000 (01:26 +0000)
commit9b36a9c8da1e22769ad9a46f7af9ff495b77bcc6
treecab39ac9f0ff7eb08b8d9756a069823806234ece
parent3ac97e2ed4347bf787a18f7526a605865f71ebfe
[CodeGen] Attach InlineHint to more functions

For instantiated functions, search the template pattern to see if it marked
inline to determine if InlineHint attribute should be added to the function.

llvm-svn: 344987
clang/lib/CodeGen/CodeGenModule.cpp
clang/test/CodeGenCXX/inline-template-hint.cpp [new file with mode: 0644]