summaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/Rewrite/FixItRewriter.cpp
AgeCommit message (Expand)Author
2025-11-21[clang][NFC] Inline Frontend/FrontendDiagnostic.h -> Basic/DiagnosticFrontend...Jordan Rupprecht
2025-05-31[Frontend] Remove unused includes (NFC) (#142256)Kazu Hirata
2024-09-18Fix OOM in FormatDiagnostic (2nd attempt) (#108866)Vakhurin Sergei
2024-09-16Revert "Fix OOM in FormatDiagnostic" (#108838)Aaron Ballman
2024-09-16Fix OOM in FormatDiagnostic (#108187)Vakhurin Sergei
2024-08-18[llvm][clang] Move RewriterBuffer to ADT. (#99770)Jacques Pienaar
2023-09-08Reapply "[clang] NFCI: Adopt `SourceManager::getFileEntryRefForID()`"Jan Svoboda
2023-09-06Revert "[clang] NFCI: Adopt `SourceManager::getFileEntryRefForID()`"Jan Svoboda
2023-09-06[clang] NFCI: Adopt `SourceManager::getFileEntryRefForID()`Jan Svoboda
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-07-30Remove trailing spaceFangrui Song
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2018-03-27[Edit, Rewrite] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko
2015-10-20Roll-back r250822.Angel Garcia Gomez
2015-10-20Apply modernize-use-default to clang.Angel Garcia Gomez
2015-06-22Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-06-17[fixit] Use overwriteChangedFiles() to deal with Windows mapped filesReid Kleckner
2014-11-17Make DiagnosticsEngine::takeClient return std::unique_ptr<>Alexander Kornienko
2014-08-25Update for llvm api change.Rafael Espindola
2014-07-16Make clang's rewrite engine a core featureAlp Toker