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 {
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.