aboutsummaryrefslogtreecommitdiffstats
path: root/misc/mutator.td
blob: f08fe03e71131954a304b783d1939f0269386fb0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
def mutator_ignore : InheritableAttr
{
  let Spellings = [CXX11<"clang", "mutator-ignore", "">];
  let Subjects = Subjectlist<[Var, ObjCIvar, Type, Enum, EnumConstant, Label, Field, ObjCMethod, FunctionLike, CXXRecord]>;
  let Documentation = [Undocumented];
  let ASTNode = 0;
  let Args = [BoolArgument<"ExtendToDeclRefExpr">];
  let Semahandler = 0;
}