diff --git a/cmake/org.eclipse.cdt.jsoncdb.arm/plugin.properties b/cmake/org.eclipse.cdt.jsoncdb.arm/plugin.properties index b48897a5f88..355d6ab585f 100644 --- a/cmake/org.eclipse.cdt.jsoncdb.arm/plugin.properties +++ b/cmake/org.eclipse.cdt.jsoncdb.arm/plugin.properties @@ -1,4 +1,4 @@ -bundleName=C/C++ CMake Build Support for ARM C compilers +bundleName=JSON Compilation Database Parser Support for ARM C compilers Bundle-Vendor = Eclipse CDT Bundle-Copyright = 2019 Martin Weber\n\ diff --git a/cmake/org.eclipse.cdt.jsoncdb.core.doc/doc/html/builtins-detection.xhtml b/cmake/org.eclipse.cdt.jsoncdb.core.doc/doc/html/builtins-detection.xhtml index ff1d8355b01..fcbc19327c4 100644 --- a/cmake/org.eclipse.cdt.jsoncdb.core.doc/doc/html/builtins-detection.xhtml +++ b/cmake/org.eclipse.cdt.jsoncdb.core.doc/doc/html/builtins-detection.xhtml @@ -17,12 +17,7 @@ td {

Compiler Built-ins Detection Support Overview

-

CDT CMake support can detect compiler-built-in include paths and preprocessor macros.
- Unfortunately, it has no knowledge about the generated build system structure, the compile_commads.json - file generated by CMake only reports source-files. To avoid the cost of running the built-ins detector for - each source-file, CDT CMake support assumes that compiler built-ins - are the same for each source-file in a CMake project. Therefore, detection is run just once - (on the first source file found per language) per Eclipse project. +

JSON Compilation Database Parser support can detect compiler-built-in include paths and preprocessor macros.

Invariant Built-ins Detection Support

diff --git a/cmake/org.eclipse.cdt.jsoncdb.core.doc/doc/html/supported-compilers.xhtml b/cmake/org.eclipse.cdt.jsoncdb.core.doc/doc/html/supported-compilers.xhtml index b1a8e93715e..e4c2b391975 100644 --- a/cmake/org.eclipse.cdt.jsoncdb.core.doc/doc/html/supported-compilers.xhtml +++ b/cmake/org.eclipse.cdt.jsoncdb.core.doc/doc/html/supported-compilers.xhtml @@ -2,7 +2,7 @@ -Available Compiler Support for the Indexer +Available Compiler Support for the JSON Compilation Database Parser