diff options
Diffstat (limited to 'src/tools/srcclean.cpp')
-rw-r--r-- | src/tools/srcclean.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/srcclean.cpp b/src/tools/srcclean.cpp index adcd52541b6..d5429ae4823 100644 --- a/src/tools/srcclean.cpp +++ b/src/tools/srcclean.cpp @@ -19,6 +19,7 @@ Known C++ limitations: * No filtering of control characters + * Will not handle raw string literals correctly * Will not produce expected output for a string continuation within a preprocessor macro, e.g this: #define MY_MACRO \ |