You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--add-compiler-defaults option should cut out the "sysroot" arg from the original build action and call the cross compiler detection in (log_parser.py)
auto-detected include paths should be added by -isystem to clang (instead of -I) to get at the end of the inclusion list
clang tidy does not get the auto-detected target and include pahts, however it should
The text was updated successfully, but these errors were encountered:
--add-compiler-defaults option should cut out the "sysroot" arg from the original build action and call the cross compiler detection in (log_parser.py)
auto-detected include paths should be added by -isystem to clang (instead of -I) to get at the end of the inclusion list
clang tidy does not get the auto-detected target and include pahts, however it should
The text was updated successfully, but these errors were encountered: