aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppquickfixes.cpp
Commit message (Expand)AuthorAgeFilesLines
* CppEditor: Make "Add curly braces" quickfix more robustChristian Kandeler2020-07-071-6/+7
* CppEditor: Relax soft assertChristian Kandeler2020-07-061-1/+1
* CppEditor: Extend "Add Include" quickfixChristian Kandeler2020-06-051-34/+29
* CppEditor: Do not treat friend declaration as member functionChristian Kandeler2020-06-051-1/+1
* CppEditor: Fix access to dangling pointerChristian Kandeler2020-06-041-1/+1
* CppEditor: Consider namespaces in "extract function" quickfixChristian Kandeler2020-05-291-1/+6
* CppEditor: Add quickfix for creating a forward declarationChristian Kandeler2020-05-271-9/+176
* Merge remote-tracking branch 'origin/4.11'Eike Ziller2020-01-091-19/+31
|\
| * CppEditor: generate valid code via "Convert to Pointer/Stack Variable"David Schulz2020-01-081-19/+31
* | Utils: Rename FilePathList to simply FilePathshjk2019-12-181-1/+1
|/
* CppEditor: SimplifyNikolai Kosjar2019-11-011-15/+3
* CppEditor: Fix reference to temporaryNikolai Kosjar2019-08-011-1/+1
* Skip pure virtual functions in "Insert Definition From Declaration"Antonio Di Monaco2019-07-291-1/+1
* Compile fix with recent Qt devhjk2019-07-291-4/+2
* Standardize on int for line and column valueshjk2019-07-261-8/+8
* Replace uses of QString::sprintf()hjk2019-06-201-6/+3
* Utils: Rename FileName to FilePathhjk2019-05-281-4/+4
* CppEditor: ModernizeNikolai Kosjar2019-02-081-166/+141
* CppEditor: modernize-loop-convertNikolai Kosjar2019-02-081-12/+8
* CppEditor: Fix some clazy level0 warningsNikolai Kosjar2019-02-081-22/+22
* Fix warning: "Don't call QVector::first() on temporary QList/QVector"Alessandro Portale2019-01-281-1/+1
* Merge remote-tracking branch 'origin/4.8'Eike Ziller2018-11-191-1/+4
|\
| * CppTools: Allow to check whether project code style existsIvan Donchevskii2018-11-121-1/+4
* | Replace call to a long obsolete QtAlgorithms functionFrank Meerkoetter2018-10-081-1/+1
|/
* Fix function extraction for nested classesEike Ziller2018-10-021-3/+11
* Reduce priority of "Convert to Camel Case" refactoringEike Ziller2018-10-021-4/+3
* CppEditor: better detection of the system a numeric literal is inFrank Meerkoetter2018-09-271-43/+41
* CppEditor: binary literal support for ConvertNumericLiteralFrank Meerkoetter2018-09-201-3/+41
* cppeditor: remove misleading Qt4/Qt5 label in WrapStringLiteralFrank Meerkoetter2018-09-201-8/+2
* Add system include path to HeaderPath and merge ProjectPartHeaderPathMarco Bubke2018-09-101-7/+7
* CppTools: Fix getting locator filters from the object poolIvan Donchevskii2018-06-281-2/+2
* Utils: Purge qtcfallthrough.hOrgad Shaneh2018-04-091-1/+0
* CppEditor: Do not add QuickFixFactories to object pool anymorehjk2018-02-021-53/+58
* CppEditor: Normalize WrapStringLiteral and RewriteLogicalAnd interfacehjk2018-01-031-85/+106
* TextEditor: Split the global QuickFixFactory listhjk2017-12-181-6/+24
* CppEditor: fix class refactoring crashIvan Donchevskii2017-11-031-1/+1
* C++: remove builtin FollowSymbol dependency from CppEditorIvan Donchevskii2017-09-221-1/+1
* CppEditor: split CppEditor and CppEditorWidgetIvan Donchevskii2017-09-121-1/+1
* Drop unused variables and lambda capturesUlf Hermann2017-09-081-1/+1
* CppEditor: Minor refactoring quickfixJochen Becher2017-07-211-22/+22
* Add Q_FALLTHROUGH for Qt < 5.8Christian Kandeler2017-07-171-1/+2
* CppEditor: Fix quickfix for adding include for static functionsPrzemyslaw Gorszkowski2017-06-231-27/+44
* CppEditor: Fix uninitialized value warningsNikolai Kosjar2017-06-011-7/+7
* CppEditor: Use qFuzzyCompare when comparing member variable for qproperty ref...Christian Gagneraud2017-03-071-2/+14
* CppEditor: Emit member variable for qproperty refactoringNikolai Kosjar2017-02-241-1/+1
* CppEditor: Remove superfluous "..." for qproperty refactoringNikolai Kosjar2017-02-241-1/+1
* Remove last Q_NULLPTR usageMontel Laurent2017-02-221-1/+1
* CppEditor: Remove dead codeTobias Hunger2016-11-301-2/+0
* CppEditor: Fix possible use of uninitialized valuesTobias Hunger2016-11-291-1/+1
* TextEditor: Remove exported class QuickFixOperationsFriedemann Kleint2016-11-181-98/+96