[cfe-commits] r101006 - /cfe/trunk/lib/Parse/AttributeList.cpp

Chris Lattner sabre at nondot.org
Sun Apr 11 19:18:49 PDT 2010


Author: lattner
Date: Sun Apr 11 21:18:49 2010
New Revision: 101006

URL: http://llvm.org/viewvc/llvm-project?rev=101006&view=rev
Log:
other half of r101005

Modified:
    cfe/trunk/lib/Parse/AttributeList.cpp

Modified: cfe/trunk/lib/Parse/AttributeList.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Parse/AttributeList.cpp?rev=101006&r1=101005&r2=101006&view=diff
==============================================================================
--- cfe/trunk/lib/Parse/AttributeList.cpp (original)
+++ cfe/trunk/lib/Parse/AttributeList.cpp Sun Apr 11 21:18:49 2010
@@ -105,6 +105,7 @@
     .Case("overloadable", AT_overloadable)
     .Case("address_space", AT_address_space)
     .Case("always_inline", AT_always_inline)
+    .Case("returns_twice", IgnoredAttribute)
     .Case("vec_type_hint", IgnoredAttribute)
     .Case("objc_exception", AT_objc_exception)
     .Case("ext_vector_type", AT_ext_vector_type)





More information about the cfe-commits mailing list