Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++

Requirement

brew install gcc
brew install llvm

build

make build

clangd

Macにデフォルトで搭載されているclangdは古いのでbrewで入れたllvmに付属するclangdを利用

{
    "clangd": {
        "command": "/opt/homebrew/opt/llvm/bin/clangd",
        "rootPatterns": [".git/", "compile_flags.txt", "compile_commands.json"],
        "filetypes": ["c", "cpp", "objc", "objcpp"]
    }
}

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages