- Mar 27, 2010
-
-
Ted Kremenek authored
llvm-svn: 99691
-
John McCall authored
instead of the canonical parameter type (which has correctly dropped all such direct qualifiers). Fixes PR6695. llvm-svn: 99688
-
Ted Kremenek authored
with c++ code. llvm-svn: 99684
-
Ted Kremenek authored
llvm-svn: 99667
-
Douglas Gregor authored
llvm-svn: 99666
-
John McCall authored
lexical context. This is required for ADL to work properly; fixes PR6716. llvm-svn: 99665
-
- Mar 26, 2010
-
-
Douglas Gregor authored
namespace aliases. Fixes PR6341. llvm-svn: 99664
-
Ted Kremenek authored
when determining if it returns. Fixes <rdar://problem/7796563>. llvm-svn: 99663
-
Ted Kremenek authored
attribute to a FunctionDecl. llvm-svn: 99662
-
Douglas Gregor authored
through the bases and fields of the definition of the class in which the constructor is declared, rather than some other declaration of that class. llvm-svn: 99661
-
Daniel Dunbar authored
override to enable use of the DarwinClang tool chain on all platforms (not just ARM). llvm-svn: 99660
-
John McCall authored
What happens here is that we actually turn the first declaration into a definition, regardless of whether it was actually originally a definition, and furthermore we do this all after we've instantiated all the declarations. This exposes a bug in my DefinitionData patch where it was only setting the DefinitionData for previous declarations, not future declarations. Fortunately, there's an iterator for that. llvm-svn: 99657
-
Douglas Gregor authored
expression can be converted to the type of another, only apply the lvalue-to-rvalue conversion to the type of the expression we're converting, *not* the array-to-pointer or function-to-pointer conversions. Fixes PR6595. llvm-svn: 99652
-
Douglas Gregor authored
re-route its only caller to the newer PerformCopyInitialization(). We're down to one remaining caller of Sema::CheckReferenceInit. llvm-svn: 99650
-
Daniel Dunbar authored
we aren't always able to find on Win32. llvm-svn: 99649
-
Daniel Dunbar authored
llvm-svn: 99648
-
Douglas Gregor authored
CheckReferenceInit to using the new initialization sequence code. llvm-svn: 99647
-
Daniel Dunbar authored
configuration. llvm-svn: 99641
-
Daniel Dunbar authored
llvm-svn: 99634
-
Chris Lattner authored
llvm-svn: 99627
-
Chris Lattner authored
Abramo Bagnara! llvm-svn: 99626
-
Chris Lattner authored
llvm-svn: 99625
-
Chris Lattner authored
form a >>=. Patch by Abramo Bagnara, testcase by me. llvm-svn: 99624
-
Chris Lattner authored
llvm-svn: 99623
-
Kovarththanan Rajaratnam authored
llvm-svn: 99622
-
Gabor Greif authored
argument list seems to be different, but in fact is semantically equivalent; check that we do not error here llvm-svn: 99617
-
Nick Lewycky authored
llvm-svn: 99616
-
Douglas Gregor authored
llvm-svn: 99615
-
Anders Carlsson authored
llvm-svn: 99614
-
Douglas Gregor authored
llvm-svn: 99613
-
Anders Carlsson authored
llvm-svn: 99612
-
Douglas Gregor authored
parameter, keep the integral value exactly as it was in the source code rather than trying to convert it to the type of the non-type template parameter (which may still be dependent!). The value will then be converted to the appropriate type once we check the resulting template arguments. Fixes PR6707. llvm-svn: 99611
-
John McCall authored
pattern if it has a body. llvm-svn: 99610
-
Anders Carlsson authored
llvm-svn: 99609
-
Anders Carlsson authored
llvm-svn: 99608
-
Anders Carlsson authored
llvm-svn: 99607
-
Anders Carlsson authored
llvm-svn: 99606
-
Anders Carlsson authored
llvm-svn: 99605
-
Anders Carlsson authored
llvm-svn: 99604
-
John McCall authored
llvm-svn: 99601
-