summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorRaphael Isemann <teemperor@gmail.com>2018-07-26 16:32:05 +0000
committerRaphael Isemann <teemperor@gmail.com>2018-07-26 16:32:05 +0000
commit6fcc7d703b571f456f662a0be1ec6f449d55fdb9 (patch)
tree2203ff4702fcedaf0514346ba877b2b3e697a75a /clang/lib/CodeGen/CodeGenFunction.h
parent4dd7558fab0da7889c1e31bcc741880d0e6cbb52 (diff)
downloadbcm5719-llvm-6fcc7d703b571f456f662a0be1ec6f449d55fdb9.tar.gz
bcm5719-llvm-6fcc7d703b571f456f662a0be1ec6f449d55fdb9.zip
Don't print two errors for unknown commands.
Summary: We always print two error messages when we hit an unknown command. As the function `CommandInterpreter::HandleCommand` that prints the second error message unconditionally called the `CommandInterpreter::ResolveCommandImpl` before (which prints the first error message), we can just remove that second error message. Fixes https://bugs.llvm.org/show_bug.cgi?id=38312 Reviewers: labath Reviewed By: labath Subscribers: labath, lldb-commits Differential Revision: https://reviews.llvm.org/D49831 llvm-svn: 338040
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud