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

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 20 13:27:13 PDT 2016


labath accepted this revision.

================
Comment at: source/Plugins/Process/Utility/RegisterInfos_x86_64.h:12
@@ -12,1 +11,3 @@
+#include <cstddef>
+#include <cstdint>
 
----------------
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.


Repository:
  rL LLVM

https://reviews.llvm.org/D24694





More information about the lldb-commits mailing list