Skip to content

Commit

Permalink
setup clangd on new computer
Browse files Browse the repository at this point in the history
  • Loading branch information
Zilong-Li committed Dec 5, 2023
1 parent c8e6f67 commit 2b71456
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .clangd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

CompileFlags: # Tweak the parse settings
Add: [-std=c++11, -I/Library/Frameworks/R.framework/Versions/4.1/Resources/include, -I/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include]
Add: [-std=c++11, -I/usr/include/c++/11, -I/usr/include/x86_64-linux-gnu/c++/11, -I/usr/share/R/include, -I/home/zilong/R/x86_64-pc-linux-gnu-library/4.3/Rcpp/include, -I./htslib-1.18]
Remove: -W* # strip all other warning-related flags
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Description: The https://github.com/Zilong-Li/vcfpp is an easy-to-use C++ API of
Encoding: UTF-8
Depends: R (>= 3.6.0)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
RoxygenNote: 7.2.3
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Expand Down

0 comments on commit 2b71456

Please sign in to comment.