Age | Commit message (Expand) | Author |
2013-02-16 | Use trailing documentation comments properly | Dmitri Gribenko |
2013-02-07 | Enable overloading of OpenCL events - this is needed for the overloaded OpenC... | Guy Benyei |
2013-01-31 | Replace "failed template argument deduction" diagnostic with something useful | Richard Smith |
2013-01-12 | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko |
2012-10-09 | Clearing a SmallPtrSet is still expensive, split it out from OverloadCandidat... | Benjamin Kramer |
2012-10-08 | StringRef-ify Binary/UnaryOperator::getOpcodeStr | David Blaikie |
2012-09-18 | Mark unimplemented copy constructors and copy assignment operators with LLVM_... | Craig Topper |
2012-07-18 | Fix OverloadCandidateSet::clear to not leak PartialDiagnostics, found by Samuel | Richard Smith |
2012-05-07 | When we suppress an error due to SFINAE, stash the diagnostic away with the | Richard Smith |
2012-03-23 | Teach APValue printer to print boolean 0 and 1 as 'false' and 'true'. Fix up | Richard Smith |
2012-02-27 | Implement a FIXME for conversion sequence distinction. Should fix PR12092. | Sebastian Redl |
2012-02-25 | ArrayRef'ize various functions in the AST/Parser/Sema. | Ahmed Charles |
2012-01-18 | constexpr: converted constant expression handling for enumerator values, case | Richard Smith |
2012-01-18 | Move narrowing conversion detection code from SemaInit to SemaOverload, ready | Richard Smith |
2012-01-17 | Remove unreachable code in Clang. (replace with llvm_unreachable where approp... | David Blaikie |
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 | Reorder initializers, make use of the whole array. | Benjamin Kramer |
2012-01-14 | Move the inline array to the end. | Benjamin Kramer |
2012-01-14 | Destroy OverloadCandidates before taking away the underlying memory. | Benjamin Kramer |
2012-01-14 | Pool allocate ImplicitConversionSequences. | Benjamin Kramer |
2012-01-14 | OverloadCandidateSet: Stop exposing SmallVector internals | Benjamin Kramer |
2011-11-19 | Initialize ImplicitConversionSequence::ListInitializationSequence. Fixes PR11394 | Douglas Gregor |
2011-11-01 | Enable function call and some overload resolution with parameters of aggregat... | Sebastian Redl |
2011-10-05 | Added a flag to identify resolved overloaded function references. | Abramo Bagnara |
2011-10-02 | CUDA: diagnose invalid calls across targets | Peter Collingbourne |
2011-09-24 | Give InitListChecker a verification-only mode, where it neither emits diagnos... | Sebastian Redl |
2011-09-21 | Enforce access control for conversion operators used in contextual | John McCall |
2011-07-28 | Refactor the */& mismatch fixit generation out of SemaOverload and provide a ... | Anna Zaks |
2011-07-21 | Addressing code review comments for commit 135509 - Add FixItHints in case a ... | Anna Zaks |
2011-07-20 | now that we have a centralized place to do so, add some using declarations for | Chris Lattner |
2011-07-19 | Add FixItHints in case a C++ function call is missing * or & operators on one... | Anna Zaks |
2011-06-15 | Automatic Reference Counting. | John McCall |
2011-06-05 | Identity and non-identity standard conversion sequences can be | Douglas Gregor |
2011-03-23 | Support for Transparent unions used as overloadable | Fariborz Jahanian |
2011-03-22 | Don't clear OverloadCandidateSets on destruction, it has no effect anymore. | Benjamin Kramer |
2011-02-25 | Remove the FIXME I introduced last night, and pull the logic for | Chandler Carruth |
2011-02-25 | Rough fix for PR9323 that prevents Clang from marking copy constructor | Chandler Carruth |
2011-02-12 | Implement objective-c++'s block pointer type matching involving | Fariborz Jahanian |
2011-01-26 | Rvalue references for *this: explicitly keep track of whether a | Douglas Gregor |
2011-01-26 | Rvalue references for *this: implement the implicit conversion rules | Douglas Gregor |
2011-01-26 | Clean up the C++0x __has_feature tests. Specifically: | Douglas Gregor |
2011-01-26 | Reinstate r124236 (tweaking the rvalue-reference overload resolution | Douglas Gregor |
2011-01-25 | Speculatively revert r124236 | Douglas Gregor |
2011-01-25 | Speculatively implement a tweak to the C++0x overload resolution rules | Douglas Gregor |
2011-01-20 | When building a user-defined conversion sequence, keep track of the | Douglas Gregor |
2011-01-19 | Explicitly track the number of call arguments provided when performing | Douglas Gregor |
2010-09-12 | When performing overload resolution, only compare the final conversion | Douglas Gregor |
2010-08-25 | Move more stuff out of Sema.h. | John McCall |
2010-08-24 | Move some of SemaOverload's API to various places in Overload.h, and kill | John McCall |