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 | |
921–922 | same here | |
944–945 | same | |
lldb/source/Plugins/Language/CPlusPlus/Generic.h | ||
2–3 | make this one line (=80 chars) | |
11–12 | this shouldn't be a comment, and use LLDB_SOURCE_PLUGINS_LANGUAGE_CPLUSPLUS_GENERIC_H | |
27 | LLDB_SOURCE_PLUGINS_LANGUAGE_CPLUSPLUS_GENERIC_H | |
lldb/source/Plugins/Language/CPlusPlus/GenericOptional.cpp | ||
2–3 | 80 chars | |
lldb/source/Plugins/Language/CPlusPlus/LibCxxOptional.cpp | ||
0 | delete this entire file |
remove this