[Lldb-commits] [Diffusion] rL266139: Fixed being able to set breakpoints on destructors when we don't fully…

Tamas Berghammer via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 13 02:06:37 PDT 2016


tberghammer added subscribers: lldb-commits, tberghammer.

/lldb/trunk/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp:333 I think we don't need the second '~' as now you are accepting things like 
``` ~~Foo, ~, ~~ ```
what shouldn't been accepted. I am happy to make the CL for removing it, but wanted to make sure I am not missing something.

http://reviews.llvm.org/rL266139





More information about the lldb-commits mailing list