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
/
TextDiagnosticPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Basic/Diagnostics: Add an isDefaultMappingAsError method, and switch TextDiag...
Daniel Dunbar
2011-09-29
1
-9
/
+13
*
Introduce a pure virtual clone() method to DiagnosticConsumer, so that
Douglas Gregor
2011-09-29
1
-0
/
+5
*
Add back support for a manually formatted section of the diagnostic
Chandler Carruth
2011-09-26
1
-1
/
+4
*
Hoist and beef up the asserts about the level of infrastructure expected
Chandler Carruth
2011-09-26
1
-5
/
+10
*
Switch the emission of diagnostics without a source location to
Chandler Carruth
2011-09-26
1
-22
/
+32
*
Extract the actual printing of the message string into a helper
Chandler Carruth
2011-09-26
1
-32
/
+33
*
Group the helpers for word wrapping with the primary routine. No
Chandler Carruth
2011-09-26
1
-92
/
+92
*
Don't print a stray ] at the end of diagnostics.
Benjamin Kramer
2011-09-26
1
-3
/
+4
*
Remove support for splitting word-wrapped diagnostic messages on newline
Chandler Carruth
2011-09-26
1
-18
/
+2
*
Move the word wrapped printing routine down to all the other helper
Chandler Carruth
2011-09-26
1
-82
/
+77
*
Switch some of my recently added helper functions to use the proper
Chandler Carruth
2011-09-26
1
-6
/
+19
*
Rewrite the printing of diagnostic options, categories, etc to actually
Chandler Carruth
2011-09-26
1
-35
/
+29
*
Rename DiagnosticInfo to Diagnostic as per issue 5397
David Blaikie
2011-09-26
1
-4
/
+4
*
Delete an extraneous line I missed.
Chandler Carruth
2011-09-26
1
-1
/
+0
*
A direct extraction of the rest of the option printing into a helper.
Chandler Carruth
2011-09-26
1
-51
/
+57
*
Start a more correct pattern for factoring out the name printing. Slowly
Chandler Carruth
2011-09-26
1
-7
/
+10
*
Revert r140484. That was *not* ready to be committed! Only halfway done,
Chandler Carruth
2011-09-26
1
-39
/
+34
*
Fix a formatting goof.
Chandler Carruth
2011-09-26
1
-1
/
+1
*
Extract the diagnostic message formatting into a helper routine.
Chandler Carruth
2011-09-26
1
-34
/
+39
*
Extract the logic for printing a colorful level name into a helper
Chandler Carruth
2011-09-25
1
-21
/
+28
*
Rename DiagnosticClient to DiagnosticConsumer as per issue 5397
David Blaikie
2011-09-25
1
-1
/
+1
*
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-09-25
1
-21
/
+22
*
Inline this method now that its completely trivial, and prepare for
Chandler Carruth
2011-09-25
1
-18
/
+9
*
Shuffle some names around. 'CaretDiagnostic' is inaccurate as this needs
Chandler Carruth
2011-09-25
1
-18
/
+21
*
Actually remove the members of CaretDiagnostic no longer in use for
Chandler Carruth
2011-09-25
1
-10
/
+6
*
Sink the logic for suppressing some macro expansion notes from the
Chandler Carruth
2011-09-25
1
-41
/
+29
*
Split the recursive macro expansion walk out from the routine which
Chandler Carruth
2011-09-25
1
-58
/
+71
*
More missing header inclusions from llvm_unreachable migration.
David Blaikie
2011-09-23
1
-0
/
+1
*
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-23
1
-2
/
+2
*
Extract the emission of the diagnostic's location into a separate
Chandler Carruth
2011-09-07
1
-103
/
+118
*
Move the HilightRange method from TextDiagnosticPrinter down to
Chandler Carruth
2011-09-07
1
-81
/
+79
*
Hoist the tab expansion into a helper function.
Chandler Carruth
2011-09-07
1
-21
/
+25
*
Don't compute the same line number in two places, once inside a loop.
Chandler Carruth
2011-09-07
1
-12
/
+8
*
Switch the CharSourceRange array to a small vector. The array was
Chandler Carruth
2011-09-07
1
-39
/
+34
*
Remove the doxyment for this now defunct parameter.
Chandler Carruth
2011-09-06
1
-1
/
+0
*
Don't recompute the presumed loc twice in 5 lines of code... Spotted by
Chandler Carruth
2011-09-06
1
-1
/
+1
*
Use ArrayRef for the fixit hint array rather than a pointer and a size.
Chandler Carruth
2011-09-06
1
-35
/
+34
*
Hoist the construction of the FixItHint line into a member function with
Chandler Carruth
2011-09-06
1
-64
/
+79
*
Hoist the emission of parseable fixits into a helper method, simplifying
Chandler Carruth
2011-09-02
1
-38
/
+38
*
Create a CaretDiagnostic class to hold the logic for emitting
Chandler Carruth
2011-08-31
1
-263
/
+331
*
Sink all of the include stack printing logic into its member function.
Chandler Carruth
2011-08-31
1
-18
/
+39
*
Rename SourceManager (and InstantiationInfo) isMacroArgInstantiation API
Chandler Carruth
2011-07-26
1
-3
/
+3
*
Rename getInstantiationLineNumber to getExpansionLineNumber in both
Chandler Carruth
2011-07-25
1
-2
/
+2
*
Rename getInstantiationColumnNumber to getExpansionColumnNumber in both
Chandler Carruth
2011-07-25
1
-2
/
+2
*
Rename getDecomposedInstantiationLoc to getDecomposedExpansionLoc.
Chandler Carruth
2011-07-25
1
-1
/
+1
*
Rename SourceManager::getImmediateInstantiationRange to
Chandler Carruth
2011-07-25
1
-2
/
+2
*
Rename SourceManager::getInstantiationRange to getExpansionRange.
Chandler Carruth
2011-07-25
1
-2
/
+2
*
Mechanically rename SourceManager::getInstantiationLoc and
Chandler Carruth
2011-07-25
1
-5
/
+5
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-18
/
+18
*
Switch all local code and comments from '[Ii]nstantiat(ion|ed)' to
Chandler Carruth
2011-07-14
1
-14
/
+14
[next]