| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Pool allocate ImplicitConversionSequences. | Benjamin Kramer | 2012-01-14 | 1 | -9/+10 |
* | OverloadCandidateSet: Stop exposing SmallVector internals | Benjamin Kramer | 2012-01-14 | 1 | -22/+9 |
* | More lambda work: semantic analysis of capturing 'this'. It's a bit complica... | Eli Friedman | 2012-01-07 | 1 | -0/+1 |
* | Overloading for initializer list construction. | Sebastian Redl | 2011-12-22 | 1 | -80/+126 |
* | Two null Decl*'s don't refer to the same declaration, because they | Douglas Gregor | 2011-12-15 | 1 | -3/+4 |
* | Replace all comparisons between ObjCInterfaceDecl pointers with calls | Douglas Gregor | 2011-12-15 | 1 | -1/+2 |
* | Make the diagnostic message more consistant. Update the type comparison to | Richard Trieu | 2011-12-13 | 1 | -11/+16 |
* | Implement overload resolution for reference-typed parameters supplied with in... | Sebastian Redl | 2011-12-03 | 1 | -3/+65 |
* | In Microsoft mode, make "Unqualified lookup into dependent bases of class tem... | Francois Pichet | 2011-11-25 | 1 | -1/+1 |
* | Add feature to diagnostics that will provide more information on function | Richard Trieu | 2011-11-23 | 1 | -14/+121 |
* | Fixed HadMultipleCandidates loading. | Abramo Bagnara | 2011-11-19 | 1 | -9/+15 |
* | In Microsoft mode, make "Unqualified lookup into dependent bases of class tem... | Francois Pichet | 2011-11-17 | 1 | -1/+1 |
* | Added missing ImplicitCastExpr around conversion operator call. | Abramo Bagnara | 2011-11-16 | 1 | -4/+14 |
* | Move "Unqualified lookup into dependent bases of class templates" Microsoft s... | Francois Pichet | 2011-11-11 | 1 | -1/+1 |
* | Implicit casts from rvalue to lvalue are not meaningful. Don't accidentally add | Richard Smith | 2011-11-10 | 1 | -1/+1 |
* | In C++ keep unavailable function calls in the AST, like in C/ObjC. | Argyrios Kyrtzidis | 2011-11-04 | 1 | -0/+7 |
* | Enable function call and some overload resolution with parameters of aggregat... | Sebastian Redl | 2011-11-01 | 1 | -7/+40 |
* | Restore r142914 and r142915, now with missing file and apparent | John McCall | 2011-10-25 | 1 | -44/+12 |
* | Revert r142914 and r142915, due to possibly missing file. | NAKAMURA Takumi | 2011-10-25 | 1 | -12/+44 |
* | Introduce a placeholder type for "pseudo object" | John McCall | 2011-10-25 | 1 | -44/+12 |
* | Teach the ARC compiler to not require __bridge casts when | John McCall | 2011-10-17 | 1 | -38/+120 |
* | Implement overload resolution from init lists for scalar parameter types. | Sebastian Redl | 2011-10-16 | 1 | -0/+86 |
* | Drop the Diagnose parameter from Sema::PerformImplicitConversion again and in... | Sebastian Redl | 2011-10-16 | 1 | -8/+3 |
* | Provide half floating point support as a storage only type. | Anton Korobeynikov | 2011-10-14 | 1 | -2/+7 |
* | Attempt to fix Windows buildbot, round 2. | Eli Friedman | 2011-10-14 | 1 | -1/+1 |
* | Attempt to fix buildbot failure on Windows. | Eli Friedman | 2011-10-14 | 1 | -1/+2 |
* | Change operator<< for raw_ostream and NamedDecl to take a reference instead o... | Benjamin Kramer | 2011-10-14 | 1 | -1/+1 |
* | Catch placeholder types in DefaultLvalueConversion | John McCall | 2011-10-11 | 1 | -28/+45 |
* | Always add the built-in overload candidates for operators &&, ||, and | Douglas Gregor | 2011-10-10 | 1 | -1/+5 |
* | Added a flag to identify resolved overloaded function references. | Abramo Bagnara | 2011-10-05 | 1 | -36/+73 |
* | Don't allow an rvalue reference to bind to the result of a calling a | Douglas Gregor | 2011-10-04 | 1 | -0/+23 |
* | CUDA: diagnose invalid calls across targets | Peter Collingbourne | 2011-10-02 | 1 | -0/+32 |
* | objc arc: Diagnose block pointer type mismatch when | Fariborz Jahanian | 2011-09-28 | 1 | -16/+4 |
* | objc++ arc: Diagnose block pointer type mismatch when | Fariborz Jahanian | 2011-09-28 | 1 | -0/+17 |
* | Only print _Bool as 'bool' when 'bool' is defined as an object-like | Douglas Gregor | 2011-09-27 | 1 | -1/+1 |
* | When 'bool' is not a built-in type but is defined as a macro, print | Douglas Gregor | 2011-09-27 | 1 | -1/+1 |
* | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie | 2011-09-25 | 1 | -2/+3 |
* | Add a special note for overload resolution when an initializer list argument | Sebastian Redl | 2011-09-24 | 1 | -0/+11 |
* | Give InitListChecker a verification-only mode, where it neither emits diagnos... | Sebastian Redl | 2011-09-24 | 1 | -15/+19 |
* | Removing a bunch of dead returns/breaks after llvm_unreachables. | David Blaikie | 2011-09-23 | 1 | -2/+0 |
* | Switch assert(0/false) llvm_unreachable. | David Blaikie | 2011-09-23 | 1 | -6/+7 |
* | Enforce access control for conversion operators used in contextual | John McCall | 2011-09-21 | 1 | -5/+4 |
* | In Microsoft mode(-fms-compatibility), prefer an integral conversion to a flo... | Francois Pichet | 2011-09-18 | 1 | -0/+19 |
* | Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t... | Francois Pichet | 2011-09-17 | 1 | -3/+3 |
* | Silence "end of non-void function" warnings with llvm_unreachable and add an ... | Benjamin Kramer | 2011-09-10 | 1 | -2/+5 |
* | Fix a -Wreturn-type warning due to this field not explicitly having the | Chandler Carruth | 2011-09-10 | 1 | -1/+1 |
* | Add smarter sorting of overload candidates that failed template deduction. | Kaelyn Uhrain | 2011-09-09 | 1 | -0/+37 |
* | Contextually converting to 'id' is not a useful operation. Contextually | John McCall | 2011-09-09 | 1 | -14/+46 |
* | Give conversions of block pointers to ObjC pointers a different cast kind | John McCall | 2011-09-09 | 1 | -6/+13 |
* | In Microsoft mode, if we are inside a template class member function and we c... | Francois Pichet | 2011-09-07 | 1 | -1/+14 |