forked from OSchip/llvm-project
Fix outdated comment. Checks so much more than just typedefs in C++.
llvm-svn: 60676
This commit is contained in:
parent
fdb8843133
commit
66f6fa1b2b
|
@ -106,7 +106,7 @@ public:
|
|||
// Declaration Tracking Callbacks.
|
||||
//===--------------------------------------------------------------------===//
|
||||
|
||||
/// isTypeName - Return non-null if the specified identifier is a typedef name
|
||||
/// isTypeName - Return non-null if the specified identifier is a type name
|
||||
/// in the current scope.
|
||||
/// An optional CXXScopeSpec can be passed to indicate the C++ scope (class or
|
||||
/// namespace) that the identifier must be a member of.
|
||||
|
|
Loading…
Reference in New Issue