john.brawn added a comment.

This also causes the AnnotateFunctions example to no longer build:

  
/home/jb/work/llvm-project/clang/examples/AnnotateFunctions/AnnotateFunctions.cpp:
 In member function ‘virtual bool 
{anonymous}::AnnotateFunctionsConsumer::HandleTopLevelDecl(clang::DeclGroupRef)’:
  
/home/jb/work/llvm-project/clang/examples/AnnotateFunctions/AnnotateFunctions.cpp:36:70:
 error: no matching function for call to 
‘clang::AnnotateAttr::CreateImplicit(clang::ASTContext&, const char [19])’
                                                    "example_annotation"));
                                                                        ^

it looks like it needs to be adjusted for the extra variadic arg that the 
attribute now has.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88645/new/

https://reviews.llvm.org/D88645

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to