Doctest_tests/doctest.h (6 lines): - line 433: // TODO: - line 3003: // TODO: figure out if this is indeed necessary/correct - seems like either there still - line 4097: // TODO: integration with XCode and other IDEs - line 4753: // only the consequential ones (TODO: filters) - line 5502: // TODO: change this to use std::stoi or something else! currently it uses undefined behavior - assumes '0' on failed parse... - line 5733: // TODO: check if there is nothing in reporters_currently_used Editor/operator_usages_highlight.cpp (1 line): - line 6: //TODO: check operators Debug_demo/Ball.cpp (1 line): - line 7: //TODO: add color Debug_demo/GameObject.cpp (1 line): - line 15: //FIXME: check const Refactoring/ChangeSignature.cpp (1 line): - line 18: //TODO: implement actual call Debug_demo/GameState.h (1 line): - line 7: //TODO: include clock Completion/MacroCompletion.cpp (1 line): - line 12: //FIXME: ugly preprocessor code, reimplement