aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cpprefactoringchanges.h
Commit message (Expand)AuthorAgeFilesLines
* ClangTools: Support inline suppression of diagnosticsChristian Kandeler12 days1-0/+2
* TextEditor: Get rid of extra indent ranges in RefactoringFileChristian Kandeler2023-11-221-5/+1
* CppEditor: Hide CppRefactoringChangesDataChristian Kandeler2023-11-201-17/+6
* TextEditor: Rename class RefactoringChangesChristian Kandeler2023-11-201-1/+1
* TextEditor: Remove now-unused RefactoringChangesDataChristian Kandeler2023-11-171-1/+1
* TextEditor: Remove RefactoringChanges::m_dataChristian Kandeler2023-11-171-1/+1
* TextEditor: Remove RefactoringFile::m_dataChristian Kandeler2023-11-171-3/+2
* TextEditor: Move more code into RefactoringFileChristian Kandeler2023-11-171-11/+7
* TextEditor: Make RefactoringChanges::file() virtualChristian Kandeler2023-11-171-1/+4
* CppEditor: Add quickfix for converting comments from C++ to C styleChristian Kandeler2023-08-081-0/+7
* CppEditor: Make a few CppModelManager functions statichjk2023-07-121-1/+0
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* LanguageClient: Indent code coming from the serverChristian Kandeler2022-02-031-0/+23
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-0/+99
* C++: added quickfix to insert a method definition.Erik Verbruggen2010-09-301-104/+0
* CppEditor: Simplify CppRefactoringChanges classKai Koehne2010-08-161-5/+1
* QuickFix: Move helpers from QuickFixData to RefactoringFile.Christian Kamm2010-08-131-0/+1
* QuickFix: Introduce CppRefactoringFile.Christian Kamm2010-08-131-1/+39
* QuickFix: Simplify getting a Document for a C++ refactoring.Christian Kamm2010-08-121-1/+2
* QuickFix: Migrate to a nicer API for cross-file quick fixes.Christian Kamm2010-08-121-2/+1
* QuickFix: Clean up RefactoringChanges and add missing functionality.Christian Kamm2010-08-121-0/+3
* Share the LookupContext.Roberto Raggi2010-07-191-1/+7
* Store the time stamp if necessary.Roberto Raggi2010-06-221-3/+1
* Renamed CppRefactoringChanges::parsedDocumentForFile().Roberto Raggi2010-06-221-2/+2
* Moved CppRefactoringChanges.Roberto Raggi2010-06-221-0/+62