index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Support
/
SourceMgr.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-25
1
-54
/
+68
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-4
/
+5
*
Make SourceMgr::PrintMessage() testable and add unit tests
Dmitri Gribenko
2013-09-27
1
-1
/
+7
*
Fix size_t -> uint warnings with MSVC 64-bit build
Matt Arsenault
2013-07-20
1
-7
/
+7
*
Add ArrayRef constructor from None, and do the cleanups that this constructor...
Dmitri Gribenko
2013-05-05
1
-6
/
+6
*
Add basic fix-its to SMDiagnostic.
Jordan Rose
2013-01-10
1
-11
/
+59
*
Fix include guards so they exactly match file names.
Jakub Staszak
2013-01-10
1
-2
/
+2
*
Add support for passing -main-file-name all the way through to
Eric Christopher
2012-12-18
1
-0
/
+4
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
1
-1
/
+1
*
Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators...
Craig Topper
2012-09-16
1
-3
/
+3
*
Fix a bunch of -Wdocumentation warnings.
Dmitri Gribenko
2012-08-23
1
-1
/
+1
*
fix warnings when compiling with -Wshadow
Nick Kledzik
2012-05-18
1
-2
/
+2
*
reapply my patch, with a fix for an off-by-one error. Turned out to be a lot
Chris Lattner
2012-05-05
1
-1
/
+8
*
revert my patches, which are causing problems.
Chris Lattner
2012-05-05
1
-8
/
+1
*
add missing header <shame>
Chris Lattner
2012-05-05
1
-1
/
+8
*
SourceMgr: Colorize diagnostics.
Benjamin Kramer
2012-04-18
1
-2
/
+5
*
PR11143: Save the old diagnostic handler and call it when munging diagnostics...
Benjamin Kramer
2011-10-16
1
-0
/
+3
*
remove the dead 'ShowLine' argument from SMDiagnostic.
Chris Lattner
2011-10-16
1
-10
/
+5
*
Make SMDiagnostic a little more sane. Instead of passing around note/warning...
Chris Lattner
2011-10-16
1
-11
/
+17
*
Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...
Chris Lattner
2011-10-16
1
-8
/
+9
*
Finish supporting cpp #file/line comments in assembler for error messages. So
Kevin Enderby
2011-10-12
1
-2
/
+6
*
Add new -d option to tblgen. It writes a make(1)-style dependency file.
Joerg Sonnenberger
2011-06-01
1
-1
/
+3
*
Remove the showline argument from the SMDiagnostic constructor
Dan Gohman
2011-03-01
1
-3
/
+2
*
add a missing const qualifier for consistency.
Chris Lattner
2011-03-01
1
-1
/
+1
*
now that AsmPrinter::EmitInlineAsm is factored right, we can eliminate the
Chris Lattner
2010-11-17
1
-7
/
+3
*
Push twines deeper into SourceMgr's error handling methods.
Benjamin Kramer
2010-09-27
1
-2
/
+3
*
Don't construct a std::string with a literal "".
Dan Gohman
2010-08-04
1
-2
/
+2
*
this accessor doesn't need to copy the string.
Chris Lattner
2010-04-06
1
-1
/
+1
*
enhance SMDiagnostic to also maintain a pointer to the SourceMgr.
Chris Lattner
2010-04-06
1
-3
/
+14
*
give the SourceMgr object a cookie.
Chris Lattner
2010-04-06
1
-3
/
+7
*
Give llvm::SourceMgr the ability to have a client-specified
Chris Lattner
2010-04-06
1
-3
/
+28
*
add a comment.
Chris Lattner
2010-04-05
1
-0
/
+2
*
Fix some of the memcheck errors found in the JIT unittests.
Jeffrey Yasskin
2010-02-11
1
-1
/
+1
*
Make SMDiagnostic::Print a const method.
Mikhail Glushenkov
2010-01-27
1
-1
/
+1
*
Trailing whitespace.
Mikhail Glushenkov
2010-01-27
1
-19
/
+19
*
Split SMLoc out in its own header so that it can
Sean Callanan
2010-01-18
1
-21
/
+3
*
SourceMgr: Add ShowLine argument to PrintMessage, to allow suppressing the so...
Daniel Dunbar
2009-11-22
1
-4
/
+11
*
add a trivial line # cache to SourceMgr to make repeated queries to
Chris Lattner
2009-08-11
1
-1
/
+5
*
Use the default copy-ctor, copy-assignment, and destructor.
Dan Gohman
2009-08-11
1
-11
/
+0
*
switch the .ll parser to use SourceMgr.
Chris Lattner
2009-07-02
1
-0
/
+10
*
add an explicit class for holding llvm::SourceMgr diagnostics and use
Chris Lattner
2009-07-02
1
-6
/
+36
*
Normalize SourceMgr messages.
Daniel Dunbar
2009-06-30
1
-1
/
+4
*
Add SMLoc::isValid method.
Daniel Dunbar
2009-06-29
1
-0
/
+2
*
rename SourceMgr::PrintError to PrintMessage.
Chris Lattner
2009-06-21
1
-3
/
+2
*
move include searching logic from TGLexer to SourceMgr.
Chris Lattner
2009-06-21
1
-0
/
+13
*
Rename TGSourceMgr -> SourceMgr.
Chris Lattner
2009-06-21
1
-9
/
+9
*
rename TGLoc -> SMLoc.
Chris Lattner
2009-06-21
1
-14
/
+14
*
move TGSourceMgr class out of TableGen into libsupport.
Chris Lattner
2009-06-21
1
-0
/
+108