r201617 - Add missing test file for r201615
Reid Kleckner
reid at kleckner.net
Tue Feb 18 15:57:59 PST 2014
Author: rnk
Date: Tue Feb 18 17:57:59 2014
New Revision: 201617
URL: http://llvm.org/viewvc/llvm-project?rev=201617&view=rev
Log:
Add missing test file for r201615
Added:
cfe/trunk/test/Preprocessor/Inputs/microsoft-header-search/falsepos.h
Added: cfe/trunk/test/Preprocessor/Inputs/microsoft-header-search/falsepos.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Preprocessor/Inputs/microsoft-header-search/falsepos.h?rev=201617&view=auto
==============================================================================
--- cfe/trunk/test/Preprocessor/Inputs/microsoft-header-search/falsepos.h (added)
+++ cfe/trunk/test/Preprocessor/Inputs/microsoft-header-search/falsepos.h Tue Feb 18 17:57:59 2014
@@ -0,0 +1,3 @@
+#pragma once
+
+#warning successfully resolved the falsepos.h header
More information about the cfe-commits
mailing list