- Jan 26, 2010
-
-
Anders Carlsson authored
If a global variable has an initializer with side effects, it can never be deferred (even if it's in an anonymous namespace). llvm-svn: 94525
-
John McCall authored
about interaction between ADL and default arguments. Shrug shoulders, commit. llvm-svn: 94524
-
Chandler Carruth authored
llvm-svn: 94522
-
Anders Carlsson authored
llvm-svn: 94520
-
Anders Carlsson authored
Fix the test I broke, and also fix a crash when declaring a virtual destructor. Add debug info support for pure virtual member functions. llvm-svn: 94519
-
Anders Carlsson authored
llvm-svn: 94504
-
Mike Stump authored
multiple inheritance cases. WIP. This fixes 20% of the outstanding problems found by the randomized tester. llvm-svn: 94499
-
Daniel Dunbar authored
llvm-svn: 94488
-
Daniel Dunbar authored
Driver/Darwin: Stuff iPhoneOS into environment portion of the (llvm/clang) triple instead of keying off architecture. Also, fix version define to properly include the revision/micro component of the version number. llvm-svn: 94487
-
Fariborz Jahanian authored
access (was radar 7575882). llvm-svn: 94481
-
Mike Stump authored
llvm-svn: 94478
-
- Jan 25, 2010
-
-
John McCall authored
"Fixes" rdar://problem/7574870 llvm-svn: 94458
-
Fariborz Jahanian authored
to subclass. (Fixes radar 7575882). llvm-svn: 94444
-
Fariborz Jahanian authored
(fixes radar 7574896). llvm-svn: 94434
-
Douglas Gregor authored
llvm-svn: 94429
-
Douglas Gregor authored
string when given a cursor that does not have a name. Also, don't give silly names for statements and non-reference expressions. llvm-svn: 94426
-
Douglas Gregor authored
the tag kind (union, struct, class, enum) over to the name of the tag, if there is a name, since most clients want to point at the name. llvm-svn: 94424
-
Douglas Gregor authored
condition even when we've visited the condition variable, so that we'll see implicit conversions there. llvm-svn: 94423
-
Chris Lattner authored
llvm-svn: 94404
-
Chris Lattner authored
llvm-svn: 94403
-
-
- Jan 24, 2010
-
-
Fariborz Jahanian authored
llvm-svn: 94368
-
Anders Carlsson authored
Fix a pretty bad bug where if a constructor (or conversion function) was marked as 'explicit', but then defined out-of-line, we would not treat it as being explicit. llvm-svn: 94366
-
Anders Carlsson authored
llvm-svn: 94365
-
Anders Carlsson authored
llvm-svn: 94362
-
Alexis Hunt authored
Mangle static variables with an extra name to distinguish them from non-static variables in the same TU. Fixes PR5966 for real this time; also reverts r92911, which had a incorrect fix. llvm-svn: 94352
-
Chris Lattner authored
unbalanced. llvm-svn: 94347
-
Chris Lattner authored
llvm-svn: 94344
-
Anders Carlsson authored
llvm-svn: 94341
-
Anders Carlsson authored
Use new initialization code when dealing with [dcl.init.aggr]p12. This fixes the bug where array elements and member initializers weren't copied correctly. llvm-svn: 94340
-
- Jan 23, 2010
-
-
Anders Carlsson authored
llvm-svn: 94329
-
Anders Carlsson authored
llvm-svn: 94327
-
Mike Stump authored
llvm-svn: 94326
-
Anders Carlsson authored
Baby steps towards migrating the InitListChecker over to the new initialization code. Pass an InitializedEntity pointer through to most init checker functions. Right now, it's ignored everywhere except when initializing vectors in C++. llvm-svn: 94325
-
Benjamin Kramer authored
llvm-svn: 94307
-
Benjamin Kramer authored
llvm-svn: 94306
-
John McCall authored
incomplete type (or a pointer/reference to such). The causes of this problem are different enough to justify a different "design" for the diagnostic. Most notably, it doesn't give an operand index: it's usually pretty obvious which operand is the problem, it adds a lot of clutter to mention it, and the fix is usually in a different part of the file anyway. This is yet another diagnostic that should really have an analogue in the non-overloaded case --- which should be much easier to write because of the weaker space constraints. llvm-svn: 94303
-
Anders Carlsson authored
Fix the EntityKind order so that all entity kinds that can be copied (using copy constructors) come first. Also, fix a bug where EK_New was left out of the err_init_conversion_failed diagnostic (It is now reported as 'new value'). Please review Doug :) llvm-svn: 94289
-
John McCall authored
llvm-svn: 94268
-
Douglas Gregor authored
explicit casts, sizeof, alignof, and compound literals. llvm-svn: 94265
-