- Oct 16, 2010
-
-
Ted Kremenek authored
Tweak retain/release checker diagnostics to specify a leak occurs because an object is not referenced later in the path, not that it isn't referenced later in the code. Fixes <rdar://problem/8527839>. llvm-svn: 116636
-
Eric Christopher authored
llvm-svn: 116635
-
Greg Clayton authored
Changed all of our synthesized "___clang" functions, types and variables that get used in expressions over to have a prefix of "$_lldb". Now when we do name lookups we can easily switch off of the first '$' character to know if we should look through only our internal (when first char is '$') stuff, or when we should look through program variables, functions and types. Converted all of the clang expression code over to using "const ConstString&" values for names instead of "const char *" since there were many places that were converting the "const char *" names into ConstString names and them throwing them away. We now avoid making a lot of ConstString conversions and benefit from the quick comparisons in a few extra spots. Converted a lot of code from LLVM coding conventions into LLDB coding conventions. llvm-svn: 116634
-
Jim Ingham authored
Mark a ValueObjectConstResult as valid if it is created with some data, don't wait till it gets updated. llvm-svn: 116633
-
Daniel Dunbar authored
spaces gives tests fits and shell escaping is an art best left to jabberwockies. llvm-svn: 116632
-
Fariborz Jahanian authored
find a copy constructor/assignment operator used in getter/setter synthesis. This removes an unintended diagnostics and makes objc++ consistant with objective-c. // rdar: //8550657. llvm-svn: 116631
-
Eric Christopher authored
llvm-svn: 116628
-
Daniel Dunbar authored
llvm-svn: 116627
-
- Oct 15, 2010
-
-
Caroline Tice authored
at the moment, and no longer works properly (bit rot). llvm-svn: 116626
-
Bill Wendling authored
llvm-svn: 116625
-
Nick Lewycky authored
llvm-svn: 116624
-
Francois Pichet authored
llvm-svn: 116623
-
Eric Christopher authored
llvm-svn: 116622
-
Johnny Chen authored
llvm-svn: 116621
-
Dan Gohman authored
llvm-svn: 116617
-
Dan Gohman authored
more consistent with other names, and to look less like a magic name. llvm-svn: 116616
-
Dan Gohman authored
llvm-svn: 116615
-
Dan Gohman authored
llvm-svn: 116614
-
Dan Gohman authored
llvm-svn: 116613
-
Jim Grosbach authored
llvm-svn: 116612
-
Mikhail Glushenkov authored
llvm-svn: 116611
-
Johnny Chen authored
'breakpoint delete 1' from 'breakpoint delete'. With 'breakpoint delete', the command interpreter was asking for a confirmation from the user, which there isn't any. llvm-svn: 116610
-
Johnny Chen authored
# rdar://problem/8557478 # test/class_types test failures: runCmd: expr this->m_c_int llvm-svn: 116609
-
Argyrios Kyrtzidis authored
llvm-svn: 116608
-
Johnny Chen authored
breakpoint modify -c 'val == 3' 1 after: breakpoint set -n c which sets a breakpoint on function 'c'. The breakpoint should only stop if expression 'val == 3' evaluates to true. llvm-svn: 116607
-
Argyrios Kyrtzidis authored
llvm-svn: 116606
-
Argyrios Kyrtzidis authored
llvm-svn: 116605
-
Jim Grosbach authored
llvm-svn: 116604
-
Fariborz Jahanian authored
AST node. (finishing off radar 8525788). llvm-svn: 116603
-
Jim Grosbach authored
scheduler may reorder loads from them before the stores and other such badness. PR8347. Patch by David Meyer llvm-svn: 116602
-
Bob Wilson authored
llvm-svn: 116601
-
Rafael Espindola authored
llvm-svn: 116600
-
Devang Patel authored
llvm-svn: 116599
-
Argyrios Kyrtzidis authored
Read/write to/from PCH DeclarationNameLocs, DeclarationNameInfos and QualifierInfos (rdar://8513756). llvm-svn: 116598
-
Michael J. Spencer authored
KillTheDoctor: Fix 2008 build. I'm actually surprised 2010 defines all of these, many are non-standard posix/unix extensions. llvm-svn: 116597
-
Johnny Chen authored
the session recordings. llvm-svn: 116596
-
Dan Gohman authored
llvm-svn: 116595
-
Eric Christopher authored
llvm-svn: 116594
-
Dan Gohman authored
llvm-svn: 116593
-
Jakob Stoklund Olesen authored
A CHECK-NOT pattern without a following CHECK pattern simply checks that the pattern doesn't match before the end of the input file. You can even have only CHECK-NOT patterns to check that strings appear nowhere in the input file. llvm-svn: 116592
-