Skip to content
Commit d40a4390 authored by Ted Kremenek's avatar Ted Kremenek
Browse files

Hack to workaround deficiency in ObjC ASTs. Functions and variables may be declared

within an @implementation, but we have no way to record that information in the AST.
This may cause CursorVisitor to miss these Decls when doing a AST walk.

Fixes <rdar://problem/8595462>.

llvm-svn: 118109
parent 6c2afc8d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment