[all-commits] [llvm/llvm-project] cf2bb2: [clang][cli] CompilerInvocationTest: join two test...
Jan Svoboda via All-commits
all-commits at lists.llvm.org
Tue Dec 8 23:59:41 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cf2bb2239252c0e1970e646308ae6fb552fcb002
https://github.com/llvm/llvm-project/commit/cf2bb2239252c0e1970e646308ae6fb552fcb002
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2020-12-09 (Wed, 09 Dec 2020)
Changed paths:
M clang/unittests/Frontend/CompilerInvocationTest.cpp
Log Message:
-----------
[clang][cli] CompilerInvocationTest: join two test fixtures into one
Reviewed By: dexonsmith
Differential Revision: https://reviews.llvm.org/D92825
Commit: f825ec86e14b1369a9edf382d65259351eae679e
https://github.com/llvm/llvm-project/commit/f825ec86e14b1369a9edf382d65259351eae679e
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2020-12-09 (Wed, 09 Dec 2020)
Changed paths:
M clang/unittests/Frontend/CompilerInvocationTest.cpp
Log Message:
-----------
[clang][cli] CompilerInvocationTest: rename member variable in fixture
Depends on D92825.
Reviewed By: dexonsmith
Differential Revision: https://reviews.llvm.org/D92826
Commit: 5afff86d26163bc3ba93fb299ccfc2522d3fdc94
https://github.com/llvm/llvm-project/commit/5afff86d26163bc3ba93fb299ccfc2522d3fdc94
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2020-12-09 (Wed, 09 Dec 2020)
Changed paths:
M clang/unittests/Frontend/CompilerInvocationTest.cpp
Log Message:
-----------
[clang][cli] CompilerInvocationTest: split enum test into two
Depends on D92826.
Reviewed By: dexonsmith
Differential Revision: https://reviews.llvm.org/D92827
Commit: 4894e423e7b4b121bd4fb23cdba9870ff0f2a6b6
https://github.com/llvm/llvm-project/commit/4894e423e7b4b121bd4fb23cdba9870ff0f2a6b6
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2020-12-09 (Wed, 09 Dec 2020)
Changed paths:
M clang/unittests/Frontend/CompilerInvocationTest.cpp
Log Message:
-----------
[clang][cli] CompilerInvocationTest: remove unnecessary command line arguments
Depends on D92827.
Reviewed By: dexonsmith
Differential Revision: https://reviews.llvm.org/D92828
Commit: 03692bae1fc9b6232de7caea3b57ad2f3dc2a9d0
https://github.com/llvm/llvm-project/commit/03692bae1fc9b6232de7caea3b57ad2f3dc2a9d0
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2020-12-09 (Wed, 09 Dec 2020)
Changed paths:
M clang/unittests/Frontend/CompilerInvocationTest.cpp
Log Message:
-----------
[clang][cli] CompilerInvocationTest: check arg parsing does not produce diagnostics
Depends on D92828.
Reviewed By: dexonsmith
Differential Revision: https://reviews.llvm.org/D92829
Commit: 216d43053b4e7327e5f9eb5705a7c8e4f6ae850b
https://github.com/llvm/llvm-project/commit/216d43053b4e7327e5f9eb5705a7c8e4f6ae850b
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2020-12-09 (Wed, 09 Dec 2020)
Changed paths:
M clang/unittests/Frontend/CompilerInvocationTest.cpp
Log Message:
-----------
[clang][cli] CompilerInvocationTest: join and add test cases
Depends on D92829.
Reviewed By: dexonsmith
Differential Revision: https://reviews.llvm.org/D92830
Commit: 35621cc2e3b3778abc2bacf37f3b1e9dfac52895
https://github.com/llvm/llvm-project/commit/35621cc2e3b3778abc2bacf37f3b1e9dfac52895
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2020-12-09 (Wed, 09 Dec 2020)
Changed paths:
M clang/unittests/Frontend/CompilerInvocationTest.cpp
Log Message:
-----------
[clang][cli] CompilerInvocationTest: add tests for boolean options
Add more tests of the command line marshalling infrastructure.
The new tests now make a "round-trip": from arguments, to CompilerInvocation instance to arguments again in a single test case.
The TODOs are resolved in a follow-up patch.
Depends on D92830.
Reviewed By: dexonsmith
Differential Revision: https://reviews.llvm.org/D92774
Compare: https://github.com/llvm/llvm-project/compare/384383e15c17...35621cc2e3b3
More information about the All-commits
mailing list