index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Support
/
SourceMgr.cpp
Age
Commit message (
Expand
)
Author
2012-04-18
SourceMgr: Colorize diagnostics.
Benjamin Kramer
2012-01-16
Removing unused default switch cases in switches over enums that already acco...
David Blaikie
2011-10-16
remove the dead 'ShowLine' argument from SMDiagnostic.
Chris Lattner
2011-10-16
Make SMDiagnostic a little more sane. Instead of passing around note/warning...
Chris Lattner
2011-10-16
Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...
Chris Lattner
2011-06-01
Add new -d option to tblgen. It writes a make(1)-style dependency file.
Joerg Sonnenberger
2010-12-16
MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...
Michael J. Spencer
2010-12-09
Fix whitespace.
Michael J. Spencer
2010-12-09
Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...
Michael J. Spencer
2010-11-17
now that AsmPrinter::EmitInlineAsm is factored right, we can eliminate the
Chris Lattner
2010-09-27
Push twines deeper into SourceMgr's error handling methods.
Benjamin Kramer
2010-04-06
enhance SMDiagnostic to also maintain a pointer to the SourceMgr.
Chris Lattner
2010-04-06
give the SourceMgr object a cookie.
Chris Lattner
2010-04-06
Give llvm::SourceMgr the ability to have a client-specified
Chris Lattner
2010-01-27
Make SMDiagnostic::Print a const method.
Mikhail Glushenkov
2010-01-27
Trailing whitespace.
Mikhail Glushenkov
2010-01-21
Avoid printing a spurious semicolon when there is no filename.
Dan Gohman
2009-11-22
SourceMgr: Add ShowLine argument to PrintMessage, to allow suppressing the so...
Daniel Dunbar
2009-08-11
add a trivial line # cache to SourceMgr to make repeated queries to
Chris Lattner
2009-07-02
switch the .ll parser to use SourceMgr.
Chris Lattner
2009-07-02
add an explicit class for holding llvm::SourceMgr diagnostics and use
Chris Lattner
2009-06-30
Normalize SourceMgr messages.
Daniel Dunbar
2009-06-21
rename SourceMgr::PrintError to PrintMessage.
Chris Lattner
2009-06-21
move include searching logic from TGLexer to SourceMgr.
Chris Lattner
2009-06-21
Rename TGSourceMgr -> SourceMgr.
Chris Lattner
2009-06-21
rename TGLoc -> SMLoc.
Chris Lattner
2009-06-21
move TGSourceMgr class out of TableGen into libsupport.
Chris Lattner