brintos

brintos / llvm-project-archived public Read only

0
0
Text · 760 B · 6a431d4 Raw
18 lines · plain
1.. title:: clang-tidy - modernize-deprecated-ios-base-aliases2 3modernize-deprecated-ios-base-aliases4=====================================5 6Detects usage of the deprecated member types of ``std::ios_base`` and replaces7those that have a non-deprecated equivalent.8 9===================================  ===========================10Deprecated member type               Replacement11===================================  ===========================12``std::ios_base::io_state``          ``std::ios_base::iostate``13``std::ios_base::open_mode``         ``std::ios_base::openmode``14``std::ios_base::seek_dir``          ``std::ios_base::seekdir``15``std::ios_base::streamoff``16``std::ios_base::streampos``17===================================  ===========================18