Hi,all
I'm begin to hacking Clang,but I can't find the main function in the
doxygen-generated page,who can tell me where is the "main()"?
Thank you !
Zhunan
2009.9.9
Hi,all
I'm begin to hacking Clang,but I can't find the main function in the
doxygen-generated page,who can tell me where is the "main()"?
Thank you !
Zhunan
2009.9.9
There are two primary ones which get invoked for a normal call to the
"clang" executable; one is in clang/tools/clang-cc/clang-cc.cpp, and
one is in clang/tools/driver/driver.cpp.
-Eli