@@ -14,15 +14,9 @@ The [JSON compilation database][JSONCDB] is used in the clang project to
1414provide information on how a single compilation unit is processed. With this,
1515it is easy to re-run the compilation with alternate programs.
1616
17- <<<<<<< HEAD
18- Some build systems natively support the generation of a JSON compilation
19- database. For projects that do not use such a build tool, Bear generates the
20- JSON file during the build process.
21- =======
2217Some build systems natively support the generation of JSON compilation
2318database. For projects that do not use such build tools, Bear generates
2419the JSON file during the build process.
25- >>>>>>> 4.0-rc
2620
2721 [ JSONCDB ] : http://clang.llvm.org/docs/JSONCompilationDatabase.html
2822
@@ -42,21 +36,12 @@ After installation, use Bear like this:
4236
4337The output file, ` compile_commands.json ` , is saved in the current directory.
4438
45- <<<<<<< HEAD
46- For more options, check the man page or pass the ` --help ` parameter. Note that
47- if you want to pass parameters to Bear, pass those _ before_ the ` -- ` sign,
48- everything after that will be the build command.
49-
50- Please be aware that some package managers still ship our old 2.4.x release. In
51- that case, please omit the extra ` -- ` sign or consult your local documentation.
52- =======
5339For more options, you can check the man page or pass the ` --help ` parameter. Note
5440that if you want to pass parameters to Bear, pass those _ before_ the ` -- ` sign;
5541everything after that will be the build command.
5642
5743Please be aware that some package managers still ship our old 2.4.x release.
5844In that case please omit the extra ` -- ` sign or consult your local documentation.
59- >>>>>>> 4.0-rc
6045
6146For more, read the man pages or [ wiki] [ WIKI ] of the project, which talks about
6247limitations, known issues and platform-specific usage.
0 commit comments