index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Frontend
/
TextDiagnostic.h
Age
Commit message (
Expand
)
Author
2012-12-01
Make helper classes anonymous. Make helper functions static instead of privat...
Benjamin Kramer
2012-11-30
When we're emitting a diagnostic with a source location in an imported
Douglas Gregor
2012-11-30
When an error occurs while building a module on demand, provide "While
Douglas Gregor
2012-10-23
Make DiagnosticOptions intrusively reference-counted, and make sure
Douglas Gregor
2012-06-02
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-05-10
Fix an assertion hit when the serialized diagnostics writer receive a diagnostic
Argyrios Kyrtzidis
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
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
2011-12-17
Refactor 'TextDiagnostic' to have a parent class 'DiagnosticRenderer' which h...
Ted Kremenek
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