[all-commits] [llvm/llvm-project] b4b35a: [clang] [unittest] Add a test for Generic_GCC::GCC...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Wed Oct 18 02:36:42 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b4b35a5d2b4ee26bf79b8a92715dd200f3f9cc49
https://github.com/llvm/llvm-project/commit/b4b35a5d2b4ee26bf79b8a92715dd200f3f9cc49
Author: Martin Storsjö <martin at martin.st>
Date: 2023-10-18 (Wed, 18 Oct 2023)
Changed paths:
M clang/unittests/Driver/CMakeLists.txt
A clang/unittests/Driver/GCCVersionTest.cpp
Log Message:
-----------
[clang] [unittest] Add a test for Generic_GCC::GCCVersion::Parse (#69078)
This adds actual test cases for all the cases that are listed in a code
comment in the implementation of this function; having such test
coverage eases doing further modifications to the function.
More information about the All-commits
mailing list