index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
utils
/
TableGen
/
ClangDiagnosticsEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Error if an anonymous DiagGroup is referenced multiple times.
Jordan Rose
2013-01-10
1
-2
/
+119
*
Sort the #include lines under utils/...
Chandler Carruth
2012-12-04
1
-2
/
+2
*
Don't throw exceptions in clang-tblgen by switching to PrintFatalError.
Joerg Sonnenberger
2012-10-25
1
-3
/
+5
*
tblgen: Use LLVM-style RTTI in clang-tblgen
Sean Silva
2012-10-10
1
-6
/
+6
*
Fix horrible regression in control of warnings caused by introduction of -Wpe...
Ted Kremenek
2012-08-10
1
-4
/
+12
*
Add missing cctype includes.
Joerg Sonnenberger
2012-08-10
1
-0
/
+1
*
Enhance ClangDiagnosticsEmitter to reject diagnostics that are errors that ar...
Ted Kremenek
2012-08-07
1
-0
/
+17
*
Re-apply r159875 with fixes.
Ted Kremenek
2012-07-07
1
-10
/
+229
*
Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Wever...
NAKAMURA Takumi
2012-07-07
1
-228
/
+10
*
Implement -Wpedantic and --no-pedantic to complement -Weverything.
Ted Kremenek
2012-07-06
1
-10
/
+228
*
Make clang-tblgen backends functions instead of TableGenBackends.
Jakob Stoklund Olesen
2012-06-13
1
-9
/
+18
*
Remove DiagGroups from notes, and add a TableGen assertion to catch them.
Richard Smith
2012-05-04
1
-0
/
+2
*
[tablegen] Make sure that the code that is determining the order of warning g...
Argyrios Kyrtzidis
2012-03-06
1
-51
/
+46
*
Store the warning option corresponding to a diagnostics as an index into the ...
Benjamin Kramer
2012-02-15
1
-5
/
+23
*
drop more llvm:: prefixes on SmallString<>
Dylan Noblesmith
2012-02-13
1
-1
/
+1
*
Kill the brief and full explanation fields from StaticDiagInfoRec. They were ...
Benjamin Kramer
2012-02-09
1
-8
/
+0
*
Remove unused include of VectorExtras.h.
Benjamin Kramer
2012-01-07
1
-1
/
+0
*
Validate DiagGroup names in TableGen, they're used as command line arguments ...
Benjamin Kramer
2011-11-15
1
-0
/
+4
*
Use StringRef's case transformation methods.
Benjamin Kramer
2011-11-06
1
-2
/
+1
*
Add the Clang tblgen backends to Clang, and flip the switch to cause
Peter Collingbourne
2011-10-06
1
-0
/
+378