Skip to content
Commit 425cec3e authored by Chandler Carruth's avatar Chandler Carruth
Browse files

Fix a GCC warning about inline functions not being defined. Until r104081, only

the same .cpp file as provided the definitions referenced these functions,
hiding the issue. However, they are clearly no longer inline. Let me know if
there is a reason to move their definitions to the header and make them truly
inline.

llvm-svn: 104104
parent fb0e5ec8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment