index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
utils
/
TableGen
/
ClangDiagnosticsEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use raw_ostream::write_escaped instead of EscapeString.
Daniel Dunbar
2009-10-17
1
-10
/
+6
*
Replace std::iostreams with raw_ostream in TableGen.
Daniel Dunbar
2009-07-03
1
-3
/
+2
*
Add output of the SFINAE bit for Clang's diagnostics
Douglas Gregor
2009-06-14
1
-0
/
+6
*
prove diagnostic -> group mapping information.
Chris Lattner
2009-04-16
1
-1
/
+13
*
encode subgroups into the clang .inc file. -Wall now works!
Chris Lattner
2009-04-16
1
-11
/
+30
*
start producing subgroup info.
Chris Lattner
2009-04-16
1
-8
/
+31
*
make sure that empty diag groups get known by clang.
Chris Lattner
2009-04-15
1
-2
/
+8
*
implement support for writing out diagnostic group tables.
Chris Lattner
2009-04-15
1
-137
/
+51
*
use UppercaseString instead of EmitAllCaps
Chris Lattner
2009-04-15
1
-16
/
+7
*
use escape string.
Chris Lattner
2009-04-15
1
-13
/
+6
*
rename -gen-clang-diags-options -> -gen-clang-diag-groups
Chris Lattner
2009-04-15
1
-1
/
+1
*
don't infer diag class from parenting relations, make it an explicit field
Chris Lattner
2009-04-15
1
-15
/
+1
*
include the default mapping in the clang diagnostic .inc files.
Chris Lattner
2009-04-15
1
-7
/
+2
*
minor cleanups
Chris Lattner
2009-04-15
1
-17
/
+11
*
Constify method to make VC++ happy. Patch by Brian Diekelman!
Ted Kremenek
2009-04-01
1
-2
/
+2
*
fix a few spelling errors and typos
Jim Grosbach
2009-03-26
1
-1
/
+1
*
Add sanity check in Clang TableGen backend to check if 'Component' is a string.
Ted Kremenek
2009-03-23
1
-1
/
+1
*
Fix regression in 'tblgen -gen-clang-diags-defs': Emit the diagnostic kind in...
Ted Kremenek
2009-03-19
1
-1
/
+2
*
tblgen -gen-clang-diags-options: Output OptionTable entries in lexicographic
Ted Kremenek
2009-03-18
1
-7
/
+19
*
'tblgen -gen-clang-diags-options' now outputs the OptionTable:
Ted Kremenek
2009-03-18
1
-5
/
+19
*
Add another Clang TableGen-backend (-gen-clang-diags-options) for emitting
Ted Kremenek
2009-03-18
1
-0
/
+101
*
Add (hidden) TableGen command option '-clang-component' which specifies the
Ted Kremenek
2009-03-13
1
-9
/
+33
*
Add initial implementation of a TableGen backend for converting Clang-warnings
Ted Kremenek
2009-03-13
1
-0
/
+84