File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
clang/include/clang/Analysis/FlowSensitive Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -529,13 +529,13 @@ class Environment {
529
529
530
530
// / Adds `Val` to the set of clauses that constitute the flow condition.
531
531
void addToFlowCondition (const Formula &);
532
- LLVM_DEPRECATED ( " Use Formula version instead" , " " )
532
+ // / Deprecated: Use Formula version instead.
533
533
void addToFlowCondition (BoolValue &Val);
534
534
535
535
// / Returns true if and only if the clauses that constitute the flow condition
536
536
// / imply that `Val` is true.
537
537
bool flowConditionImplies (const Formula &) const ;
538
- LLVM_DEPRECATED ( " Use Formula version instead" , " " )
538
+ // / Deprecated: Use Formula version instead.
539
539
bool flowConditionImplies (BoolValue &Val) const ;
540
540
541
541
// / Returns the `DeclContext` of the block being analysed, if any. Otherwise,
You can’t perform that action at this time.
0 commit comments