]> git.saurik.com Git - bison.git/commit
tests: please clang and use ".cc", not ".c", for C++ input
authorAkim Demaille <akim@lrde.epita.fr>
Mon, 28 Jan 2013 15:50:50 +0000 (16:50 +0100)
committerAkim Demaille <akim@lrde.epita.fr>
Mon, 8 Apr 2013 11:29:26 +0000 (13:29 +0200)
commitb0db817ff28727905bfb106bd5304d31b151da65
tree714c399093cef8b92d1d9506a59cbc4bd082379a
parenta565f732762ab6f5918805a306c7a4d17e2b8da7
tests: please clang and use ".cc", not ".c", for C++ input

When fed with foo.c, clang++ 3.2 answers:

  clang: error: treating 'c' input as 'c++' when in C++ mode,
                this behavior is deprecated

* tests/output.at (AT_CHECK_OUTPUT_FILE_NAME): Use *.cc and *.hh
for C++.
tests/output.at