[Lldb-commits] [PATCH] D13574: [LLDB] Fix Clang-tidy misc-use-override warnings in some files in include/lldb/Core; other minor fixes.

Adrian McCarthy via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 9 11:09:35 PDT 2015


amccarth added a subscriber: amccarth.
amccarth added a comment.

There was an lldb-dev thread from February 9, where it seemed to be agreed
that lldb code should be more like llvm code, in particular with the spaces
between the function names and the opening parens.  I've been omitting the
spaces in new code since then.


Repository:
  rL LLVM

http://reviews.llvm.org/D13574





More information about the lldb-commits mailing list