[cfe-commits] r128402 - /cfe/trunk/include/clang/AST/DeclBase.h

Eli Friedman eli.friedman at gmail.com
Sun Mar 27 19:00:21 PDT 2011


Author: efriedma
Date: Sun Mar 27 21:00:21 2011
New Revision: 128402

URL: http://llvm.org/viewvc/llvm-project?rev=128402&view=rev
Log:
Remove stray null from the middle of a comment.  (Found because my editor
was refusing to open the file.)


Modified:
    cfe/trunk/include/clang/AST/DeclBase.h

Modified: cfe/trunk/include/clang/AST/DeclBase.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/DeclBase.h?rev=128402&r1=128401&r2=128402&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/DeclBase.h (original)
+++ cfe/trunk/include/clang/AST/DeclBase.h Sun Mar 27 21:00:21 2011
@@ -441,7 +441,7 @@
   /// \brief Determine whether this is a weak-imported symbol.
   ///
   /// Weak-imported symbols are typically marked with the
-  /// 'weak_import' attr+  /// 'weak_import' attribute, but may also be marked with an
   /// 'availability' attribute where we're targing a platform prior to
   /// the introduction of this feature.
   bool isWeakImported() const;





More information about the cfe-commits mailing list