[PATCH] D34417: Switch TestVisitor to Lang_C via -x c

2017-06-27 Thread Stephan Bergmann via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL306373: Switch TestVisitor to Lang_C via -x c (authored by sberg). Changed prior to commit: https://reviews.llvm.org/D34417?vs=103263&id=104101#toc Repository: rL LLVM https://reviews.llvm.org/D3441

[PATCH] D34417: Switch TestVisitor to Lang_C via -x c

2017-06-20 Thread Stephan Bergmann via Phabricator via cfe-commits
sberg created this revision. ...instead of -std=c99, as the latter lead to error: invalid argument '-std=c99' not allowed with 'C++' complaints in test logs https://reviews.llvm.org/D34417 Files: unittests/Tooling/TestVisitor.h Index: unittests/Tooling/TestVisitor.h