Blender Git Loki
Git Commits -> Revision b4dca4e
Revision b4dca4e by Sergey Sharybin (master) February 5, 2021, 15:43 (GMT) |
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 |
Commit Details:
Full Hash: b4dca4ea2ce8296f07b2905aeaff7d3aeaa73054
Parent Commit: 5ec4ba8
Lines Changed: +10, -11
5 Modified Paths:
/.clang-tidy (+0, -1) (Diff)
/source/blender/blenlib/intern/delaunay_2d.cc (+4, -4) (Diff)
/source/blender/blenlib/intern/dot_export.cc (+4, -4) (Diff)
/source/blender/depsgraph/intern/debug/deg_debug_relations_graphviz.cc (+1, -1) (Diff)
/source/blender/depsgraph/intern/debug/deg_debug_stats_gnuplot.cc (+1, -1) (Diff)
/source/blender/blenlib/intern/delaunay_2d.cc (+4, -4) (Diff)
/source/blender/blenlib/intern/dot_export.cc (+4, -4) (Diff)
/source/blender/depsgraph/intern/debug/deg_debug_relations_graphviz.cc (+1, -1) (Diff)
/source/blender/depsgraph/intern/debug/deg_debug_stats_gnuplot.cc (+1, -1) (Diff)