summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/DiagnosticOptions.h
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-5/+5
* [Basic] Fix some Clang-tidy modernize and Include What You Use warnings; othe...Eugene Zelenko2018-02-161-6/+9
* [VerifyDiagnosticConsumer] support -verify=<prefixes>Hal Finkel2017-12-161-0/+4
* Add option to include multiple lines in snippets.Richard Smith2017-05-221-2/+6
* Add `-verify-ignore-unexpected` option to ignore unexpected diagnostics in Ve...Eric Fiselier2015-06-131-0/+33
* The prefix 'Ms-' should be 'MS-'David Majnemer2015-02-021-1/+1
* Add a new flag, -fspell-checking-limit=<number> to control how many times we'...Nick Lewycky2014-12-161-1/+2
* Use -Rblah, not -Wblah, to control remark diagnostics. This was always theRichard Smith2014-08-071-0/+4
* Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.Benjamin Kramer2014-05-101-1/+1
* Documentation: use \brief and don't duplicate the name of the declared entityJames Dennett2013-02-171-4/+3
* Nuke SetUpBuildDumpLog.Sean Silva2013-01-201-4/+0
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-1/+2
* Sort #include lines for all files under include/...Chandler Carruth2012-12-041-1/+0
* Serialize DiagnosticOptions to the AST file.Douglas Gregor2012-10-241-22/+8
* Use a .def file for most of the diagnostic options.Douglas Gregor2012-10-231-44/+31
* Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor2012-10-231-0/+112