Import the builtin type prefix before we import the user expression prefix so that...
authorGreg Clayton <gclayton@apple.com>
Wed, 3 Jul 2013 00:07:54 +0000 (00:07 +0000)
committerGreg Clayton <gclayton@apple.com>
Wed, 3 Jul 2013 00:07:54 +0000 (00:07 +0000)
commitddf976aa8bdd347c9f45c1981cf63c42d07368d2
treef3b1824fd449e7b7aa68a7622e31907846bdcf94
parent10413a46a0d8abe7d6a14e99ce582dac0ad069e8
Import the builtin type prefix before we import the user expression prefix so that the user expression prefix can use the uint, int, size_t, and other types without having to define them.

llvm-svn: 185488
lldb/source/Expression/ExpressionSourceCode.cpp