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
/
Driver
/
TextDiagnosticPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*
Daniel Dunbar
2009-03-02
1
-315
/
+0
*
Introduce code modification hints into the diagnostics system. When we
Douglas Gregor
2009-02-26
1
-5
/
+50
*
map source ranges through macro expansions. Before:
Chris Lattner
2009-02-20
1
-1
/
+12
*
refactor, pass ranges down instead of the whole
Chris Lattner
2009-02-20
1
-9
/
+15
*
tidy up
Chris Lattner
2009-02-18
1
-3
/
+1
*
As an experimental hack, emit "instantiated from" information in
Chris Lattner
2009-02-17
1
-1
/
+17
*
sink a call to getInstantiationLoc to eliminate an assertion.
Chris Lattner
2009-02-17
1
-4
/
+5
*
break down EmitCaretDiagnostic to use more primitive calls.
Chris Lattner
2009-02-17
1
-13
/
+27
*
split caret diagnostic printing out into its own function.
Chris Lattner
2009-02-17
1
-59
/
+65
*
simplify some code.
Chris Lattner
2009-02-17
1
-5
/
+5
*
If a source range comes through a function-like macro expansion,
Chris Lattner
2009-02-17
1
-0
/
+8
*
handle fatal errors, rely on warnings to point out missing cases.
Chris Lattner
2009-02-06
1
-1
/
+2
*
lower the interface to getLineNumber like we did for
Chris Lattner
2009-02-04
1
-3
/
+4
*
make SM::getColumnNumber take a predecomposed FileID/offset, which
Chris Lattner
2009-02-04
1
-2
/
+2
*
" Attached is a patch for TextDiagnosticPrinter that adds an optional
Chris Lattner
2009-01-30
1
-4
/
+6
*
Fix TextDiagnosticPrinter::HandleDiagnostic to handle invalid FullSourceLocs ...
Ted Kremenek
2009-01-28
1
-15
/
+7
*
Introduce a new PresumedLoc class to represent the concept of a location
Chris Lattner
2009-01-27
1
-54
/
+64
*
Rename SourceManager::getCanonicalFileID -> getFileID. There is
Chris Lattner
2009-01-19
1
-2
/
+2
*
Rename SourceLocation::getFileID to getChunkID, because it returns
Chris Lattner
2009-01-17
1
-7
/
+9
*
eliminate FullSourceLoc::getLocation() now that FullSourceLoc
Chris Lattner
2009-01-16
1
-1
/
+1
*
more SourceLocation lexicon change: instead of referring to the
Chris Lattner
2009-01-16
1
-13
/
+14
*
remove a dead enum
Chris Lattner
2008-11-22
1
-1
/
+0
*
switch TextDiagnosticPrinter to raw_ostream.
Chris Lattner
2008-11-19
1
-6
/
+9
*
rewrite FormatDiagnostic to be less gross and a lot more efficient.
Chris Lattner
2008-11-19
1
-4
/
+7
*
This reworks some of the Diagnostic interfaces a bit to change how diagnostics
Chris Lattner
2008-11-18
1
-13
/
+9
*
Change the diagnostics interface to take an array of pointers to
Chris Lattner
2008-11-18
1
-1
/
+1
*
More #include cleaning
Daniel Dunbar
2008-08-11
1
-2
/
+0
*
* Remove isInSystemHeader() from DiagClient, move it to SourceManager
Nico Weber
2008-08-10
1
-1
/
+0
*
Expressive diagnostics-- worth their weight in gold?
Gordon Henriksen
2008-08-09
1
-20
/
+20
*
add a libDriver, for now only move the text diangostics stuff from Driver to ...
Nico Weber
2008-08-05
1
-0
/
+203