- Apr 26, 2011
-
-
Devang Patel authored
Observed this while reading code, so I do not have a test case handy here. llvm-svn: 130167
-
Dan Gohman authored
llvm-svn: 130166
-
Eric Christopher authored
llvm-svn: 130165
-
Ted Kremenek authored
When generating printf fixits, preserve the original formating for unsigned integers (e.g., 'x', 'o'). llvm-svn: 130164
-
Fariborz Jahanian authored
constant-folded. // rdar://9330105 llvm-svn: 130163
-
Argyrios Kyrtzidis authored
llvm-svn: 130162
-
Lenny Maiorani authored
Implements the strncmp() checker just like the strcmp() checker, but with bounds. Requires LLVM svn r129582. llvm-svn: 130161
-
Chris Lattner authored
llvm-svn: 130160
-
Caroline Tice authored
Add 'lldb_private' namespace where necessary to prevent ambiguity and resulting infinite loops. llvm-svn: 130159
-
Johnny Chen authored
llvm-svn: 130158
-
- Apr 25, 2011
-
-
Argyrios Kyrtzidis authored
'extern' variables in functions don't shadow externs in global scope. Fixes rdar://8883302, this time for C++ as well. llvm-svn: 130157
-
Greg Clayton authored
llvm-svn: 130156
-
Greg Clayton authored
llvm-svn: 130155
-
Greg Clayton authored
llvm-svn: 130154
-
Chris Lattner authored
llvm-svn: 130153
-
Nico Weber authored
llvm-svn: 130152
-
Chris Lattner authored
patch by Johannes Schaub! llvm-svn: 130151
-
Daniel Dunbar authored
write access to. llvm-svn: 130150
-
Chris Lattner authored
into user code which may warn about them with -pedantic. Patch by Jonathan Sauer! llvm-svn: 130149
-
Chris Lattner authored
the enum decl, we need to use an integer type the same size as the enumerator, which may not be the promoted type with packed enums. llvm-svn: 130148
-
Johnny Chen authored
i.e., with 'SBStream &description' first, followed by 'DescriptionLevel level'. Modify lldbutil.py so that get_description() for a target or breakpoint location can just take the lldb object itself without specifying an option to mean option lldb.eDescriptionLevelBrief. Modify TestTargetAPI.py to exercise this logic path. llvm-svn: 130147
-
Fariborz Jahanian authored
This is wip. llvm-svn: 130138
-
Chris Lattner authored
llvm-svn: 130137
-
Douglas Gregor authored
Minor tweak to avoid having to dig through canonical types multiple times when checking a qualification conversion llvm-svn: 130136
-
Greg Clayton authored
in a Utility directory. llvm-svn: 130135
-
Johnny Chen authored
llvm-svn: 130134
-
Johnny Chen authored
llvm-svn: 130133
-
Francois Pichet authored
llvm-svn: 130132
-
Akira Hatanaka authored
llvm-svn: 130131
-
Devang Patel authored
A dbg.declare may not be in entry block, even if it is referring to an incoming argument. However, It is appropriate to emit DBG_VALUE referring to this incoming argument in entry block in MachineFunction. llvm-svn: 130129
-
Douglas Gregor authored
invalid expression rather than the far-more-generic "error". Fixes a mild regression in error recovery uncovered by the GCC testsuite. llvm-svn: 130128
-
Benjamin Kramer authored
lit needs a linter ... llvm-svn: 130126
-
Chandler Carruth authored
these was just one line of a file. Explicitly set the eol-style property on the files to try and ensure this fix stays. llvm-svn: 130125
-
Chandler Carruth authored
only a few lines of the file. Also set their properties to have explicitly native eol sytle. llvm-svn: 130124
-
Chandler Carruth authored
instances of this momentarily. llvm-svn: 130123
-
John Wiegley authored
Patch authored by David Abrahams. These two expression traits (__is_lvalue_expr, __is_rvalue_expr) are used for parsing code that employs certain features of the Embarcadero C++ compiler. llvm-svn: 130122
-
Chandler Carruth authored
update. Despite the diff, nothing but line endings changed here. llvm-svn: 130121
-
Duncan Sands authored
llvm-svn: 130120
-
Nico Weber authored
llvm-svn: 130119
-
Eli Friedman authored
llvm-svn: 130118
-