- May 08, 2010
-
-
Devang Patel authored
llvm-svn: 103325
-
Douglas Gregor authored
mark any declarations we see inside of that type as "referenced". Fixes PR7079. llvm-svn: 103323
-
Bill Wendling authored
llvm-svn: 103321
-
Devang Patel authored
A recent change to tightly verify debug info prepared by FE caught this. This fixes unittest build. llvm-svn: 103320
-
Devang Patel authored
llvm-svn: 103318
-
Bill Wendling authored
llvm-svn: 103314
-
Douglas Gregor authored
llvm-svn: 103312
-
Dan Gohman authored
and not the real problem itself, by dropping debug info for i128 values. rdar://7958162. llvm-svn: 103310
-
Dan Gohman authored
wider than 64 bits. llvm-svn: 103309
-
Douglas Gregor authored
walk an entire AST, including all of the types, declarations, statements, and expressions, and allowing one to easily override the behavior of the walk at any particular node kind. llvm-svn: 103308
-
John McCall authored
but whose operand isn't a float: specifically, __real__ and __imag__. Instead of filtering these out, just implement them. Fixes <rdar://problem/7958272>. llvm-svn: 103307
-
Devang Patel authored
llvm-svn: 103305
-
- May 07, 2010
-
-
Chris Lattner authored
llvm-svn: 103304
-
Devang Patel authored
llvm-svn: 103303
-
Kevin Enderby authored
external and the item to be relocated should not have the address of the symbol added in. llvm-svn: 103302
-
Chris Lattner authored
Andrew Sutton! llvm-svn: 103301
-
Devang Patel authored
llvm-svn: 103300
-
Dale Johannesen authored
getConstantFP to accept the two supported long double target types. This was not the original intent, but there are other places that assume this works and it's easy enough to do. llvm-svn: 103299
-
John McCall authored
llvm-svn: 103298
-
John McCall authored
Eli Friedman. llvm-svn: 103297
-
John McCall authored
and return a bool. llvm-svn: 103296
-
Devang Patel authored
llvm-svn: 103295
-
Chris Lattner authored
llvm-svn: 103294
-
Ted Kremenek authored
is static, and mangling in the qualifers of the method. llvm-svn: 103289
-
Chris Lattner authored
code into a MoveUpIncludeHierarchy helper, and use the helper to fix a case involving macros which regressed from my recent patch. llvm-svn: 103288
-
Devang Patel authored
llvm-svn: 103287
-
Ted Kremenek authored
llvm-svn: 103285
-
Ted Kremenek authored
Add NamedDecl::printName() for clients that to use getNameAsString() but are already using a raw_ostream. llvm-svn: 103284
-
Douglas Gregor authored
ensure that we complete the type when we need to look at constructors during reference binding. When determining whether the two types involved in reference binding are reference-compatible, reference-related, etc., do not complete the type of the reference itself because it is not necessary to determine well-formedness of the program. Complete the type that we are binding to, since that can affect whether we know about a derived-to-base conversion. Re-fixes PR7080. llvm-svn: 103283
-
Fariborz Jahanian authored
llvm-svn: 103280
-
Fariborz Jahanian authored
a property of a c++ class object (radar 7957369). llvm-svn: 103279
-
Devang Patel authored
llvm-svn: 103278
-
Jim Grosbach authored
whether the extract instructions are available. rdar://7956878 llvm-svn: 103277
-
Devang Patel authored
llvm-svn: 103276
-
Devang Patel authored
llvm-svn: 103273
-
Devang Patel authored
llvm-svn: 103272
-
Kalle Raiskila authored
llvm-svn: 103271
-
Ted Kremenek authored
llvm-svn: 103269
-
John McCall authored
llvm-svn: 103268
-
Chris Lattner authored
patch by Peter Housel! llvm-svn: 103267
-