diff options
author | Steve Pucci <spucci@google.com> | 2014-01-17 18:25:25 +0000 |
---|---|---|
committer | Steve Pucci <spucci@google.com> | 2014-01-17 18:25:25 +0000 |
commit | aa71cd8d2651190e752b52f4d74b920de968c2bf (patch) | |
tree | 45eff4f376eb593db0f1e5b023b7c551bd8c9c1c /lldb/source/Commands/CommandObjectExpression.cpp | |
parent | fc99572540f6012d0f5147dddcb4a7fdefb7af0e (diff) | |
download | bcm5719-llvm-aa71cd8d2651190e752b52f4d74b920de968c2bf.tar.gz bcm5719-llvm-aa71cd8d2651190e752b52f4d74b920de968c2bf.zip |
Avoid the gcc warning -Wno-non-template-friend
To avoid this warning, friend declarations inside template classes
must be declared as templates:
http://stackoverflow.com/questions/4039817/friend-declaration-declares-a-non-template-function
llvm-svn: 199505
Diffstat (limited to 'lldb/source/Commands/CommandObjectExpression.cpp')
0 files changed, 0 insertions, 0 deletions