absl/time/internal/cctz/src/time_zone_info.cc (4 lines): - line 215: // TODO: Fix the performance issue and remove the extra transitions. - line 590: // TODO: Enable the close-on-exec flag. - line 613: // TODO: It would nice if the zoneinfo data included the tzdb version. - line 814: return {tr.civil_sec + (unix_time - tr.unix_time), // TODO: Optimize. absl/base/internal/thread_annotations.h (2 lines): - line 232: // TS_FIXME is used to mark lock expressions that are not valid C++ syntax. - line 242: #define NO_THREAD_SAFETY_ANALYSIS_FIXME NO_THREAD_SAFETY_ANALYSIS absl/base/thread_annotations.h (2 lines): - line 292: // ABSL_TS_FIXME is used to mark lock expressions that are not valid C++ syntax. - line 302: #define ABSL_NO_THREAD_SAFETY_ANALYSIS_FIXME ABSL_NO_THREAD_SAFETY_ANALYSIS ci/CMake/AbseilHelpers.cmake (2 lines): - line 76: # TODO: Implement "ALWAYSLINK" - line 316: # TODO currently we don't install googletest alongside abseil sources, so CMake/AbseilHelpers.cmake (2 lines): - line 77: # TODO: Implement "ALWAYSLINK" - line 242: # TODO currently we don't install googletest alongside abseil sources, so absl/time/internal/cctz/src/time_zone_lookup.cc (1 line): - line 227: // TODO: Follow the RFC3339 "Unknown Local Offset Convention" and absl/time/internal/cctz/src/time_zone_libc.h (1 line): - line 30: // TODO: Add support for fixed offsets from UTC. absl/time/internal/cctz/src/time_zone_impl.h (1 line): - line 48: // TODO: It would nice if the zoneinfo data included the zone name. absl/time/internal/cctz/src/time_zone_format.cc (1 line): - line 183: // TODO: Follow the RFC3339 "Unknown Local Offset Convention" and