The analyzer currently used by CT does not support C++20 items and some new headers, so if you want to test with source code that includes those items, you need to do something extra.

  1. Edit (CT global path) \1.1\parserConfig\ vs2019 toolchain name.conf
    • Add “ms_c++20” to the last line
  2. Edit (CT install path) \plugins\com.codescroll.ut_3.3.2\config\cl.flag.txt file
    • Add “&/std:c++latest” to the last line of
    • This value must be cleared again when analyzing/performing sources that do not contain new items.

Need more help with this?
Don’t hesitate to contact us here.

Thanks for your feedback.