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
Refactored the detection of compiler type and standard version
into a Bash function.
This function determines the compiler in use, extracts the
standard version, and constructs the necessary macro definitions
for static analysis tools. The detected macros are then passed
to cppcheck to ensure proper environment simulation.
- Improve code organization and clarity
- Ensure static analysis tools receive accurate macro definitions
- Support both GCC and Clang detection
Change-Id: I5e37ece6fddb27eeb2eff2dc582aa0f6949db945
0 commit comments