[Lldb-commits] [PATCH] D59708: [ExpressionParser] Add swift-lldb case for finding clang resource dir
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 25 17:56:27 PDT 2019
jingham accepted this revision.
jingham added a comment.
Except for a typo and a little quibble about a comment, this looks okay to me.
================
Comment at: source/Plugins/ExpressionParser/Clang/ClangHost.cpp:42
/// This will compute the clang resource directory assuming that clang was
-/// installed with the same prefix as lldb.
+/// installed with the same prefix as lldb. Note: the verify paramter is
+/// currently only used for testing.
----------------
spelling: parameter
But also, you should say something more informative, like:
If verify is true, the first candidate resource directory will be returned. This mode is only used for testing
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59708/new/
https://reviews.llvm.org/D59708
More information about the lldb-commits
mailing list