diff options
Diffstat (limited to 'clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-no-malloc-custom.cpp')
| -rw-r--r-- | clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-no-malloc-custom.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-no-malloc-custom.cpp b/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-no-malloc-custom.cpp index 89142fbd513..ebf37fa3599 100644 --- a/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-no-malloc-custom.cpp +++ b/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-no-malloc-custom.cpp @@ -54,6 +54,6 @@ void arbitrary_call() { // we dont want every function to raise the warning even if malloc is in the name malloced_array(); // OK(2) - // completly unrelated function call to malloc + // completely unrelated function call to malloc newed_array(); // OK(3) } |

