]> granicus.if.org Git - clang/commit
Fix up some of the visiting for array types -- we weren't good about
authorCraig Silverstein <csilvers2000@yahoo.com>
Fri, 16 Jul 2010 17:06:12 +0000 (17:06 +0000)
committerCraig Silverstein <csilvers2000@yahoo.com>
Fri, 16 Jul 2010 17:06:12 +0000 (17:06 +0000)
commitcf4679e60a5c5fa13e4bfe69f8186658c828af49
tree072d2d614520063dccae0ccee473e183bba11aca
parent31eb18c11d9dacdc0a500a35b269a81134207b84
Fix up some of the visiting for array types -- we weren't good about
getting array indices before -- and for some of the builtin operators:
sizeof, offsetof, unaryops like __is_enum.

Also fix the function visitor to visit exception types in function
parameters.

Reviewed by wan and chandlerc.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108533 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/RecursiveASTVisitor.h