Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
33c0c77073d2b8e7067b51a2f43593d09d21d82f
/
llvm
/
lib
/
Support
/
SourceMgr.cpp
af5f23e
Add new -d option to tblgen. It writes a make(1)-style dependency file.
by Joerg Sonnenberger
· 14 years ago
39a0ffc
MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> via an out parm.
by Michael J. Spencer
· 15 years ago
db97c0b
Fix whitespace.
by Michael J. Spencer
· 15 years ago
7b6fef8
Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code &ec. And fix clients.
by Michael J. Spencer
· 15 years ago
b0e3608
now that AsmPrinter::EmitInlineAsm is factored right, we can eliminate the
by Chris Lattner
· 15 years ago
c758311
Push twines deeper into SourceMgr's error handling methods.
by Benjamin Kramer
· 15 years ago
97c4cb8
enhance SMDiagnostic to also maintain a pointer to the SourceMgr.
by Chris Lattner
· 16 years ago
6540913
give the SourceMgr object a cookie.
by Chris Lattner
· 16 years ago
3c79981
Give llvm::SourceMgr the ability to have a client-specified diagnostic handler.
by Chris Lattner
· 16 years ago
76be2d1
Make SMDiagnostic::Print a const method.
by Mikhail Glushenkov
· 16 years ago
84afae3
Trailing whitespace.
by Mikhail Glushenkov
· 16 years ago
7c67590
Avoid printing a spurious semicolon when there is no filename.
by Dan Gohman
· 16 years ago
5a308f5
SourceMgr: Add ShowLine argument to PrintMessage, to allow suppressing the source line output.
by Daniel Dunbar
· 16 years ago
5d47e93
add a trivial line # cache to SourceMgr to make repeated queries to
by Chris Lattner
· 16 years ago
200e075
switch the .ll parser to use SourceMgr.
by Chris Lattner
· 16 years ago
cc64cc9
add an explicit class for holding llvm::SourceMgr diagnostics and use
by Chris Lattner
· 16 years ago
c9dc78a
Normalize SourceMgr messages.
by Daniel Dunbar
· 16 years ago
2adc9e7
rename SourceMgr::PrintError to PrintMessage.
by Chris Lattner
· 16 years ago
976af62
move include searching logic from TGLexer to SourceMgr.
by Chris Lattner
· 16 years ago
fd25575
Rename TGSourceMgr -> SourceMgr.
by Chris Lattner
· 16 years ago
526c8cb
rename TGLoc -> SMLoc.
by Chris Lattner
· 16 years ago
1b30e1ac
move TGSourceMgr class out of TableGen into libsupport.
by Chris Lattner
· 16 years ago
[Renamed (91%) from llvm/utils/TableGen/TGSourceMgr.cpp]
975c1cb
fix a few spelling errors and typos
by Jim Grosbach
· 17 years ago
0f6dc78
include the null at the end of a memorybuffer as part of the buffer.
by Chris Lattner
· 17 years ago
87710ca
make "locations" a class instead of a typedef.
by Chris Lattner
· 17 years ago
8db9bc7
split buffer management and diagnostic printing out of the tblgen
by Chris Lattner
· 17 years ago