Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
34c4485b7479a12b5ef1cb15d27e96277e8a499a
/
lib
/
Support
/
SourceMgr.cpp
dd13790
Add new -d option to tblgen. It writes a make(1)-style dependency file.
by Joerg Sonnenberger
· 14 years ago
3ff9563
MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> via an out parm.
by Michael J. Spencer
· 15 years ago
333ad3f
Fix whitespace.
by Michael J. Spencer
· 15 years ago
333fb04
Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code &ec. And fix clients.
by Michael J. Spencer
· 15 years ago
4afa128
now that AsmPrinter::EmitInlineAsm is factored right, we can eliminate the
by Chris Lattner
· 15 years ago
d1e1703
Push twines deeper into SourceMgr's error handling methods.
by Benjamin Kramer
· 15 years ago
b019491
enhance SMDiagnostic to also maintain a pointer to the SourceMgr.
by Chris Lattner
· 15 years ago
214aa8a
give the SourceMgr object a cookie.
by Chris Lattner
· 15 years ago
8f0f480
Give llvm::SourceMgr the ability to have a client-specified diagnostic handler.
by Chris Lattner
· 15 years ago
4221066
Make SMDiagnostic::Print a const method.
by Mikhail Glushenkov
· 16 years ago
e690ffb
Trailing whitespace.
by Mikhail Glushenkov
· 16 years ago
5e5442c
Avoid printing a spurious semicolon when there is no filename.
by Dan Gohman
· 16 years ago
4153982
SourceMgr: Add ShowLine argument to PrintMessage, to allow suppressing the source line output.
by Daniel Dunbar
· 16 years ago
1d96ccc
add a trivial line # cache to SourceMgr to make repeated queries to
by Chris Lattner
· 16 years ago
eeb4a84
switch the .ll parser to use SourceMgr.
by Chris Lattner
· 16 years ago
2f510ae
add an explicit class for holding llvm::SourceMgr diagnostics and use
by Chris Lattner
· 16 years ago
3fb7683
Normalize SourceMgr messages.
by Daniel Dunbar
· 16 years ago
14ee48a
rename SourceMgr::PrintError to PrintMessage.
by Chris Lattner
· 16 years ago
7ee5d5f
move include searching logic from TGLexer to SourceMgr.
by Chris Lattner
· 16 years ago
8070ea3
Rename TGSourceMgr -> SourceMgr.
by Chris Lattner
· 16 years ago
1e3a8a4
rename TGLoc -> SMLoc.
by Chris Lattner
· 16 years ago
099e198
move TGSourceMgr class out of TableGen into libsupport.
by Chris Lattner
· 16 years ago
[Renamed (91%) from utils/TableGen/TGSourceMgr.cpp]
da4231f
fix a few spelling errors and typos
by Jim Grosbach
· 16 years ago
d477182
include the null at the end of a memorybuffer as part of the buffer.
by Chris Lattner
· 16 years ago
1c8ae59
make "locations" a class instead of a typedef.
by Chris Lattner
· 16 years ago
aa739d2
split buffer management and diagnostic printing out of the tblgen
by Chris Lattner
· 16 years ago