src: miscellaneous fixes

* fixed code view snippet minimize click expanded snippet again
* fixed typedef nodes node grouped within file group
* fixed splitting anonymous namespace bundle increased group nesting instead
* fixed build, tests and clang warnings
This commit is contained in:
Eberhard Graether
2018-06-08 16:12:53 +02:00
parent dcf506e3d7
commit 1a37a9af34
8 changed files with 40 additions and 5 deletions
+1 -1
View File
@@ -344,7 +344,7 @@ FilePath FilePath::getLowerCase() const
bool FilePath::contains(const FilePath& other) const
{
if (exists() && !isDirectory())
if (!isDirectory())
{
return false;
}