-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Description
Hello,
I am getting the below error while building the pluto dev version master branch
make[4]: Entering directory '/home/user/pluto/pet'
CXX clang.lo
CXX expr_plus.lo
CXX inlined_calls.lo
In file included from inlined_calls.cc:41:0:
inlined_calls.cc: In member function ‘void pet_inlined_calls::add(clang::CallExpr*)’:
config.h:185:23: error: ‘class clang::FunctionDecl’ has no member named ‘getResultType’; did you mean ‘getReturnType’?
#define getReturnType getResultType
^
config.h:185:23: note: in definition of macro ‘getReturnType’
#define getReturnType getResultType
^~~~~~~~~~~~~
I am using clang 11 and ubuntu 18.04.
Metadata
Metadata
Assignees
Labels
No labels