diff options
author | Shoaib Meenai <smeenai@fb.com> | 2019-06-10 23:24:02 +0000 |
---|---|---|
committer | Shoaib Meenai <smeenai@fb.com> | 2019-06-10 23:24:02 +0000 |
commit | 5062cf599ca2602f03c42404f3951449d24c5c8b (patch) | |
tree | 6807adaad11757b1d4be385a1f8527986fc0b819 /clang/test/Analysis/method-call-path-notes.cpp | |
parent | 7ea131c20c113b78085301a1acd7b28884ec131e (diff) | |
download | bcm5719-llvm-5062cf599ca2602f03c42404f3951449d24c5c8b.tar.gz bcm5719-llvm-5062cf599ca2602f03c42404f3951449d24c5c8b.zip |
[Support] Explicitly detect recursive response files
Previous detection relied upon an arbitrary hard coded limit of 21
response files, which some code bases were running up against.
The new detection maintains a stack of processing response files and
explicitly checks if a newly encountered file is in the current stack.
Some bookkeeping data is necessary in order to detect when to pop the
stack.
Patch by Chris Glover.
Differential Revision: https://reviews.llvm.org/D62798
llvm-svn: 363005
Diffstat (limited to 'clang/test/Analysis/method-call-path-notes.cpp')
0 files changed, 0 insertions, 0 deletions