[cfe-commits] r155232 - /cfe/trunk/include/clang/Sema/Sema.h
Richard Smith
richard-llvm at metafoo.co.uk
Fri Apr 20 13:34:25 PDT 2012
Author: rsmith
Date: Fri Apr 20 15:34:25 2012
New Revision: 155232
URL: http://llvm.org/viewvc/llvm-project?rev=155232&view=rev
Log:
Update doxygen comment to match changes in r155218.
Modified:
cfe/trunk/include/clang/Sema/Sema.h
Modified: cfe/trunk/include/clang/Sema/Sema.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Sema/Sema.h?rev=155232&r1=155231&r2=155232&view=diff
==============================================================================
--- cfe/trunk/include/clang/Sema/Sema.h (original)
+++ cfe/trunk/include/clang/Sema/Sema.h Fri Apr 20 15:34:25 2012
@@ -666,12 +666,7 @@
/// function.
///
/// This is basically a wrapper around PointerIntPair. The lowest bits of the
- /// integer are used to determine whether overload resolution succeeded, and
- /// whether, when looking up a copy constructor or assignment operator, we
- /// found a potential copy constructor/assignment operator whose first
- /// parameter is const-qualified. This is used for determining parameter types
- /// of other objects and is utterly meaningless on other types of special
- /// members.
+ /// integer are used to determine whether overload resolution succeeded.
class SpecialMemberOverloadResult : public llvm::FastFoldingSetNode {
public:
enum Kind {
More information about the cfe-commits
mailing list