aboutsummaryrefslogtreecommitdiff
path: root/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
AgeCommit message (Expand)Author
2019-04-19Reapply "[analyzer] Introduce a simplified API for adding custom path notes."Artem Dergachev
2019-03-29Revert "[analyzer] Introduce a simplified API for adding custom path notes."Artem Dergachev
2019-03-29[analyzer] Introduce a simplified API for adding custom path notes.Artem Dergachev
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-18Revert "Fix failing MSan bots"George Karpenkov
2019-01-18Fix failing MSan botsVlad Tsyrklevich
2019-01-18[analyzer] const-ify reference to bug type used in BugReporterGeorge Karpenkov
2018-07-30Remove trailing spaceFangrui Song
2018-06-26[analyzer] Minor cleanups for BugReporter, expose a getter for AnalyzerOptions.George Karpenkov
2018-06-26[analyzer] Do not run visitors until the fixpoint, run only once.George Karpenkov
2018-06-12[analyzer] [NFC] Remove "removeInvalidation" from visitor APIGeorge Karpenkov
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2018-03-07[StaticAnalyzer] Fix some Clang-tidy modernize and Include What You Use warni...Eugene Zelenko
2018-01-18[analyzer] NFC: Remove unused method - BugReporter::RemoveUnneededCalls().Artem Dergachev
2017-10-30[analyzer] Use the same filename for the header and the implementation of Bug...George Karpenkov
2017-01-05Migrate PathDiagnosticPiece to std::shared_ptrDavid Blaikie
2016-10-07[analyzer] Re-apply r283092, attempt no.4, chunk no.4 (last)Artem Dergachev
2016-10-07[analyzer] Re-apply r283092, attempt no.4, chunk no.3, fixup 1.Artem Dergachev
2016-10-07[analyzer] Re-apply r283092, attempt no.4, chunk no.3.Artem Dergachev
2016-10-07[analyzer] Re-apply r283092, attempt no.4, chunk no.2.Artem Dergachev
2016-10-07Revert "[analyzer] Re-apply r283092, attempt no.3, in small chunks this time."Artem Dergachev
2016-10-07[analyzer] Re-apply r283092, attempt no.3, in small chunks this time.Artem Dergachev
2016-10-07Revert "[analyzer] Try to re-apply r283092 "Extend bug reports with extra notes"Artem Dergachev
2016-10-07[analyzer] Try to re-apply r283092 "Extend bug reports with extra notes"Artem Dergachev
2016-10-04Revert "[analyzer] Extend bug reports with extra notes" to fix Windows bot.Vitaly Buka
2016-10-04Revert "[analyzer] A blind attempt to fix a buildbot" as it does not help.Vitaly Buka
2016-10-03[analyzer] A blind attempt to fix a buildbot after r283092.Artem Dergachev
2016-10-03[analyzer] Extend bug reports with extra notesArtem Dergachev
2016-08-22ADT: Remove uses of ilist_*sentinel_traits, NFCDuncan P. N. Exon Smith
2016-08-12BugReporter: Use ilist_half_embedded_sentinel_traits, NFCDuncan P. N. Exon Smith
2015-10-20Roll-back r250822.Angel Garcia Gomez
2015-10-20Apply modernize-use-default to clang.Angel Garcia Gomez
2015-06-23Clarify pointer ownership semantics by hoisting the std::unique_ptr creation ...Aaron Ballman
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-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko
2015-02-06Update APIs that return a pair of iterators to return an iterator_range instead.Benjamin Kramer
2014-09-05Fix comment indentation.David Blaikie
2014-09-04unique_ptrify BugReporter::visitorsDavid Blaikie
2014-08-30Fix some cases where StringRef was being passed by const reference. Remove co...Craig Topper
2014-08-29unique_ptrify thep passing of BugReports to BugReportEquivClassDavid Blaikie
2014-08-13Header guard canonicalization, clang part.Benjamin Kramer
2014-05-06[C++11] Use 'nullptr'Craig Topper
2014-03-15[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper
2014-02-11Expose the name of the checker producing each diagnostic message.Alexander Kornienko
2013-10-07[analyzer] ArrayRef-ize BugReporter::EmitBasicReport.Jordan Rose
2013-05-16[analyzer] Add an option to use the last location in the main source file as ...Anna Zaks
2013-05-03Re-apply 180974 with the build error fixed. This was the resultTed Kremenek
2013-05-03Revert "Change LocationContextMap to be a temporary instead of shared variabl...Rafael Espindola
2013-05-02Change LocationContextMap to be a temporary instead of shared variable in Bug...Ted Kremenek