Skip to content
Snippets Groups Projects
Commit 8a286fbd authored by Ted Kremenek's avatar Ted Kremenek
Browse files

Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods

until Doug Gregor's Type smart pointer code lands (or more discussion occurs).
These methods just call the new Type::getAs<XXX> methods, so we still have
reduced implementation redundancy. Having explicit getAsXXXType() methods makes
it easier to set breakpoints in the debugger.

llvm-svn: 76193
parent 9691e71a
No related branches found
No related tags found
No related merge requests found
Showing
with 123 additions and 91 deletions
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