diff options
| author | Tim Northover <tnorthover@apple.com> | 2018-11-01 18:37:42 +0000 |
|---|---|---|
| committer | Tim Northover <tnorthover@apple.com> | 2018-11-01 18:37:42 +0000 |
| commit | eedc0f0f1a4a4c4f3feb2d2604c58fc8e113ce6b (patch) | |
| tree | 12a08d048e9b443fb79305eec011e3b9156c4914 /clang/lib/Analysis/PrintfFormatString.cpp | |
| parent | 60cce5c78267cced3ec9bbb24f8e94b88b7710d4 (diff) | |
| download | bcm5719-llvm-eedc0f0f1a4a4c4f3feb2d2604c58fc8e113ce6b.tar.gz bcm5719-llvm-eedc0f0f1a4a4c4f3feb2d2604c58fc8e113ce6b.zip | |
Revert "Reapply Logging: make os_log buffer size an integer constant expression."
Still more dependency hell.
llvm-svn: 345871
Diffstat (limited to 'clang/lib/Analysis/PrintfFormatString.cpp')
| -rw-r--r-- | clang/lib/Analysis/PrintfFormatString.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Analysis/PrintfFormatString.cpp b/clang/lib/Analysis/PrintfFormatString.cpp index d6f1d67bf15..dcb15c5e375 100644 --- a/clang/lib/Analysis/PrintfFormatString.cpp +++ b/clang/lib/Analysis/PrintfFormatString.cpp @@ -13,7 +13,7 @@ //===----------------------------------------------------------------------===// #include "clang/Analysis/Analyses/FormatString.h" -#include "clang/AST/OSLog.h" +#include "clang/Analysis/Analyses/OSLog.h" #include "FormatStringParsing.h" #include "clang/Basic/TargetInfo.h" |

