summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Lex/PPConditionalDirectiveRecordTest.cpp
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-05-02 03:43:38 +0000
committerAlp Toker <alp@nuanti.com>2014-05-02 03:43:38 +0000
commit9663780e3573a5cbd5b631bf5ccd691563c98e24 (patch)
treec970705470988c9d54e75b0999edeaf1f7df8a39 /clang/unittests/Lex/PPConditionalDirectiveRecordTest.cpp
parent1ae02f68bea80c5114b808455b922667339f4c90 (diff)
downloadbcm5719-llvm-9663780e3573a5cbd5b631bf5ccd691563c98e24.tar.gz
bcm5719-llvm-9663780e3573a5cbd5b631bf5ccd691563c98e24.zip
Reformat code following Preprocessor constructor updates
Landing this separately to make the previous commits easy to follow at home. llvm-svn: 207826
Diffstat (limited to 'clang/unittests/Lex/PPConditionalDirectiveRecordTest.cpp')
-rw-r--r--clang/unittests/Lex/PPConditionalDirectiveRecordTest.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/unittests/Lex/PPConditionalDirectiveRecordTest.cpp b/clang/unittests/Lex/PPConditionalDirectiveRecordTest.cpp
index 3028f60b57f..ff81fa0bb6a 100644
--- a/clang/unittests/Lex/PPConditionalDirectiveRecordTest.cpp
+++ b/clang/unittests/Lex/PPConditionalDirectiveRecordTest.cpp
@@ -97,9 +97,9 @@ TEST_F(PPConditionalDirectiveRecordTest, PPRecAPI) {
VoidModuleLoader ModLoader;
HeaderSearch HeaderInfo(new HeaderSearchOptions, SourceMgr, Diags, LangOpts,
Target.getPtr());
- Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts,
- SourceMgr, HeaderInfo, ModLoader,
- /*IILookup =*/ 0,
+ Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, SourceMgr,
+ HeaderInfo, ModLoader,
+ /*IILookup =*/0,
/*OwnsHeaderSearch =*/false);
PP.Initialize(*Target);
PPConditionalDirectiveRecord *
OpenPOWER on IntegriCloud