Skip to content

Commit 835365f

Browse files
authored
remove cxx03 test, fully unblocking c++1X development (#1903)
* remove cxx03 test, fully unblocking c++1X development * remove unnecessary macros * pre-commit * remove opt-in analyzer warnings from clang-tidy * revert some changes, flush streams * replace abort with exit(1) to call atexit and dtors * remove more endl and put in explicit flush
1 parent 933e6d3 commit 835365f

17 files changed

+69
-327
lines changed

.github/workflows/clang-tidy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
- name: run
3636
shell: bash
3737
working-directory: ${{ runner.workspace }}/_build
38-
run: run-clang-tidy -checks=*,-clang-analyzer-deadcode*
38+
run: run-clang-tidy -checks=*,-clang-analyzer-deadcode*,-clang-analyzer-optin*

0 commit comments

Comments
 (0)