The article discusses the new capabilities introduced by the C++0x standard, later known as C++11, particularly focusing on its impact on static code analysis tools like PVS-Studio integrated with Visual Studio 2010. Key features such as the 'auto' keyword, 'decltype', and r-value references are examined in relation to their support in static analyzers and potential for reducing 64-bit errors. The document emphasizes the necessary adaptations in the PVS-Studio tool to align with these new language constructs and the progress made in evolving its static analysis capabilities.