aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cpprefactoringchanges.cpp
Commit message (Expand)AuthorAgeFilesLines
* ClangTools: Support inline suppression of diagnosticsChristian Kandeler11 days1-5/+23
* Merge remote-tracking branch 'origin/12.0'Eike Ziller2023-12-121-0/+2
|\
| * CppEditor: Add assertions to CppRefactoringFile::{start,end}Of(AST *)Christian Kandeler2023-12-111-0/+2
* | TextEditor: Get rid of extra indent ranges in RefactoringFileChristian Kandeler2023-11-221-37/+5
* | CppEditor/QmlJSTools: Simplify RefactoringFile::file() re-implementationChristian Kandeler2023-11-211-2/+2
* | CppEditor: Hide CppRefactoringChangesDataChristian Kandeler2023-11-201-0/+13
* | TextEditor: Clean up RefactoringFile interfaceChristian Kandeler2023-11-201-4/+4
* | TextEditor: Remove RefactoringChanges::m_dataChristian Kandeler2023-11-171-10/+4
* | TextEditor: Remove RefactoringFile::m_dataChristian Kandeler2023-11-171-11/+6
* | TextEditor: Move more code into RefactoringFileChristian Kandeler2023-11-171-17/+11
* | TextEditor: Make RefactoringChanges::file() virtualChristian Kandeler2023-11-171-1/+6
|/
* Merge remote-tracking branch 'origin/11.0'David Schulz2023-08-221-0/+3
|\
| * CppEditor: Fix possible null pointer accessChristian Kandeler2023-08-101-0/+3
* | CppEditor: Add quickfix for converting comments from C++ to C styleChristian Kandeler2023-08-081-0/+50
* | CPlusPlus: Remove TranslationUnit::getTokenStartPosition()Christian Kandeler2023-07-131-1/+1
* | CppEditor: Make a few CppModelManager functions statichjk2023-07-121-3/+2
* | CppEditor: Format code inserted by quickfixesChristian Kandeler2023-06-281-2/+7
|/
* CppEditor: Remove WorkingCopy::contains()Christian Kandeler2023-05-031-2/+2
* CppEditor: Use FilePath for ProjectPath::m_sourceFileshjk2023-01-111-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* CppEditor: More migration to FilePathhjk2022-12-141-1/+1
* CppEditor: Remove WorkingCopy::{revision,source}(QString) overloadshjk2022-11-251-16/+15
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* ProjectExplorer: filepathify actualTabSettingsDavid Schulz2022-02-041-4/+2
* LanguageClient: Indent code coming from the serverChristian Kandeler2022-02-031-58/+47
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-0/+286
* C++: added quickfix to insert a method definition.Erik Verbruggen2010-09-301-217/+0
* C++ indenter: Separate indent into logical indent and padding.Christian Kamm2010-09-131-1/+4
* C++: fixed completion in braceless statements following a control statement.Erik Verbruggen2010-09-091-4/+3
* CppEditor: Simplify CppRefactoringChanges classKai Koehne2010-08-161-14/+2
* QuickFix: Move helpers from QuickFixData to RefactoringFile.Christian Kamm2010-08-131-0/+8
* QuickFix: Introduce CppRefactoringFile.Christian Kamm2010-08-131-9/+128
* QuickFix: Simplify getting a Document for a C++ refactoring.Christian Kamm2010-08-121-23/+3
* Indenters: Move style setup into the QtStyleCodeFormatter constructors.Christian Kamm2010-08-121-1/+1
* QuickFix: Migrate to a nicer API for cross-file quick fixes.Christian Kamm2010-08-121-7/+5
* QuickFix: Clean up RefactoringChanges and add missing functionality.Christian Kamm2010-08-121-0/+25
* Share the LookupContext.Roberto Raggi2010-07-191-6/+15
* Store the time stamp if necessary.Roberto Raggi2010-06-221-1/+15
* Renamed CppRefactoringChanges::parsedDocumentForFile().Roberto Raggi2010-06-221-14/+11
* Moved CppRefactoringChanges.Roberto Raggi2010-06-221-0/+77