summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/DiagnosticFrontendKinds.td
Commit message (Expand)AuthorAgeFilesLines
* Move static analyzer core diagnostics to common.Richard Trieu2018-12-151-5/+0
* Fix up diagnostics.Richard Trieu2018-12-141-10/+0
* Remove CodeGen dependencies on Sema.Richard Trieu2018-12-061-0/+45
* PTH-- Remove feature entirely-Erich Keane2018-12-041-2/+0
* [modules] Frontend support for building a header module from a list ofRichard Smith2018-09-151-0/+6
* warn_stdlibcxx_not_found: suggest '-stdlib=libc++' instead of '-std'Alex Lorenz2018-09-071-1/+1
* Remove trailing spaceFangrui Song2018-07-301-3/+3
* Recommit r335063: [Darwin] Add a warning for missing include path for libstdc++Alex Lorenz2018-06-191-0/+5
* Revert r335063 as it causes bot failuresAlex Lorenz2018-06-191-5/+0
* [Darwin] Add a warning for missing include path for libstdc++Alex Lorenz2018-06-191-0/+5
* [Frontend] Disallow non-MSVC exception models for windows-msvc targetsShoaib Meenai2018-06-071-0/+2
* [Modules] Map missing private submodules from Foo.Private to Foo_PrivateBruno Cardoso Lopes2017-12-221-0/+5
* Driver: hoist the `wchar_t` handling to the driverSaleem Abdulrasool2017-10-061-0/+2
* Reject attempts to build a module without -fmodules, rather than silently doi...Richard Smith2017-07-061-0/+2
* Factor out and unify emission of "module is unavailable" diagnostics.Richard Smith2017-06-051-0/+1
* P0035R4: add predefined __STDCPP_DEFAULT_NEW_ALIGNMENT__ macro. By default, weRichard Smith2016-09-301-0/+2
* Put new warning in a diagnostic group.Matthias Braun2016-09-271-1/+2
* CC1: Add -save-stats optionMatthias Braun2016-09-261-0/+2
* C++ Modules TS: add frontend support for building pcm files from moduleRichard Smith2016-08-261-1/+3
* [OpenCL] Allow -cl-std and other standard -cl- options in driverYaxun Liu2016-06-291-1/+4
* [modules] Flatten -fmodule-name= and -fmodule-implementation-of= into a singleRichard Smith2016-02-191-4/+0
* Add backend dignostic printer for unsupported featuresOliver Stannard2016-02-021-2/+4
* Revert r259036, it introduces a cyclic library dependencyOliver Stannard2016-01-281-4/+2
* Add backend dignostic printer for unsupported featuresOliver Stannard2016-01-281-2/+4
* Revert r258951 (and r258950), "Refactor backend diagnostics for unsupported f...NAKAMURA Takumi2016-01-281-4/+2
* Add backend dignostic printer for unsupported featuresOliver Stannard2016-01-271-2/+4
* Introduce module file extensions to piggy-back data onto module files.Douglas Gregor2015-11-031-0/+4
* [modules] Allow the error when explicitly loading an incompatible module fileRichard Smith2015-10-161-0/+3
* Improve options printed on vectorization analysis diagnostics.Tyler Nowicki2015-08-271-5/+6
* [modules] PR20507: Avoid silent textual inclusion.Sean Silva2015-08-171-4/+0
* [modules] Add an experimental -cc1 feature to embed the contents of an inputRichard Smith2015-08-141-0/+3
* Append options for vectorization when pointer checking threshold is exceeded.Tyler Nowicki2015-08-101-0/+6
* Remove non-ascii characters.Tyler Nowicki2015-08-101-2/+2
* Append options for floating-point commutivity when related diagnostics are pr...Tyler Nowicki2015-08-101-0/+4
* [modules] PR22534: Load files specified by -fmodule-file= eagerly. In particu...Richard Smith2015-08-091-10/+0
* Give better diagnostics when -fmodule-file= finds a bad file: if the file isRichard Smith2015-02-281-1/+5
* Make a codegen warning a real warning instead of a getCustomDiagID().Nico Weber2015-01-291-0/+4
* [modules] Load .pcm files specified by -fmodule-file lazily.Richard Smith2014-10-271-2/+4
* Driver: Include driver diagnostics when we --serialize-diagnosticsJustin Bogner2014-10-231-1/+4
* [modules] Initial support for explicitly loading .pcm files.Richard Smith2014-10-221-1/+5
* Insert poisoned paddings between fields in C++ classes so that AddressSanitiz...Kostya Serebryany2014-10-161-0/+10
* Extend -Rmodule-build to also remark when module building finishes.Richard Smith2014-10-141-1/+3
* Add an option to silence all analyzer warnings.Anna Zaks2014-08-291-0/+3
* Use -Rblah, not -Wblah, to control remark diagnostics. This was always theRichard Smith2014-08-071-15/+6
* Add stopgap option -fmodule-implementation-of <name>Ben Langmuir2014-07-231-0/+4
* Recommit: Handle diagnostic warnings in Frontend diagnostic handler.Tyler Nowicki2014-07-181-0/+2
* Revert "Handle diagnostic warnings in Frontend diagnostic handler."Alp Toker2014-07-171-2/+0
* Handle diagnostic warnings in Frontend diagnostic handler.Tyler Nowicki2014-07-161-0/+2
* Add new debug kind LocTrackingOnly.Diego Novillo2014-06-241-3/+0
* Use the ShowInSystemHeader bit consistently for all diagnosticsAlp Toker2014-06-161-1/+1