Author: Aaron Ballman
Date: 2020-01-13T16:02:31-05:00
New Revision: c1b13a1b17719aebace1b3be7a6ac7f90b1901a6

URL: 
https://github.com/llvm/llvm-project/commit/c1b13a1b17719aebace1b3be7a6ac7f90b1901a6
DIFF: 
https://github.com/llvm/llvm-project/commit/c1b13a1b17719aebace1b3be7a6ac7f90b1901a6.diff

LOG: Fix a test case by adding -fno-delayed-template-parsing.

Added: 
    

Modified: 
    
clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming-member-decl-usage.cpp

Removed: 
    


################################################################################
diff  --git 
a/clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming-member-decl-usage.cpp
 
b/clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming-member-decl-usage.cpp
index caffc3283ca2..177b3e2116a8 100644
--- 
a/clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming-member-decl-usage.cpp
+++ 
b/clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming-member-decl-usage.cpp
@@ -2,7 +2,7 @@
 // RUN:   -config='{CheckOptions: [ \
 // RUN:     {key: readability-identifier-naming.MemberCase, value: CamelCase}, 
\
 // RUN:     {key: readability-identifier-naming.ParameterCase, value: 
CamelCase} \
-// RUN:  ]}'
+// RUN:  ]}' -- -fno-delayed-template-parsing
 
 int set_up(int);
 int clear(int);


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to