[cfe-commits] r158285 - /cfe/trunk/include/clang/AST/Attr.h

James Dennett jdennett at google.com
Sat Jun 9 16:00:13 PDT 2012


Author: jdennett
Date: Sat Jun  9 18:00:13 2012
New Revision: 158285

URL: http://llvm.org/viewvc/llvm-project?rev=158285&view=rev
Log:
Fix the top-of-file comment in Attr.h to say that it's about attributes, not
expressions.


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

Modified: cfe/trunk/include/clang/AST/Attr.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/Attr.h?rev=158285&r1=158284&r2=158285&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/Attr.h (original)
+++ cfe/trunk/include/clang/AST/Attr.h Sat Jun  9 18:00:13 2012
@@ -1,4 +1,4 @@
-//===--- Attr.h - Classes for representing expressions ----------*- C++ -*-===//
+//===--- Attr.h - Classes for representing attributes ----------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //





More information about the cfe-commits mailing list