index
:
clang/clazy.git
1.10-based
1.11-based
1.12-based
1.13-based
1.4-based
1.5-based
1.6-based
1.7-based
1.8-based
1.9-based
master
upstream/1.1
upstream/1.10
upstream/1.11
upstream/1.12
upstream/1.2
upstream/1.3
upstream/1.4
upstream/1.5
upstream/1.6
upstream/1.7
upstream/1.8
upstream/1.9
upstream/boost_regex
upstream/ivan/fixes-for-llvm16
upstream/keeping_unstable_ref
upstream/master
upstream/mini-ast-dumper
upstream/mini-ast-dumper2
upstream/mr/177
upstream/mr/75
upstream/testingCI
upstream/testing_build_fix
upstream/testing_buildfix
upstream/testing_list_checks
upstream/work/ahmad/L1
upstream/work/alex/cleanup_and_compat
upstream/work/alex/run_tests_uninstalled
upstream/work/alex/scoped_suppressions
upstream/work/alex/stuff
upstream/work/changeloginappstream
upstream/work/comp_op_checker
upstream/work/ivan/project-level-dot-clazy-file
upstream/work/qt-keywords
upstream/work/spdx-ci
Vendor branches of https://cgit.kde.org/clazy.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
QtUtils.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
connect-non-signal: Fix case where it didn't find the pmf
Sergio Martins
2020-03-03
1
-0
/
+2
*
Move containerNeverDetaches() into range-loop.cpp
Sergio Martins
2019-09-22
1
-33
/
+0
*
range-loop: Fix some true-negatives that didn't suggest qAsConst()
Sergio Martins
2019-09-22
1
-1
/
+14
*
Use clazy namespace instead of TypeUtils
Sergio Martins
2019-05-12
1
-9
/
+9
*
Run uncrustify on the source code
Sergio Martins
2018-12-14
1
-4
/
+4
*
Indent copyright headers with 4 spaces
Sergio Martins
2018-12-14
1
-14
/
+14
*
Reorder includes
Sergio Martins
2018-10-19
1
-4
/
+5
*
Ran include-what-you-use
Sergio Martins
2018-10-18
1
-5
/
+4
*
virtual-signal: Don't warn if signal overrides a non-QObject base
Sergio Martins
2018-08-18
1
-1
/
+1
*
connect-non-signal: Make it know about QOverload
Sergio Martins
2018-03-28
1
-1
/
+5
*
Fix detaching methods map: lower/upperBound do have const counter-parts
Sergio Martins
2018-03-26
1
-3
/
+1
*
detaching-member: Dont warn for methods without const counter-parts
Sergio Martins
2018-03-24
1
-3
/
+15
*
Add QtUtils::isQtContainer() overloading taking a CXXRecordDecl
Sergio Martins
2018-01-14
1
-2
/
+7
*
StringRef++
Sergio Martins
2018-01-11
1
-3
/
+3
*
Less using of std::string. Use StringRef instead
Sergio Martins
2018-01-08
1
-13
/
+13
*
Rename the *Utils:: namespace to clazy::
Sergio Martins
2017-12-18
1
-25
/
+25
*
Rename clazy_std namespace to clazy
Sergio Martins
2017-12-18
1
-6
/
+6
*
const-signal-or-slot: Don't print an error when connecting to lambda
Sergio Martins
2017-11-15
1
-3
/
+1
*
Merge branch '1.2'
Sergio Martins
2017-10-18
1
-1
/
+1
|
\
|
*
Add missing \n in debug message
Sergio Martins
2017-10-15
1
-1
/
+1
*
|
Inform which is the second argument => number of argument
Montel Laurent
2017-10-16
1
-1
/
+1
*
|
Reduce some duplicated code
Sergio Martins
2017-10-12
1
-2
/
+2
*
|
Merge branch '1.2' into master
Sergio Martins
2017-10-11
1
-0
/
+6
|
\
|
|
*
old-style-connect: Add a fixit for one more case
Olivier Goffart (Woboq GmbH)
2017-10-11
1
-0
/
+6
*
|
Merge branch '1.2' into master
Sergio Martins
2017-09-21
1
-0
/
+25
|
\
|
|
*
Refactor into QtUtils::recordHasCtorWithParam
Sergio Martins
2017-09-21
1
-0
/
+25
*
|
Replace a map with an unordered_map
Sergio Martins
2017-08-06
1
-2
/
+2
|
/
*
Merge two std::map, they had mostly the same contents
Sergio Martins
2017-08-06
1
-2
/
+26
*
Refactor function so it can be reused
Sergio Martins
2017-06-04
1
-13
/
+0
*
Fix QtUtils::isQtContainer()
Sergio Martins
2017-06-03
1
-2
/
+6
*
Merge branch '1.1' into master
Sergio Martins
2017-05-20
1
-2
/
+2
|
\
|
*
QtUtils: QVarLength is not COW
Sergio Martins
2017-05-20
1
-2
/
+2
*
|
Remove CheckBase::ci() and make m_ci private
Sergio Martins
2017-04-23
1
-10
/
+0
*
|
Use m_context instead of m_ci.getASTContext()
Sergio Martins
2017-04-23
1
-5
/
+0
|
/
*
reserve-candidates: Also support std::vector, not only Qt containers
Sergio Martins
2017-02-25
1
-1
/
+1
*
connect-non-signal: Don't fail to detect signals wrapped with a static-cast
Sergio Martins
2017-02-12
1
-0
/
+2
*
Move all source files into a src/ folder
Sergio Martins
2017-02-05
1
-0
/
+323