Deleted Added
full compact
3c3,5
< // The LLVM Compiler Infrastructure
---
> // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
> // See https://llvm.org/LICENSE.txt for license information.
> // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
5,7d6
< // This file is distributed under the University of Illinois Open Source
< // License. See LICENSE.TXT for details.
< //
91c90
< State = State->assume(*L, /*Assumption=*/true);
---
> State = State->assume(*L, /*assumption=*/true);
110c109
< State = State->assume(*L, /*Assumption=*/true);
---
> State = State->assume(*L, /*assumption=*/true);
252d250
<
255a254,257
>
> bool ento::shouldRegisterTrustNonnullChecker(const LangOptions &LO) {
> return true;
> }