- Sep 16, 2009
-
-
Douglas Gregor authored
give them the appropriate exception specifications. This, unfortunately, requires us to maintain and/or implicitly generate handles to namespace "std" and the class "std::bad_alloc". However, every other approach I've come up with was more hackish, and this standard requirement itself is quite the hack. Fixes PR4829. llvm-svn: 81939
-
Douglas Gregor authored
llvm-svn: 81938
-
Fariborz Jahanian authored
to pointer function for delete expression. 2) Treat type conversion function and its 'const' version as identical in building the visible conversion list. llvm-svn: 81930
-
Mike Stump authored
llvm-svn: 81929
-
- Sep 15, 2009
-
-
Mike Stump authored
llvm-svn: 81925
-
Mike Stump authored
llvm-svn: 81924
-
Anders Carlsson authored
llvm-svn: 81917
-
Douglas Gregor authored
llvm-svn: 81916
-
Douglas Gregor authored
whether a constructor is a copy constructor. Sadly, I wasn't able to get down to a test case smaller than libstdc++'s <string>. llvm-svn: 81913
-
Steve Naroff authored
- Add predicate clang_isInvalid(). - Implement clang_getCursorFromDecl(). llvm-svn: 81908
-
Douglas Gregor authored
point at the template and print out its template arguments, e.g., ambiguous-ovl-print.cpp:5:8: note: candidate function template specialization [with T = int] void f(T*, long); llvm-svn: 81907
-
Fariborz Jahanian authored
ambiguity in type conversion function selection. llvm-svn: 81898
-
Douglas Gregor authored
llvm-svn: 81885
-
Ted Kremenek authored
with binary operators. The result of a binary operator may be undefined even if its operands are well-defined. llvm-svn: 81874
-
Fariborz Jahanian authored
function for delete of a class expression and issue good diagnostic when result is ambiguous. llvm-svn: 81870
-
Douglas Gregor authored
ordering, along with another test case for partial ordering of partial specializations. llvm-svn: 81869
-
Anders Carlsson authored
llvm-svn: 81868
-
Anders Carlsson authored
llvm-svn: 81867
-
Douglas Gregor authored
(C++ [temp.class.order]). llvm-svn: 81866
-
Fariborz Jahanian authored
llvm-svn: 81865
-
Anders Carlsson authored
llvm-svn: 81863
-
Anders Carlsson authored
llvm-svn: 81852
-
Anders Carlsson authored
When performing an user defined conversion sequence, perform the initial standard conversion sequence. This lets us remove a workaround in SemaCompleteConstructorCall. llvm-svn: 81847
-
Anders Carlsson authored
llvm-svn: 81844
-
Anders Carlsson authored
llvm-svn: 81842
-
Anders Carlsson authored
llvm-svn: 81841
-
Anders Carlsson authored
llvm-svn: 81839
-
Anders Carlsson authored
llvm-svn: 81837
-
Anders Carlsson authored
llvm-svn: 81835
-
Ted Kremenek authored
__builtin_offsetof in the static analyzer that __builtin_offsetof is not guaranteed to return an integer constant. We will need to shore this up later, but now at least we have correct support for when this *is* an integer constant. llvm-svn: 81830
-
Ted Kremenek authored
llvm-svn: 81825
-
Ted Kremenek authored
llvm-svn: 81820
-
Fariborz Jahanian authored
a type convesion function results in ambiguity. llvm-svn: 81812
-
Chris Lattner authored
llvm-svn: 81811
-
Anders Carlsson authored
llvm-svn: 81808
-
Douglas Gregor authored
conversion function. llvm-svn: 81807
-
Douglas Gregor authored
templates. llvm-svn: 81806
-
Douglas Gregor authored
an overloaded function (template). llvm-svn: 81804
-
-
Anders Carlsson authored
llvm-svn: 81802
-