clang 20.0.0git
|
InterProceduralData aims to be a storage of whatever data should be passed between analyses of different functions. More...
Public Attributes | |
CalledOnceInterProceduralData | CalledOnceData |
InterProceduralData aims to be a storage of whatever data should be passed between analyses of different functions.
At the moment, its primary goal is to make the information gathered during the analysis of the blocks available during the analysis of the enclosing function. This is important due to the fact that blocks are analyzed before the enclosed function is even parsed fully, so it is not viable to access anything in the outer scope while analyzing the block. On the other hand, re-building CFG for blocks and re-analyzing them when we do have all the information (i.e. during the analysis of the enclosing function) seems to be ill-designed.
Definition at line 2435 of file AnalysisBasedWarnings.cpp.
CalledOnceInterProceduralData clang::sema::AnalysisBasedWarnings::InterProceduralData::CalledOnceData |
Definition at line 2439 of file AnalysisBasedWarnings.cpp.