[cfe-commits] r39497 - /cfe/cfe/trunk/test/Parser/cxx-reference.cpp

bwendlin at cs.uiuc.edu bwendlin at cs.uiuc.edu
Wed Jul 11 09:45:00 PDT 2007


Author: bwendlin
Date: Wed Jul 11 11:45:00 2007
New Revision: 39497

URL: http://llvm.org/viewvc/llvm-project?rev=39497&view=rev
Log:
Bug #:
Submitted by: Bill Wendling
Reviewed by:

C++ references testcase.

Added:
    cfe/cfe/trunk/test/Parser/cxx-reference.cpp   (with props)

Added: cfe/cfe/trunk/test/Parser/cxx-reference.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/cfe/trunk/test/Parser/cxx-reference.cpp?rev=39497&view=auto

==============================================================================
--- cfe/cfe/trunk/test/Parser/cxx-reference.cpp (added)
+++ cfe/cfe/trunk/test/Parser/cxx-reference.cpp Wed Jul 11 11:45:00 2007
@@ -0,0 +1,6 @@
+// RUN: clang -fsyntax-only %s
+extern char *bork;
+char *& bar = bork;
+
+void foo(int &a) {
+}

Propchange: cfe/cfe/trunk/test/Parser/cxx-reference.cpp

------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cfe/cfe/trunk/test/Parser/cxx-reference.cpp

------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision





More information about the cfe-commits mailing list