[Lldb-commits] [PATCH] D24694: [LLDB] Fix Clang initialization and Clang-tidy modernize-use-nullptr warnings

Eugene Zelenko via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 20 13:30:44 PDT 2016


Eugene.Zelenko added inline comments.

================
Comment at: source/Plugins/Process/Utility/RegisterInfos_x86_64.h:12
@@ -12,1 +11,3 @@
+#include <cstddef>
+#include <cstdint>
 
----------------
labath wrote:
> It's not a "C" include, if it's cstddef now. :) If you could you also move the headers to the end of the include list as well, it would be super great as that is the new style now.
Will do this in commit. I assume that headers sets comments are obsolete now too. LLVM/Clang doesn't use them.


Repository:
  rL LLVM

https://reviews.llvm.org/D24694





More information about the lldb-commits mailing list