You've already forked llvm-project
mirror of
https://github.com/encounter/llvm-project.git
synced 2026-03-30 11:27:19 -07:00
47caf9a956
For the Objective-C case, we do not have a "function type" notion, so we actually end up wrapping the clang ObjCMethodDecl in the Impl object, and ask function-y questions of it In general, you can always ask for return type, number of arguments, and type of each argument using the TypeMemberFunction layer - but in the C++ case, you can also acquire a Type object for the function itself, which instead you can't do in the Objective-C case llvm-svn: 218132
6 lines
79 B
Makefile
6 lines
79 B
Makefile
LEVEL = ../../make
|
|
|
|
OBJCXX_SOURCES := main.mm
|
|
|
|
include $(LEVEL)/Makefile.rules
|