Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
good job! Only some cosmetic changes are needed and you also need to delete the python code
lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp | ||
---|---|---|
775–779 | remove this | |
922–926 | same here | |
950–954 | same | |
lldb/source/Plugins/Language/CPlusPlus/Generic.h | ||
1–2 | make this one line (=80 chars) | |
10–11 | this shouldn't be a comment, and use LLDB_SOURCE_PLUGINS_LANGUAGE_CPLUSPLUS_GENERIC_H | |
26 | LLDB_SOURCE_PLUGINS_LANGUAGE_CPLUSPLUS_GENERIC_H | |
lldb/source/Plugins/Language/CPlusPlus/GenericOptional.cpp | ||
1–2 | 80 chars | |
lldb/source/Plugins/Language/CPlusPlus/LibCxxOptional.cpp | ||
78–84 | delete this entire file |
remove this