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
/
lib
/
Basic
/
DiagnosticIDs.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make DiagnosticErrorTrap keep a count of the errors that occurred so multiple
Argyrios Kyrtzidis
2011-07-29
1
-4
/
+8
*
Clean up as many of the comments in Basic I can find to talk in terms of
Chandler Carruth
2011-07-26
1
-2
/
+2
*
Mechanically rename SourceManager::getInstantiationLoc and
Chandler Carruth
2011-07-25
1
-1
/
+1
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-32
/
+32
*
Keep track of when "unrecoverable" errors occur, then allow
Douglas Gregor
2011-07-06
1
-3
/
+5
*
Automatic Reference Counting.
John McCall
2011-06-15
1
-0
/
+5
*
Generate enumerators for diagnostic categories. Patch by Argyrios!
John McCall
2011-06-15
1
-1
/
+23
*
StaticDiagNameIndex is never written to, place it into .rodata.
Benjamin Kramer
2011-06-14
1
-2
/
+2
*
Put classes into anonymous namespaces.
Benjamin Kramer
2011-06-13
1
-20
/
+26
*
A StringRef-ication of the DiagnosticIDs API and internals.
Argyrios Kyrtzidis
2011-05-25
1
-64
/
+121
*
Don't hide #warnings in a system header, same as gcc. Fixes rdar://8495837.
Argyrios Kyrtzidis
2011-04-21
1
-0
/
+6
*
Move the check whether a diagnostic must be ignored because it is in a system...
Argyrios Kyrtzidis
2011-04-21
1
-26
/
+13
*
Initial work to improve documentation for Clang's diagnostics, from Matthieu ...
Douglas Gregor
2011-04-15
1
-12
/
+87
*
Teach TextDiagnosticPrinter to print out '-Werror' in addition to the warning...
Ted Kremenek
2011-02-25
1
-3
/
+8
*
If any Fix-Its attached to a diagnostic have invalid source locations
Douglas Gregor
2011-02-03
1
-0
/
+13
*
Separate the access-control diagnostics from other diagnostics that do not ha...
Douglas Gregor
2011-01-27
1
-5
/
+9
*
Properly propagate #pragma diagnostic mappings from PCH but not command-line ...
Argyrios Kyrtzidis
2011-01-14
1
-1
/
+1
*
Update AST reader/writer to handle new AppleKext.
Fariborz Jahanian
2011-01-07
1
-1
/
+1
*
Fix diagnostic pragmas.
Argyrios Kyrtzidis
2010-12-15
1
-12
/
+34
*
Refactoring of Diagnostic class.
Argyrios Kyrtzidis
2010-11-18
1
-0
/
+547
[prev]