Skip to content

Commit

Permalink
Remove clangd workaround for u8string, which has been fixed in latest…
Browse files Browse the repository at this point in the history
… clion.
  • Loading branch information
RimuruChan committed Jan 21, 2023
1 parent d8a2c96 commit a012ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clangd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Diagnostics:
Suppress: ["-Wmicrosoft-enum-forward-reference", "-Wc++11-narrowing"]
CompileFlags:
Add: ["-ferror-limit=0", "-D__FUNCTION__=\"dummy\"", "-D_CRT_USE_BUILTIN_OFFSETOF", "-D__cpp_lib_char8_t"]
Add: ["-ferror-limit=0", "-D__FUNCTION__=\"dummy\"", "-D_CRT_USE_BUILTIN_OFFSETOF"]

0 comments on commit a012ae7

Please sign in to comment.