aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/OperatorKinds.def
AgeCommit message (Expand)Author
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-12-01[c++2a] P0515R3: Support for overloaded operator<=>.Richard Smith
2015-10-22[coroutines] Add overloaded unary 'operator co_await'.Richard Smith
2009-04-16Fix a crash bug when comparing overload quality of conversion operators with ...Sebastian Redl
2008-11-17line up some columns, no functionality change.Chris Lattner
2008-11-14Add a new expression node, CXXOperatorCallExpr, which expresses aDouglas Gregor
2008-11-10Some cleanups to the declaration/checking of overloaded operators in C++. Tha...Douglas Gregor
2008-11-06Parsing, ASTs, and semantic analysis for the declaration of overloadedDouglas Gregor