forked from qt-creator/qt-creator
C++: Add clarifying comment about local include handling
Change-Id: I96486983460bb72dc7b7fa993863b2938e99a8b4 Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
This commit is contained in:
@@ -227,6 +227,8 @@ QString CppPreprocessor::resolveFile_helper(const QString &fileName, IncludeType
|
|||||||
QString path = cleanPath(currentFileInfo.absolutePath()) + fileName;
|
QString path = cleanPath(currentFileInfo.absolutePath()) + fileName;
|
||||||
if (checkFile(path))
|
if (checkFile(path))
|
||||||
return path;
|
return path;
|
||||||
|
// Fall through! "16.2 Source file inclusion" from the standard states to continue
|
||||||
|
// searching as if this would be a global include.
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach (const QString &includePath, m_includePaths) {
|
foreach (const QString &includePath, m_includePaths) {
|
||||||
|
|||||||
Reference in New Issue
Block a user