aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/DiagnosticSerializationKinds.td
AgeCommit message (Expand)Author
2013-04-26[PCH/modules] Require the preprocessing record option to match the used PCH, ...Argyrios Kyrtzidis
2013-03-20<rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a...Douglas Gregor
2013-03-08[PCH] When complaining that a header from the PCH was modified, also mentionArgyrios Kyrtzidis
2013-01-20Prune unused diagnostics.Benjamin Kramer
2012-11-16Remove unused diagnosticsDouglas Gregor
2012-10-25Remove the old predefines-buffer diffing code completely. It's beenDouglas Gregor
2012-10-24Teach the PCH validator to check the preprocessor options, especiallyDouglas Gregor
2012-10-16Serialize TargetOptions into an AST file, and make sure that we keepDouglas Gregor
2012-06-20Add the PCH file name to the message about not being able to read the PCH.Kaelyn Uhrain
2012-05-03[PCH] When validating that the files coming from PCH did not change, alsoArgyrios Kyrtzidis
2012-03-07[PCH] Mark a PCH file with a flag to indicate if the serialized AST hadArgyrios Kyrtzidis
2011-12-09Separate the serialization library's diagnostics from the frontend'sChandler Carruth