Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ExprConstant] Try fixing __builtin_constant_p after D54355 (rC347417)
Summary: Reinstate the original behavior (Success(false, E)) before D54355 when this branch is taken. This fixes spurious error of the following snippet: extern char extern_var; struct { int a; } a = {__builtin_constant_p(extern_var)}; llvm-svn: 348037
- Loading branch information