[all-commits] [llvm/llvm-project] cb54c1: [clang][analyzer] Modify include AllocationState.h...
UTKARSH SAXENA via All-commits
all-commits at lists.llvm.org
Thu Feb 20 08:24:29 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: cb54c13c217b3e5fcda5c97bab229c1f9c3934b7
https://github.com/llvm/llvm-project/commit/cb54c13c217b3e5fcda5c97bab229c1f9c3934b7
Author: Utkarsh Saxena <usx at google.com>
Date: 2020-02-20 (Thu, 20 Feb 2020)
Changed paths:
M clang/lib/StaticAnalyzer/Checkers/cert/PutenvWithAutoChecker.cpp
Log Message:
-----------
[clang][analyzer] Modify include AllocationState.h in PutenvWithAutoChecker.cpp
Summary:
PutenvWithAutoChecker.cpp used to include "AllocationState.h" that is present in project root.
This makes build systems like blaze unhappy. Made it include the header relative to source file.
Reviewers: kadircet
Subscribers: xazax.hun, baloghadamsoftware, szepet, a.sidorin, mikhail.ramalho, Szelethus, donat.nagy, dkrupp, Charusso, martong, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D74906
More information about the All-commits
mailing list