blender/source
Sergey Sharybin b4dca4ea2c Cleanup: Use raw string literal
Resolves modernize-raw-string-literal Clang-Tidy warning

The way warning works is it suggests to use raw literal when
overhead of having escape characters is higher than the overhead
of having raw literal syntax (talking about code size overhead).
This means that the warning will not trigger for "foo\"bar".

Differential Revision: https://developer.blender.org/D10322
2021-02-05 16:43:23 +01:00
..
blender Cleanup: Use raw string literal 2021-02-05 16:43:23 +01:00
creator Cleanup: correct spelling in comments 2021-02-05 16:23:34 +11:00
tools@dd131bc4f9 Fix T85363: Cmd + Tab shortcut overridden on macOS 2021-02-04 14:27:44 +01:00
CMakeLists.txt MSVC: Enable clang-tidy analyser 2020-12-03 11:00:58 -07:00