CMake/Tests/CompileFeatures
Brad King 18df6a9a78 Tests: Protect unicode literals from clang-format Cpp03 formatting
Since CMake is written in C++98 any clang-format configuration must
set `Standard` to `Cpp03` so that `A<A<int> >` is not rewritten as
`A<A<int>>`.  However, this will cause `U"foo"` to be rewritten as
`U "foo"`.  Add markup to turn clang-format off in the one place
that the latter case occurs so that we do not need a separate
`.clang-format` config file for it.

Inspired-by: Daniel Pfeifer <daniel@pfeifer-mail.de>
2016-05-11 10:37:45 -04:00
..
2014-04-08 11:05:56 +02:00
2014-04-08 11:05:56 +02:00
2014-04-08 11:05:54 +02:00
2014-04-08 11:05:54 +02:00
2014-04-08 11:05:54 +02:00
2014-04-08 11:05:55 +02:00
2014-04-08 11:05:55 +02:00
2014-04-08 11:05:55 +02:00
2014-04-08 11:05:54 +02:00
2014-04-08 11:05:55 +02:00
2014-04-07 18:11:18 +02:00