[prev in list] [next in list] [prev in thread] [next in thread] 

List:       cfe-commits
Subject:    [cfe-commits] r61453 - in /cfe/trunk/test/Sema:
From:       Sebastian Redl <sebastian.redl () getdesigned ! at>
Date:       2008-12-28 14:19:36
Message-ID: 200812281419.mBSEJcC7006754 () zion ! cs ! uiuc ! edu
[Download RAW message or body]

Author: cornedbee
Date: Sun Dec 28 08:19:27 2008
New Revision: 61453

URL: http://llvm.org/viewvc/llvm-project?rev=61453&view=rev
Log:
Fix filename typo.

Added:
    cfe/trunk/test/Sema/dllimport-dllexport.c   (props changed)
      - copied unchanged from r61452, cfe/trunk/test/Sema/dllimmport-dllexport.c
Removed:
    cfe/trunk/test/Sema/dllimmport-dllexport.c

Removed: cfe/trunk/test/Sema/dllimmport-dllexport.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Sema/dllimmport-dllexport.c?rev=61452&view=auto


==============================================================================
--- cfe/trunk/test/Sema/dllimmport-dllexport.c (original)
+++ cfe/trunk/test/Sema/dllimmport-dllexport.c (removed)
@@ -1,18 +0,0 @@
-// RUN: clang -fsyntax-only -verify %s
-
-inline void __attribute__((dllexport)) foo1(){} // expected-warning{{dllexport \
                attribute ignored}}
-inline void __attribute__((dllimport)) foo2(){} // expected-warning{{dllimport \
                attribute ignored}}
-
-void __attribute__((dllimport)) foo3(){} // expected-error{{dllimport attribute can \
                be applied only to symbol declaration}}
-
-void __attribute__((dllimport, dllexport)) foo4(); // expected-warning{{dllimport \
                attribute ignored}}
-
-void __attribute__((dllexport)) foo5();
-void __attribute__((dllimport)) foo5(); // expected-warning{{dllimport attribute \
                ignored}}
-
-typedef int __attribute__((dllexport)) type6; // expected-warning{{'dllexport' \
                attribute only applies to function or variable types}}
-
-typedef int __attribute__((dllimport)) type7; // expected-warning{{'dllimport' \
                attribute only applies to function or variable}}
-
-void __attribute__((dllimport)) foo6();
-void foo6(){} // expected-warning {{'foo6' redeclared without dllimport attribute: \
previous dllimport ignored}}

Propchange: cfe/trunk/test/Sema/dllimport-dllexport.c

------------------------------------------------------------------------------
    svn:mergeinfo = 


_______________________________________________
cfe-commits mailing list
cfe-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic