<rdar://problem/12473003>
authorGreg Clayton <gclayton@apple.com>
Mon, 22 Oct 2012 16:19:56 +0000 (16:19 +0000)
committerGreg Clayton <gclayton@apple.com>
Mon, 22 Oct 2012 16:19:56 +0000 (16:19 +0000)
commit7bc31332b8350e297e08477e39f7ca28f5f6de80
treec98252325424c04297b21e4afa37a768b24c47c5
parentf17cd27362f85d8ed6955e626960e9f390c13983
<rdar://problem/12473003>

Allow type searches to specify a type keyword when searching for type. Currently supported type keywords are: struct, class, union, enum, and typedef.

So now you can search for types with a string like "struct foo".

llvm-svn: 166420
lldb/include/lldb/Symbol/Type.h
lldb/include/lldb/Symbol/TypeList.h
lldb/source/Core/Module.cpp
lldb/source/Symbol/Type.cpp
lldb/source/Symbol/TypeList.cpp