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
/
Frontend
/
TextDiagnostic.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ensure value passed to is space is representable as unsigned char
Seth Cantrell
2012-05-25
1
-8
/
+12
*
fix Bug 12924
Seth Cantrell
2012-05-24
1
-0
/
+16
*
Fix an assertion hit when the serialized diagnostics writer receive a diagnostic
Argyrios Kyrtzidis
2012-05-10
1
-12
/
+19
*
Make some helper functions static.
Benjamin Kramer
2012-05-01
1
-8
/
+7
*
Revert r154981, because it caused PR12674.
Nico Weber
2012-04-26
1
-8
/
+4
*
Suppress -Wunused-variable warning in -Asserts build
Matt Beaumont-Gay
2012-04-18
1
-1
/
+1
*
fix display of source lines with null characters
Seth Cantrell
2012-04-18
1
-2
/
+5
*
Nicer display of unprintable source, and fix caret display for non-ascii text
Seth Cantrell
2012-04-18
1
-159
/
+439
*
Revert "Nicer display of unprintable source, and fix caret display for non-as...
Seth Cantrell
2012-04-17
1
-440
/
+160
*
fix display of source lines with null characters
Seth Cantrell
2012-04-17
1
-2
/
+5
*
Nicer display of unprintable source, and fix caret display for non-ascii text
Seth Cantrell
2012-04-17
1
-158
/
+435
*
Refactor DiagnosticRenderer and SDiagsRenderer to have some functionality
Ted Kremenek
2012-02-14
1
-1
/
+1
*
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-2
/
+2
*
Refactor 'TextDiagnostic' to have a parent class 'DiagnosticRenderer' which h...
Ted Kremenek
2011-12-17
1
-260
/
+24
*
Switch to a more natural formatting of the macro name printing.
Chandler Carruth
2011-10-24
1
-2
/
+2
*
Hoist the logic I added to compute the macro name into a helper
Chandler Carruth
2011-10-16
1
-16
/
+30
*
Now that macro expansion notes are real notes and go through the same
Chandler Carruth
2011-10-16
1
-2
/
+23
*
Fix the original bug in our diagnostic printing that got me started on
Chandler Carruth
2011-10-16
1
-29
/
+12
*
Now that the structure of this is more reasonably laid out, fix a long
Chandler Carruth
2011-10-16
1
-27
/
+35
*
Add proper doxyments to the entry point routine, and remove a dead parameter.
Chandler Carruth
2011-10-16
1
-2
/
+1
*
Persist the TextDiagnostic object across multiple diagnostics as long as
Chandler Carruth
2011-10-16
1
-11
/
+3
*
Clean up the names of all the TextDiagnostic methods (and even a static
Chandler Carruth
2011-10-15
1
-23
/
+25
*
Move two functions out of the public interface that shouldn't have ever
Chandler Carruth
2011-10-15
1
-206
/
+206
*
Graduate the TextDiagnostic interface to its own header and source file,
Chandler Carruth
2011-10-15
1
-0
/
+1098
[prev]