Skip to content

Commit a468bae

Browse files
committed
readme: fix merge artifacts
1 parent e5cc3b2 commit a468bae

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,9 @@ The [JSON compilation database][JSONCDB] is used in the clang project to
1414
provide information on how a single compilation unit is processed. With this,
1515
it 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-
=======
2217
Some build systems natively support the generation of JSON compilation
2318
database. For projects that do not use such build tools, Bear generates
2419
the 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

4337
The 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-
=======
5339
For more options, you can check the man page or pass the `--help` parameter. Note
5440
that if you want to pass parameters to Bear, pass those _before_ the `--` sign;
5541
everything after that will be the build command.
5642

5743
Please be aware that some package managers still ship our old 2.4.x release.
5844
In that case please omit the extra `--` sign or consult your local documentation.
59-
>>>>>>> 4.0-rc
6045

6146
For more, read the man pages or [wiki][WIKI] of the project, which talks about
6247
limitations, known issues and platform-specific usage.

0 commit comments

Comments
 (0)