summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/DiagnosticSerializationKinds.td
Commit message (Expand)AuthorAgeFilesLines
* [modules] If we import a module, and we've seen a module map that describes theRichard Smith2014-12-061-0/+3
* [modules] Initial support for explicitly loading .pcm files.Richard Smith2014-10-221-1/+3
* Verify all the module map files for a pcm are the same on loadBen Langmuir2014-08-121-0/+3
* Reapply r207477 and r207479 without cyclic dependencyBen Langmuir2014-04-291-0/+2
* Revert r207477 (and r207479), "Check -Werror options during module validation"NAKAMURA Takumi2014-04-291-2/+0
* Check -Werror options during module validationBen Langmuir2014-04-291-0/+2
* When a module completes the definition of a class template specialization imp...Richard Smith2014-04-191-0/+7
* Allow multiple modules with the same name to coexist in the module cacheBen Langmuir2014-04-141-1/+6
* libclang: report error code for bad PCH filesDmitri Gribenko2014-02-121-1/+4
* Rename some PCH-related errors to have 'err_' as their prefixDmitri Gribenko2014-02-111-3/+3
* Improve the error message when a PCH dependency is modifiedBen Langmuir2014-01-171-0/+2
* Basic ODR checking for C++ modules:Richard Smith2013-10-181-0/+9
* [Modules] When things go horribly wrong when reading a module, point at the m...Douglas Gregor2013-05-101-1/+3
* [PCH/modules] Require the preprocessing record option to match the used PCH, ...Argyrios Kyrtzidis2013-04-261-0/+4
* <rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a...Douglas Gregor2013-03-201-1/+4
* [PCH] When complaining that a header from the PCH was modified, also mentionArgyrios Kyrtzidis2013-03-081-1/+1
* Prune unused diagnostics.Benjamin Kramer2013-01-201-2/+0
* Remove unused diagnosticsDouglas Gregor2012-11-161-6/+0
* Remove the old predefines-buffer diffing code completely. It's beenDouglas Gregor2012-10-251-16/+0
* Teach the PCH validator to check the preprocessor options, especiallyDouglas Gregor2012-10-241-0/+19
* Serialize TargetOptions into an AST file, and make sure that we keepDouglas Gregor2012-10-161-3/+7
* Add the PCH file name to the message about not being able to read the PCH.Kaelyn Uhrain2012-06-201-1/+1
* [PCH] When validating that the files coming from PCH did not change, alsoArgyrios Kyrtzidis2012-05-031-0/+2
* [PCH] Mark a PCH file with a flag to indicate if the serialized AST hadArgyrios Kyrtzidis2012-03-071-0/+2
* Separate the serialization library's diagnostics from the frontend'sChandler Carruth2011-12-091-0/+58