davide added inline comments.
================ Comment at: source/Breakpoint/BreakpointResolverFileLine.cpp:219-221 + if (is_relative) { + search_file_spec.GetDirectory().Clear(); + } ---------------- For consistency with the rest of the codestyle (and what you use above), can you remove the braces before committing? https://reviews.llvm.org/D45592 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits