Fix isOverride() for the case of a dependent typed base class.
authorSamuel Benzaquen <sbenza@google.com>
Fri, 6 Mar 2015 16:24:47 +0000 (16:24 +0000)
committerSamuel Benzaquen <sbenza@google.com>
Fri, 6 Mar 2015 16:24:47 +0000 (16:24 +0000)
commitbb5093fefdf6c3944e17e5ce2951be5bb5cb49aa
treee75a6661bb4102d2079e74cfa4659c86e3bd387b
parent298a3a05673384d761e0f925f826b1f0646e190a
Fix isOverride() for the case of a dependent typed base class.

The method decl is not marked as overriding any other method decls
until the template is instantiated.
Use the override attribute as another signal.

llvm-svn: 231487
clang/include/clang/ASTMatchers/ASTMatchers.h
clang/unittests/ASTMatchers/ASTMatchersTest.cpp