summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/DiagnosticOptions.h
Commit message (Expand)AuthorAgeFilesLines
* 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