aboutsummaryrefslogtreecommitdiffstats
path: root/compile_commands.json
blob: 8a07e941f3aa9ef6e605d4480d9aa498b7b42aab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[
    {
        "arguments": [
            "clang++",
            "-c",
            "-fpic",
            "-I/usr/lib/llvm-10/include",
            "-std=c++14",
            "-fno-exceptions",
            "-D_GNU_SOURCE",
            "-D__STDC_CONSTANT_MACROS",
            "-D__STDC_FORMAT_MACROS",
            "-D__STDC_LIMIT_MACROS",
            "-I/usr/lib/llvm-10/build//tools/clang/include",
            "-I/usr/lib/llvm-10/build//tools/clang/include",
            "-std=c++17",
            "-fexceptions",
            "-o",
            "cfe-extra/cfe_extra.o",
            "cfe-extra/cfe_extra.cpp"
        ],
        "directory": "/home/devi/devi/cgrep.git/master",
        "file": "cfe-extra/cfe_extra.cpp"
    },
    {
        "arguments": [
            "clang++",
            "-c",
            "-fpic",
            "-I/usr/lib/llvm-10/include",
            "-std=c++14",
            "-fno-exceptions",
            "-D_GNU_SOURCE",
            "-D__STDC_CONSTANT_MACROS",
            "-D__STDC_FORMAT_MACROS",
            "-D__STDC_LIMIT_MACROS",
            "-I/usr/lib/llvm-10/build//tools/clang/include",
            "-I/usr/lib/llvm-10/build//tools/clang/include",
            "-std=c++17",
            "-fexceptions",
            "-o",
            "cgrep.o",
            "cgrep.cpp"
        ],
        "directory": "/home/devi/devi/cgrep.git/master",
        "file": "cgrep.cpp"
    }
]