Age | Commit message (Expand) | Author |
2012-02-18 | Add a bunch of missing calls to DiagnoseSentinelCalls. <rdar://problem/10885... | Eli Friedman |
2012-02-15 | When overload resolution picks an implicitly-deleted special member | Douglas Gregor |
2012-02-11 | Fix parsing new expressions using init lists. Probably still do the wrong thi... | Sebastian Redl |
2012-02-10 | Implement the conversion to a function pointer for lambda expressions, | Douglas Gregor |
2012-02-08 | [libclang] For CXXOperatorCallExprs, give a valid source location to the Decl... | Argyrios Kyrtzidis |
2012-02-08 | Revise the SplitQualType interface to make it its own thing instead of | John McCall |
2012-02-06 | Fixed instantiation of DependentScopeDeclRefExpr. | Abramo Bagnara |
2012-02-04 | In C++11 mode, when an integral constant expression is desired and we have a | Richard Smith |
2012-02-04 | Don't allow a value of a scoped enumeration to be used as the first bound for an | Richard Smith |
2012-02-02 | Initialize the user defined conversion function to null if this is an aggrega... | Benjamin Kramer |
2012-02-02 | Split Sema::MarkDeclarationReferenced into multiple functions; the additional... | Eli Friedman |
2012-01-30 | constexpr: disallow signed integer overflow in integral conversions in constant | Richard Smith |
2012-01-27 | Added source location for the template keyword in AST template-id expressions. | Abramo Bagnara |
2012-01-26 | Slight refactoring; catch yet another case where we were missing an lvalue-to... | Eli Friedman |
2012-01-25 | Allow typo correction to be disabled in BuildOverloadedCallExpr variant. | Kaelyn Uhrain |
2012-01-25 | Add custom callback object for typo correction in BuildRecoveryCallExpr. | Kaelyn Uhrain |
2012-01-23 | Minor fixups for auto deduction of initializer lists. | Sebastian Redl |
2012-01-18 | constexpr: converted constant expression handling for enumerator values, case | Richard Smith |
2012-01-18 | Convert DiagnoseEmptyLookup to use correction callbacks. | Kaelyn Uhrain |
2012-01-18 | Move narrowing conversion detection code from SemaInit to SemaOverload, ready | Richard Smith |
2012-01-17 | Basic overloading support for std::initializer_list. | Sebastian Redl |
2012-01-17 | Remove unreachable code in Clang. (replace with llvm_unreachable where approp... | David Blaikie |
2012-01-14 | Use a smaller vector than SmallVector. | Benjamin Kramer |
2012-01-14 | Clear ImplicitConversionSequence the obvious way which turns out to be less f... | Benjamin Kramer |
2012-01-14 | Give OverloadCandidateSet the responsibility for destroying the implicit conv... | Benjamin Kramer |
2012-01-14 | Pool allocate ImplicitConversionSequences. | Benjamin Kramer |
2012-01-14 | OverloadCandidateSet: Stop exposing SmallVector internals | Benjamin Kramer |
2012-01-07 | More lambda work: semantic analysis of capturing 'this'. It's a bit complica... | Eli Friedman |
2011-12-22 | Overloading for initializer list construction. | Sebastian Redl |
2011-12-15 | Two null Decl*'s don't refer to the same declaration, because they | Douglas Gregor |
2011-12-15 | Replace all comparisons between ObjCInterfaceDecl pointers with calls | Douglas Gregor |
2011-12-13 | Make the diagnostic message more consistant. Update the type comparison to | Richard Trieu |
2011-12-03 | Implement overload resolution for reference-typed parameters supplied with in... | Sebastian Redl |
2011-11-25 | In Microsoft mode, make "Unqualified lookup into dependent bases of class tem... | Francois Pichet |
2011-11-23 | Add feature to diagnostics that will provide more information on function | Richard Trieu |
2011-11-19 | Fixed HadMultipleCandidates loading. | Abramo Bagnara |
2011-11-17 | In Microsoft mode, make "Unqualified lookup into dependent bases of class tem... | Francois Pichet |
2011-11-16 | Added missing ImplicitCastExpr around conversion operator call. | Abramo Bagnara |
2011-11-11 | Move "Unqualified lookup into dependent bases of class templates" Microsoft s... | Francois Pichet |
2011-11-10 | Implicit casts from rvalue to lvalue are not meaningful. Don't accidentally add | Richard Smith |
2011-11-04 | In C++ keep unavailable function calls in the AST, like in C/ObjC. | Argyrios Kyrtzidis |
2011-11-01 | Enable function call and some overload resolution with parameters of aggregat... | Sebastian Redl |
2011-10-25 | Restore r142914 and r142915, now with missing file and apparent | John McCall |
2011-10-25 | Revert r142914 and r142915, due to possibly missing file. | NAKAMURA Takumi |
2011-10-25 | Introduce a placeholder type for "pseudo object" | John McCall |
2011-10-17 | Teach the ARC compiler to not require __bridge casts when | John McCall |
2011-10-16 | Implement overload resolution from init lists for scalar parameter types. | Sebastian Redl |
2011-10-16 | Drop the Diagnose parameter from Sema::PerformImplicitConversion again and in... | Sebastian Redl |
2011-10-14 | Provide half floating point support as a storage only type. | Anton Korobeynikov |
2011-10-14 | Attempt to fix Windows buildbot, round 2. | Eli Friedman |