- 05 Jun, 2020 1 commit
-
-
Egor Gabov authored
In LLVM 10 llvm::StringRef operator std::string() is marked as explicit. In this commit all implicit conversion from llvm::StringRef to std::string are changed by explicit.
-
- 04 Jun, 2020 5 commits
-
-
Egor Gabov authored
-
Egor Gabov authored
deleted redundant qualifier from std::string. This means: std::string -> string
-
Egor Gabov authored
In LLVM 10 llvm::StringRef operator std::string() is marked as explicit. In this commit all implicit conversion from llvm::StringRef to std::string are changed by explicit. Also included header file clang/Basic/FileManager.h in src/MiniDumper because without this header, class clang::FileEntry in incomplete class
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
-
- 02 Jun, 2020 2 commits
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
-
- 09 May, 2020 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 08 May, 2020 3 commits
-
-
Albert Astals Cid authored
Differential Revision: https://phabricator.kde.org/D29510
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
-
- 07 May, 2020 2 commits
-
-
Allen Winter authored
-
Allen Winter authored
level3 has been removed in v1.6 Differential Revision: https://phabricator.kde.org/D29348
-
- 04 May, 2020 1 commit
-
-
Sergio Martins authored
Catches things like: if (myString == 5000) Which is probably not want you meant CCMAIL: dfaure@kde.org
-
- 01 May, 2020 1 commit
-
-
Nicolas Fella authored
Summary: While not as complex as method signatures there's still potential for errors here, e.g. passing a signature where a name is expected. This also fixes the check for static methods that didn't take the class name arg into account earlier Reviewers: smartins Reviewed By: smartins Differential Revision: https://phabricator.kde.org/D29151
-
- 24 Apr, 2020 1 commit
-
-
Nicolas Fella authored
Summary: When using QAndroidJniObject to call Android API one needs to specify method signatures using strings. This is error-prone and errors are usually only detected at runtime. This check searches for a set of known methods that take such signatures and validates them using a regular expression. If a signature is invalid a warning is emitted. To be able to verify Android-specific code with a desktop clang we need some include path hackery. QAndroidJniObject required jni.h, which is shipped in the Android NDK. We therefore need to amend the include paths. In order to do that we rely on $ANDROID_NDK being set and print an error if not. Test Plan: Ran tests Reviewers: smartins Reviewed By: smartins Differential Revision: https://phabricator.kde.org/D28887
-
- 19 Apr, 2020 4 commits
-
-
Sergio Martins authored
-
Sergio Martins authored
Wasn't warning for: QStringList list = { "foo" }; The child CXXConstructExprs appear in the AST but are never visited.
-
Christian Schärf authored
Reviewed on D28524
-
Christian Schärf authored
REVIEW: D28757
-
- 14 Apr, 2020 2 commits
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
-
- 13 Apr, 2020 1 commit
-
-
Frank Dana authored
Make the example function call's name match its definition
-
- 06 Apr, 2020 1 commit
-
-
Sergio Martins authored
connecting to lambda is fine
-
- 28 Mar, 2020 2 commits
-
-
Sergio Martins authored
-
Johannes Ziegenbalg authored
-
- 20 Mar, 2020 1 commit
-
-
Script Kiddy authored
-
- 03 Mar, 2020 2 commits
-
-
Sergio Martins authored
and emitted internal error CCMAIL: aacid@kde.org
-
Sergio Martins authored
Don't print the location of the function, but of the call instead. The function would always be connect() in qobject.h
-
- 05 Feb, 2020 2 commits
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
-
- 04 Feb, 2020 2 commits
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
-
- 25 Jan, 2020 2 commits
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
-
- 22 Jan, 2020 2 commits
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
-
- 21 Jan, 2020 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 16 Jan, 2020 1 commit
-
-
Script Kiddy authored
-