summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/expression-traits.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed plausible overloads location.Abramo Bagnara2011-11-151-2/+2
| | | | llvm-svn: 144700
* Catch placeholder types in DefaultLvalueConversionJohn McCall2011-10-111-5/+5
| | | | | | | | | | | and DefaultFunctionArrayLvalueConversion. To prevent significant regression for should-this-be-a-call fixits, and to repair some such regression from the introduction of bound member placeholders, make those placeholder checks try to build calls appropriately. Harden the build-a-call logic while we're at it. llvm-svn: 141738
* De-Unicode-ify.NAKAMURA Takumi2011-08-121-15/+15
| | | | llvm-svn: 137430
* Make yet another placeholder type, this one marking that an expression is a ↵John McCall2011-04-261-12/+12
| | | | | | | | | | | bound member function, i.e. something of the form 'x.f' where 'f' is a non-static member function. Diagnose this in the general case. Some of the new diagnostics are probably worse than the old ones, but we now get this right much more universally, and there's certainly room for improvement in the diagnostics. llvm-svn: 130239
* t/clang/expr-traitsJohn Wiegley2011-04-251-0/+620
Patch authored by David Abrahams. These two expression traits (__is_lvalue_expr, __is_rvalue_expr) are used for parsing code that employs certain features of the Embarcadero C++ compiler. llvm-svn: 130122
OpenPOWER on IntegriCloud