[Lldb-commits] [PATCH] D54385: Remove comments after header includes.
Raphael Isemann via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sun Nov 11 00:05:22 PST 2018
teemperor added a comment.
Do we also want to get rid of the `// C Includes` comments that are in some files? LLVM isn't using them either and just removing lines doesn't make git blame more complicated.
================
Comment at: source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp:38
#include "Plugins/Process/Utility/InstructionUtils.h"
-#include "Plugins/Process/Utility/RegisterContext_mips.h" //mips32 has same registers nos as mips64
----------------
Just FYI: That's not one of the 'for X' kind of comments like the rest, but it also seems of redundant so let's also remove it.
Repository:
rLLDB LLDB
https://reviews.llvm.org/D54385
More information about the lldb-commits
mailing list