[cfe-commits] r39339 - /cfe/cfe/trunk/test/Parser/cxx-bool.cpp

wendling at cs.uiuc.edu wendling at cs.uiuc.edu
Wed Jul 11 09:43:19 PDT 2007


Author: wendling
Date: Wed Jul 11 11:43:18 2007
New Revision: 39339

URL: http://llvm.org/viewvc/llvm-project?rev=39339&view=rev
Log:
Testcase for bool types.

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

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

==============================================================================
--- cfe/cfe/trunk/test/Parser/cxx-bool.cpp (added)
+++ cfe/cfe/trunk/test/Parser/cxx-bool.cpp Wed Jul 11 11:43:18 2007
@@ -0,0 +1,4 @@
+// RUN: clang -fsyntax-only %s
+
+bool a = true;
+bool b = false;

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

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

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

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





More information about the cfe-commits mailing list