mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-28 08:02:08 +00:00
Fix build after r319688: s/CPlusPlus1z/CPlusPlus17/
llvm-svn: 319690
This commit is contained in:
parent
9364fa3434
commit
ef573fa073
@ -18,7 +18,7 @@ namespace tidy {
|
||||
namespace modernize {
|
||||
|
||||
void UnaryStaticAssertCheck::registerMatchers(MatchFinder *Finder) {
|
||||
if (!getLangOpts().CPlusPlus1z)
|
||||
if (!getLangOpts().CPlusPlus17)
|
||||
return;
|
||||
|
||||
Finder->addMatcher(staticAssertDecl().bind("static_assert"), this);
|
||||
|
Loading…
Reference in New Issue
Block a user