Stop abusing SuppressAllDiagnostics when speculatively determining
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 16 Aug 2019 19:53:22 +0000 (19:53 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 16 Aug 2019 19:53:22 +0000 (19:53 +0000)
commit2e3ed4a852d07ef2d329fbb391a8d1c5bec337d2
treefdc1bc03d6d9c9229e0e06df02585afff0c0c381
parent234eda563df3c207ed641c0ee550d73e10577d82
Stop abusing SuppressAllDiagnostics when speculatively determining
whether an expression would be valid during error recovery.

llvm-svn: 369145
clang/lib/Parse/ParseExpr.cpp
clang/lib/Sema/Sema.cpp
clang/lib/Sema/SemaOpenMP.cpp