index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Basic
/
DiagnosticSerializationKinds.td
Age
Commit 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 mention
Argyrios Kyrtzidis
2013-01-20
Prune unused diagnostics.
Benjamin Kramer
2012-11-16
Remove unused diagnostics
Douglas Gregor
2012-10-25
Remove the old predefines-buffer diffing code completely. It's been
Douglas Gregor
2012-10-24
Teach the PCH validator to check the preprocessor options, especially
Douglas Gregor
2012-10-16
Serialize TargetOptions into an AST file, and make sure that we keep
Douglas Gregor
2012-06-20
Add 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, also
Argyrios Kyrtzidis
2012-03-07
[PCH] Mark a PCH file with a flag to indicate if the serialized AST had
Argyrios Kyrtzidis
2011-12-09
Separate the serialization library's diagnostics from the frontend's
Chandler Carruth