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

Fix crash reported in PR2923 where a function declared using...

Fix crash reported in PR2923 where a function declared using typeof(another_function) would have FunctionDecl::getNumParams() return the number of parameters in the original function type and not the number of parameters in the actual FunctionDecl.

llvm-svn: 58392
parent 98aa9d3e
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