- Aug 25, 2010
-
-
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
-
-
Eric Christopher authored
llvm-svn: 112042
-
Eric Christopher authored
Fixes PR7967. Owen: You added these, any reason? llvm-svn: 112041
-
Chandler Carruth authored
functionality changed. llvm-svn: 112040
-
Eric Christopher authored
llvm-svn: 112039
-
John McCall authored
llvm-svn: 112038
-
Chandler Carruth authored
templates when only the declaration is in scope. This requires deferring the instantiation to be lazy, and ensuring the definition is required for that translation unit. We re-use the existing pending instantiation queue, previously only used to track implicit instantiations which were required to be lazy. Fixes PR7979. A subsequent change will rename *PendingImplicitInstantiations to *PendingInstatiations for clarity given its broader role. llvm-svn: 112037
-
Eric Christopher authored
llvm-svn: 112036
-
Eric Christopher authored
llvm-svn: 112035
-
Anton Korobeynikov authored
Mark _alloca call as clobberring EFLAGS, otherwise some DCE might remove other flags-clobberring stuff (e.g. cmp instructions) occuring after _alloca call. llvm-svn: 112034
-
Eric Christopher authored
llvm-svn: 112033
-
John McCall authored
llvm-svn: 112032
-
Eric Christopher authored
Fix some todos. No functional change. llvm-svn: 112031
-
John McCall authored
llvm-svn: 112030
-
Eric Christopher authored
Untested. llvm-svn: 112029
-
John McCall authored
llvm-svn: 112028
-
John McCall authored
llvm-svn: 112027
-