Skip to content

Return empty string if line or column is unknown, add pointer checks #210

Return empty string if line or column is unknown, add pointer checks

Return empty string if line or column is unknown, add pointer checks #210

Workflow file for this run

name: macOS Build
on: [push]
jobs:
build:
name: build
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
with:
submodules: 'true'
- name: build
run: |
cmake ./
make -j4