We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Analysis/CFG.h
preferred_type
1 parent c8a12ed commit ab2cef5Copy full SHA for ab2cef5
clang/include/clang/Analysis/CFG.h
@@ -879,6 +879,7 @@ class CFGBlock {
879
///
880
/// Optimization Note: This bit could be profitably folded with Terminator's
881
/// storage if the memory usage of CFGBlock becomes an issue.
882
+ LLVM_PREFERRED_TYPE(bool)
883
unsigned HasNoReturnElement : 1;
884
885
/// The parent CFG that owns this CFGBlock.
@@ -1007,7 +1008,9 @@ class CFGBlock {
1007
1008
1009
class FilterOptions {
1010
public:
1011
1012
unsigned IgnoreNullPredecessors : 1;
1013
1014
unsigned IgnoreDefaultsWithCoveredEnums : 1;
1015
1016
FilterOptions()
0 commit comments