feat: ✨ Backup
This commit is contained in:
@ -39,7 +39,7 @@
|
||||
{
|
||||
"directoryIndex" : 0,
|
||||
"id" : "TP1::@6890427a1f51a3e7e1df",
|
||||
"jsonFile" : "target-TP1-Debug-83e9d4b3dcf0ee2fb3a0.json",
|
||||
"jsonFile" : "target-TP1-Debug-27a412ce2c6a52b7b773.json",
|
||||
"name" : "TP1",
|
||||
"projectIndex" : 0
|
||||
}
|
@ -26,7 +26,7 @@
|
||||
"objects" :
|
||||
[
|
||||
{
|
||||
"jsonFile" : "codemodel-v2-b37cfef57ab86863ca03.json",
|
||||
"jsonFile" : "codemodel-v2-27eaa4b09aea2bb0457b.json",
|
||||
"kind" : "codemodel",
|
||||
"version" :
|
||||
{
|
||||
@ -86,7 +86,7 @@
|
||||
},
|
||||
"codemodel-v2" :
|
||||
{
|
||||
"jsonFile" : "codemodel-v2-b37cfef57ab86863ca03.json",
|
||||
"jsonFile" : "codemodel-v2-27eaa4b09aea2bb0457b.json",
|
||||
"kind" : "codemodel",
|
||||
"version" :
|
||||
{
|
@ -10,7 +10,9 @@
|
||||
{
|
||||
"commands" :
|
||||
[
|
||||
"add_executable"
|
||||
"add_executable",
|
||||
"add_link_options",
|
||||
"add_compile_options"
|
||||
],
|
||||
"files" :
|
||||
[
|
||||
@ -24,8 +26,20 @@
|
||||
{
|
||||
"command" : 0,
|
||||
"file" : 0,
|
||||
"line" : 10,
|
||||
"parent" : 0
|
||||
},
|
||||
{
|
||||
"command" : 1,
|
||||
"file" : 0,
|
||||
"line" : 6,
|
||||
"parent" : 0
|
||||
},
|
||||
{
|
||||
"command" : 2,
|
||||
"file" : 0,
|
||||
"line" : 5,
|
||||
"parent" : 0
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -35,7 +49,11 @@
|
||||
"compileCommandFragments" :
|
||||
[
|
||||
{
|
||||
"fragment" : "-g -std=gnu++20 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -fcolor-diagnostics"
|
||||
"fragment" : "-g -fno-omit-frame-pointer -fsanitize=address -std=gnu++20 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -fcolor-diagnostics"
|
||||
},
|
||||
{
|
||||
"backtrace" : 3,
|
||||
"fragment" : "-fsanitize=address"
|
||||
}
|
||||
],
|
||||
"language" : "CXX",
|
||||
@ -55,7 +73,9 @@
|
||||
4,
|
||||
6,
|
||||
8,
|
||||
10
|
||||
10,
|
||||
12,
|
||||
14
|
||||
]
|
||||
}
|
||||
],
|
||||
@ -65,12 +85,17 @@
|
||||
"commandFragments" :
|
||||
[
|
||||
{
|
||||
"fragment" : "-g",
|
||||
"fragment" : "-g -fno-omit-frame-pointer -fsanitize=address",
|
||||
"role" : "flags"
|
||||
},
|
||||
{
|
||||
"fragment" : "",
|
||||
"role" : "flags"
|
||||
},
|
||||
{
|
||||
"backtrace" : 2,
|
||||
"fragment" : "-fsanitize=address",
|
||||
"role" : "flags"
|
||||
}
|
||||
],
|
||||
"language" : "CXX"
|
||||
@ -94,7 +119,9 @@
|
||||
4,
|
||||
6,
|
||||
8,
|
||||
10
|
||||
10,
|
||||
12,
|
||||
14
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -105,7 +132,9 @@
|
||||
5,
|
||||
7,
|
||||
9,
|
||||
11
|
||||
11,
|
||||
13,
|
||||
15
|
||||
]
|
||||
}
|
||||
],
|
||||
@ -177,6 +206,28 @@
|
||||
"backtrace" : 1,
|
||||
"path" : "W000.h",
|
||||
"sourceGroupIndex" : 1
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "Compteur.cpp",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"path" : "Compteur.h",
|
||||
"sourceGroupIndex" : 1
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"compileGroupIndex" : 0,
|
||||
"path" : "TesteurXBots.cpp",
|
||||
"sourceGroupIndex" : 0
|
||||
},
|
||||
{
|
||||
"backtrace" : 1,
|
||||
"path" : "TesteurXBots.h",
|
||||
"sourceGroupIndex" : 1
|
||||
}
|
||||
],
|
||||
"type" : "EXECUTABLE"
|
Reference in New Issue
Block a user