[Lldb-commits] [PATCH] D15326: Rework breakpoint language filtering to use the symbol context's language.
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Tue Dec 8 15:45:46 PST 2015
clayborg accepted this revision.
clayborg added a comment.
Just fix the comment as mentioned in the inline comments and this is ready. Jim should OK this as well.
================
Comment at: include/lldb/Target/Language.h:176
@@ -175,1 +175,3 @@
+ // return the primary language, so if LanguageIsC(l), return eLanguageTypeC, etc.
+ static lldb::LanguageType
----------------
Fix comment to say "so if LanguageIsC(language)" since the variable below is "language".
Repository:
rL LLVM
http://reviews.llvm.org/D15326
More information about the lldb-commits
mailing list