- Apr 26, 2011
-
-
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
-
Eli Friedman authored
llvm-svn: 130117
-
- Apr 24, 2011
-
-
Rafael Espindola authored
llvm-svn: 130116
-
Rafael Espindola authored
Fixes PR9787. llvm-svn: 130115
-
Benjamin Kramer authored
No intended functionality change. llvm-svn: 130114
-
Ken Dyck authored
change in functionality intended. llvm-svn: 130113
-
Ken Dyck authored
No change in functionality intended. llvm-svn: 130112
-
Ken Dyck authored
change in functionality intended. llvm-svn: 130111
-
Ken Dyck authored
EmitFinalDestCopy() to CharUnits. No change in functionality intended. llvm-svn: 130110
-
Ken Dyck authored
ASTContext::getTypeSize() when only the size part is used. No change in functionality intended. llvm-svn: 130109
-