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 | ||
---|---|---|
774–778 | remove this | |
916–921 | same here | |
948–949 | same | |
lldb/source/Plugins/Language/CPlusPlus/Generic.h | ||
1–2 ↗ | (On Diff #392197) | make this one line (=80 chars) |
10–11 ↗ | (On Diff #392197) | this shouldn't be a comment, and use LLDB_SOURCE_PLUGINS_LANGUAGE_CPLUSPLUS_GENERIC_H |
26 ↗ | (On Diff #392197) | LLDB_SOURCE_PLUGINS_LANGUAGE_CPLUSPLUS_GENERIC_H |
lldb/source/Plugins/Language/CPlusPlus/GenericOptional.cpp | ||
1–2 ↗ | (On Diff #392197) | 80 chars |
lldb/source/Plugins/Language/CPlusPlus/LibCxxOptional.cpp | ||
78–84 ↗ | (On Diff #392197) | delete this entire file |
remove this