- Aug 25, 2010
-
-
Douglas Gregor authored
(e.g., for message sends or method declaration/definition completions), adjust methods that come from a base class. llvm-svn: 112013
-
Sebastian Redl authored
llvm-svn: 112012
-
Sebastian Redl authored
llvm-svn: 112011
-
Greg Clayton authored
subclassing it anywhere. llvm-svn: 112010
-
Greg Clayton authored
contains the entire stack backtrace. llvm-svn: 112009
-
Eric Christopher authored
accordingly. No functional change. llvm-svn: 112008
-
Greg Clayton authored
functionality into StackFrameList. This will allow us to copy the previous stack backtrace from the previous stop into another variable so we can re-use as much as possible from the previous stack backtrace. llvm-svn: 112007
-
Argyrios Kyrtzidis authored
llvm-svn: 112006
-
Argyrios Kyrtzidis authored
llvm-svn: 112005
-
Argyrios Kyrtzidis authored
llvm-svn: 112004
-
Fariborz Jahanian authored
has its own getter and setter methods declared. Fixed 8349319 (nonfragile-abi2). llvm-svn: 112003
-
Devang Patel authored
llvm-svn: 112002
-
Douglas Gregor authored
performing code completion at the statement level (rather than in an arbitrary expression). llvm-svn: 112001
-
Johnny Chen authored
llvm-svn: 112000
-
John McCall authored
llvm-svn: 111999
-
Douglas Gregor authored
present, prefer values to types, since it's more common to compute with values than it is to declare new entities or perform type casts. So, tweak the ranking of types vs. other declarations and constants accordingly. llvm-svn: 111998
-
John McCall authored
llvm-svn: 111997
-
Eric Christopher authored
llvm-svn: 111996
-
Dan Gohman authored
for MDNodes, since this information is effectively implied by the operands. This allow allows the code to avoid doing a recursive is-it-really-function-local check in some cases. llvm-svn: 111995
-
Chris Lattner authored
no functionality change. llvm-svn: 111994
-
Dan Gohman authored
llvm-svn: 111993
-
Johnny Chen authored
correctly after all. It was my own configuration error (I was building x86_64 only). llvm-svn: 111992
-
Ted Kremenek authored
USRs for class extensions should "mangle" in the location of the extension. (<rdar://problem/8350262>) llvm-svn: 111991
-
Chris Lattner authored
functionality change. llvm-svn: 111990
-
Greg Clayton authored
has inlined functions that all started at the same address, then the inlined backtrace would not produce correct stack frames. Also cleaned up and inlined a lot of stuff in lldb_private::Address. Added a function to StackFrame to detect if the frame is a concrete frame so we can detect the difference between actual frames and inlined frames. llvm-svn: 111989
-
Fariborz Jahanian authored
SemaCXX/expressions.cpp. llvm-svn: 111988
-
John McCall authored
only form pointers-to-member if the expression has the appropriate form. This avoids assertions later on on invalid code, but also allows us to properly resolve mixed-staticity overloads. llvm-svn: 111987
-
Sebastian Redl authored
AST writer support for having specializations of templates from earlier in the chain. This ought to finish C++ chained PCH support. llvm-svn: 111986
-
Sebastian Redl authored
llvm-svn: 111985
-
Douglas Gregor authored
llvm-svn: 111984
-
Daniel Dunbar authored
- I didn't implement the GCC "multiple include guard" detection parts, because it doesn't seem useful or obvious. llvm-svn: 111983
-
Chris Lattner authored
llvm-svn: 111982
-
Eric Christopher authored
llvm-svn: 111981
-
Dale Johannesen authored
some bugs in setting allowsRegister on the ones there. 8348447. llvm-svn: 111980
-
Chris Lattner authored
-iwithsysroot flag should do that. This fixes rdar://8345942 llvm-svn: 111979
-
Ted Kremenek authored
Fix printf format string checking for '%lc' (which expects a wint_t or compatible argument). Fixes PR 7981. llvm-svn: 111978
-
Fariborz Jahanian authored
register variable (c++03 7.1.1P3). radar 8108252. llvm-svn: 111977
-
Douglas Gregor authored
arguments. llvm-svn: 111976
-
Johnny Chen authored
currently fails: rdar://problem/8349784. Forgot to check in lldbtest.py in the previous commit r111958. llvm-svn: 111975
-
Eric Christopher authored
llvm-svn: 111974
-