summaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/VerifyDiagnosticConsumer.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
2025-05-29[Clang] Fix an out of bound access in -verify comment parsing (#141940)cor3ntin
2025-05-16[clang] Use llvm::binary_search (NFC) (#140216)Kazu Hirata
2025-02-27[verify] Improve the error messages with multiple active prefixes (#126068)Mészáros Gergely
2024-02-07[Clang] Fix : More Detailed "No expected directives found" (#78338)Shourya Goel
2024-01-28[Frontend] Use StringRef::consume_back (NFC)Kazu Hirata
2024-01-09[Clang] Wide delimiters ('{{{') for expect strings (#77326)sethp
2023-12-25[clang] Use StringRef::consume_front (NFC)Kazu Hirata
2023-12-13[clang] Use StringRef::{starts,ends}_with (NFC) (#75149)Kazu Hirata
2023-09-08[clang] NFCI: Use `FileEntryRef` in `VerifyDiagnosticConsumer`Jan Svoboda
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
2023-08-17[clang][Verify] Show prefix in -verify error messagesTimm Bäder
2023-05-31[clang] NFCI: Use `FileEntryRef` in `VerifyDiagnosticConsumer`Jan Svoboda
2022-12-20[Clang] Prepare for llvm::Optional becoming std::optional.Benjamin Kramer
2022-12-18Revert "[clang] Convert OptionalFileEntryRefDegradesToFileEntryPtr to std::op...Krzysztof Parzyszek
2022-12-17[clang] Convert OptionalFileEntryRefDegradesToFileEntryPtr to std::optionalKrzysztof Parzyszek
2022-01-18[clang][lex] NFC: Simplify calls to `LookupFile`Jan Svoboda
2021-10-19[Driver, Frontend] Use StringRef::contains (NFC)Kazu Hirata
2020-12-09Frontend: Migrate to FileEntryRef in VerifyDiagnosticConsumer.cpp, NFCDuncan P. N. Exon Smith
2020-12-04Frontend: Use translateLineCol instead of translateFileLineCol, NFCDuncan P. N. Exon Smith
2020-10-19Lexer: Update the Lexer to use MemoryBufferRef, NFCDuncan P. N. Exon Smith
2020-05-14[clang][VerifyDiagnosticConsumer] Support filename wildcardsAlexandre Rames
2019-08-22Introduce FileEntryRef and use it when handling includes to report correct de...Alex Lorenz
2019-08-14[Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-04-13[verify] Add support for location markers in directives.Richard Smith
2019-02-05[Preprocessor] Add a note with framework location for "file not found" error.Volodymyr Sapsai
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2018-03-22[Frontend] Fix some Clang-tidy modernize and Include What You Use warnings; o...Eugene Zelenko
2017-12-16[VerifyDiagnosticConsumer] support -verify=<prefixes>Hal Finkel
2017-10-18[modules] When finding the owning module of an instantiated context in templateRichard Smith
2017-04-27Preprocessor: Suppress -Wnonportable-include-path for header mapsDuncan P. N. Exon Smith
2016-11-03Instead of resetting the pointer, or releasing it which was the previousChandler Carruth
2016-11-03Using release to free memory is at best confusing -- one would expectChandler Carruth
2015-12-28Refactor: Simplify boolean conditional return statements in lib/FrontendAlexander Kornienko
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-13Add `-verify-ignore-unexpected` option to ignore unexpected diagnostics in Ve...Eric Fiselier
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko
2014-11-17Make DiagnosticsEngine::takeClient return std::unique_ptr<>Alexander Kornienko
2014-10-20[modules] Add support for #include_next.Richard Smith
2014-10-16Frontend: Fix some underscore-then-capital UBJustin Bogner
2014-09-10Unique_ptrify PPCallbacks ownership.Craig Topper
2014-08-29unique_ptrify Directives in VerifyDiagnosticConsumerDavid Blaikie
2014-07-10Provide -verify support to match "any" line for diagnostics in included files.Andy Gibbs
2014-05-22[C++11] Use 'nullptr'. Frontend edition.Craig Topper
2014-05-01Support 'remark' in VerifyDiagnosticConsumerTobias Grosser