This is an archive of the discontinued LLVM Phabricator instance.

[clang][analyzer] Modify include AllocationState.h in PutenvWithAutoChecker.cpp
ClosedPublic

Authored by usaxena95 on Feb 20 2020, 8:17 AM.

Details

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.

Diff Detail

Event Timeline

usaxena95 created this revision.Feb 20 2020, 8:17 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 20 2020, 8:17 AM
kadircet accepted this revision.Feb 20 2020, 8:23 AM
This revision is now accepted and ready to land.Feb 20 2020, 8:23 AM
This revision was automatically updated to reflect the committed changes.