You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.
Even though the software allows one to add extra extensions manually, which true for above case(see below), source files with the extension(.C) -- note the case, are ignored and thus not indexed.
<source_extensions>
<source_extension>.cpp</source_extension>
<source_extension>.cxx</source_extension>
<source_extension>.cc</source_extension> <source_extension>.C</source_extension>
</source_extensions>
The text was updated successfully, but these errors were encountered:
Fixed with 2018.3.36
The casing is usually ignored, bu this got broken. The other direction still works, so as workaround you can define the extension lowercase .c and then .C file will also get indexed.
Even though the software allows one to add extra extensions manually, which true for above case(see below), source files with the extension(.C) -- note the case, are ignored and thus not indexed.
<source_extensions>
<source_extension>.cpp</source_extension>
<source_extension>.cxx</source_extension>
<source_extension>.cc</source_extension>
<source_extension>.C</source_extension>
</source_extensions>
The text was updated successfully, but these errors were encountered: