[llvm-commits] [llvm] r168963 - in /llvm/trunk/include/llvm: ADT/Optional.h Support/Compiler.h

Sean Silva silvas at purdue.edu
Fri Nov 30 16:40:41 PST 2012


Aren't these thingies called "ref-qualifier"s? Maybe the macro could
be called LLVM_LVALUE_REF_QUALIFER? I find LLVM_LVALUE_FUNCTION a bit
opaque. Also, is it even legal to apply a ref-qualifier to just any
function? I was under the impression that it needed to be a
(non-static) member function, so just FUNCTION seems a bit misleading.

-- Sean Silva



More information about the llvm-commits mailing list