Hello,
With latest LLDB build, i am getting the below error regarding
incomplete type in Clang:
Hello,
With latest LLDB build, i am getting the below error regarding
incomplete type in Clang:
I see this a lot. I've worked around it by adding an include of
lldb/Symbol/ClangNamespaceDecl.h in each file that gets this error.
For some reason Clang accepts this, but Gcc and MS VC both complain.
-Dawn