cppcheck throws an error on this code: ``` c++ const char IncludeRegexPattern[] = R"(^[\t\ ]*#[\t\ ]*(import|include)[^"<]*(["<][^">]*[">]))"; ``` code from https://github.com/llvm-mirror/clang/blob/2e23251/lib/Format/Format.cpp#L1317
cppcheck throws an error on this code:
code from https://github.com/llvm-mirror/clang/blob/2e23251/lib/Format/Format.cpp#L1317