- Aug 25, 2010
-
-
Devang Patel authored
llvm-svn: 112085
-
Jim Grosbach authored
llvm-svn: 112084
-
Dan Gohman authored
llvm-svn: 112083
-
Dan Gohman authored
from MDValueList between each function, now that the bitcode writer is reusing the index space for function-local metadata. llvm-svn: 112082
-
Dan Gohman authored
llvm-svn: 112081
-
Dan Gohman authored
llvm-svn: 112080
-
Benjamin Kramer authored
llvm-svn: 112079
-
Howard Hinnant authored
llvm-svn: 112078
-
Eric Christopher authored
Patch by Adam Treat! llvm-svn: 112077
-
Michael J. Spencer authored
llvm-svn: 112076
-
Jim Grosbach authored
When doing copy/paste/modify, it's apparently rather important to remember the 'modify' bit... llvm-svn: 112075
-
Johnny Chen authored
there's no point matching further sub strings; the expect() already fails. Also cleaned up the assert message for VARIABLES_DISPLAYED_CORRECTLY. llvm-svn: 112074
-
Chris Lattner authored
llvm-svn: 112073
-
Devang Patel authored
DIGlobalVariable can be used to encode debug info for globals that are directly folded into a constant by FE. llvm-svn: 112072
-
Johnny Chen authored
mechanism seems to work fine on my MacBook Pro in some limited test cases. The default maxLaunchCount and timeWait variables used in the scheme can be overridden by the env variables LLDB_MAX_LAUNCH_COUNT and LLDB_TIME_WAIT. llvm-svn: 112071
-
Douglas Gregor authored
code-completion results cached by ASTUnit, sort the resulting result set. This makes testing far, far easier, so this commit also includes tests for the previous few fixes. llvm-svn: 112070
-
Dan Gohman authored
llvm-svn: 112069
-
Dan Gohman authored
llvm-svn: 112068
-
Michael J. Spencer authored
llvm-svn: 112067
-
Douglas Gregor authored
token. The first token might be something that ends up triggering code completion, which in turn requires a valid Scope. Test case forthcoming. llvm-svn: 112066
-
Douglas Gregor authored
llvm-svn: 112065
-
Douglas Gregor authored
code completion. We were allowing the preamble to include the line that we're code-completing on. Again, testcase is forthcoming. llvm-svn: 112064
-
Douglas Gregor authored
ASTUnit match those produced directly by code completion. Test case is forthcoming. llvm-svn: 112063
-
Devang Patel authored
llvm-svn: 112062
-
Howard Hinnant authored
llvm-svn: 112061
-
Benjamin Kramer authored
llvm-svn: 112060
-
Douglas Gregor authored
llvm-svn: 112059
-
Dan Gohman authored
function-specific state. llvm-svn: 112058
-
Douglas Gregor authored
that ASTUnit knows not to try to provide completions there. llvm-svn: 112057
-
Dan Gohman authored
llvm-svn: 112056
-
Dan Gohman authored
llvm-svn: 112055
-
Douglas Gregor authored
expect "natural" language and should not provide any completions, e.g., comments, string literals, #error. llvm-svn: 112054
-
Daniel Dunbar authored
comparison that would overflow. - The other under/overflow cases can't actually happen because the immediates which would trigger them are legal (so we don't enter this code), but adjusted the style to make it clear the transform is always valid. llvm-svn: 112053
-
-
Benjamin Kramer authored
llvm-svn: 112048
-
John McCall authored
to the new constants. llvm-svn: 112047
-
John McCall authored
llvm-svn: 112046
-
-
John McCall authored
llvm-svn: 112044
-
-