]> granicus.if.org Git - clang/commitdiff
Update doxygen comment to match changes in r155218.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 20 Apr 2012 20:34:25 +0000 (20:34 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 20 Apr 2012 20:34:25 +0000 (20:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155232 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Sema/Sema.h

index fc28ac3a5307fd2a88985d97d570416b385d4c84..dcf7dea873bdd3ef5664a4077af41563ccfa0e1f 100644 (file)
@@ -666,12 +666,7 @@ public:
   /// 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 {