summaryrefslogtreecommitdiff
path: root/tests/unit/unittest/nativefilepathview-test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Unit tests: Fix undefined behavior in NativeFilePathView testsIvan Donchevskii2018-05-221-8/+16
| | | | | | | Do not counstruct NativeFilePathView from temporary object. Change-Id: Ifcd6bc4878f6949e98de44089a2c2b3feca4795a Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
* Clang: Merge FilePathView and NativeFilePathViewMarco Bubke2017-12-051-1/+1
| | | | | | Change-Id: Ib07b16bf60c56027814cc5f0d7be1cacd15e96bb Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* Clang: Handle native file in the file cacheMarco Bubke2017-11-231-0/+135
Different types are introduced for normalized and native file path. So the compiler is warning you if you try the wrong format. Change-Id: I1da0686b142cbf9bb7578468c2b50f90a94cebf9 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>