index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Frontend
/
TextDiagnostic.cpp
Age
Commit message (
Expand
)
Author
2012-05-10
Fix an assertion hit when the serialized diagnostics writer receive a diagnostic
Argyrios Kyrtzidis
2012-05-01
Make some helper functions static.
Benjamin Kramer
2012-04-26
Revert r154981, because it caused PR12674.
Nico Weber
2012-04-18
Suppress -Wunused-variable warning in -Asserts build
Matt Beaumont-Gay
2012-04-18
fix display of source lines with null characters
Seth Cantrell
2012-04-18
Nicer display of unprintable source, and fix caret display for non-ascii text
Seth Cantrell
2012-04-17
Revert "Nicer display of unprintable source, and fix caret display for non-as...
Seth Cantrell
2012-04-17
fix display of source lines with null characters
Seth Cantrell
2012-04-17
Nicer display of unprintable source, and fix caret display for non-ascii text
Seth Cantrell
2012-02-14
Refactor DiagnosticRenderer and SDiagsRenderer to have some functionality
Ted Kremenek
2012-02-05
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2011-12-17
Refactor 'TextDiagnostic' to have a parent class 'DiagnosticRenderer' which h...
Ted Kremenek
2011-10-24
Switch to a more natural formatting of the macro name printing.
Chandler Carruth
2011-10-16
Hoist the logic I added to compute the macro name into a helper
Chandler Carruth
2011-10-16
Now that macro expansion notes are real notes and go through the same
Chandler Carruth
2011-10-16
Fix the original bug in our diagnostic printing that got me started on
Chandler Carruth
2011-10-16
Now that the structure of this is more reasonably laid out, fix a long
Chandler Carruth
2011-10-16
Add proper doxyments to the entry point routine, and remove a dead parameter.
Chandler Carruth
2011-10-16
Persist the TextDiagnostic object across multiple diagnostics as long as
Chandler Carruth
2011-10-15
Clean up the names of all the TextDiagnostic methods (and even a static
Chandler Carruth
2011-10-15
Move two functions out of the public interface that shouldn't have ever
Chandler Carruth
2011-10-15
Graduate the TextDiagnostic interface to its own header and source file,
Chandler Carruth