Run wpiformat on merged repo (#1021)

This commit is contained in:
Tyler Veness
2018-05-13 17:09:56 -07:00
committed by Peter Johnson
parent 0babbf317c
commit 6729a7d6b1
481 changed files with 9581 additions and 6828 deletions

View File

@@ -7,11 +7,13 @@
#pragma once
// clang-format off
#ifdef _MSC_VER
#pragma message "warning: llvm/raw_os_ostream.h is deprecated; include wpi/raw_os_ostream.h instead"
#else
#warning "llvm/raw_os_ostream.h is deprecated; include wpi/raw_os_ostream.h instead"
#endif
// clang-format on
#include "wpi/raw_os_ostream.h"