diff options
Diffstat (limited to 'clang/test/Analysis/copypaste/macro-complexity.cpp')
| -rw-r--r-- | clang/test/Analysis/copypaste/macro-complexity.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/copypaste/macro-complexity.cpp b/clang/test/Analysis/copypaste/macro-complexity.cpp index db90236d0a1..656f91189b4 100644 --- a/clang/test/Analysis/copypaste/macro-complexity.cpp +++ b/clang/test/Analysis/copypaste/macro-complexity.cpp @@ -20,7 +20,7 @@ int manualMacroClone(int a, int b) { // expected-note{{Similar code here}} } // Now we actually use the macro to generate the same AST as above. They -// shouldn't be reported because the macros only slighly increase the complexity +// shouldn't be reported because the macros only slightly increase the complexity // value and the resulting code will never pass the MinimumCloneComplexity // constraint. |

