summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/FrontendAction.cpp
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2019-11-14 15:27:49 -0800
committerReid Kleckner <rnk@google.com>2019-11-15 16:38:00 -0800
commit4d23764dddc23e74ad165086d7f471a3e0e52bf8 (patch)
tree7d86424620d4133ad11f6328fe4b7ab5e40ea335 /clang/lib/Frontend/FrontendAction.cpp
parent0304360a40b45ffcbb040596d2a01733c0103455 (diff)
downloadbcm5719-llvm-4d23764dddc23e74ad165086d7f471a3e0e52bf8.tar.gz
bcm5719-llvm-4d23764dddc23e74ad165086d7f471a3e0e52bf8.zip
Fix -Wunused-result warnings in LLDB
Three uses of try_lock intentionally ignore the result, as explained in the comment. Make that explicit with a void cast. Add what appears to be a missing return in the clang expression parser code. It's a functional change, but presumably the right one. Differential Revision: https://reviews.llvm.org/D70281
Diffstat (limited to 'clang/lib/Frontend/FrontendAction.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud