Reverting r222638; it broke the MSVC build bots because Visual Studio 2012 does not...
authorAaron Ballman <aaron@aaronballman.com>
Mon, 24 Nov 2014 15:42:34 +0000 (15:42 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Mon, 24 Nov 2014 15:42:34 +0000 (15:42 +0000)
commit484ee9b4043e985589bb5d194b1b56351fdc9e25
treeb3186321ce4832b2018b65752162f0e3a969fcc1
parentef43413593f2de126139f1242c27c00c131bb938
Reverting r222638; it broke the MSVC build bots because Visual Studio 2012 does not support variadic templates. Also reverting r222641 because it was relying on 222638.

llvm-svn: 222656
clang/lib/Format/ContinuationIndenter.cpp
clang/lib/Format/Format.cpp
clang/lib/Format/FormatToken.h
clang/lib/Format/TokenAnnotator.cpp
clang/lib/Format/WhitespaceManager.cpp
clang/unittests/Format/FormatTestJava.cpp