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
/
Frontend
/
TextDiagnostic.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang] Fix the canonicalization of paths in -fdiagnostics-absolute-paths
Karl-Johan Karlsson
2019-12-20
1
-12
/
+11
*
[lldb] Print better diagnostics for user expressions and modules
Raphael Isemann
2019-09-18
1
-2
/
+3
*
Revert r367649: Improve raw_ostream so that you can "write" colors using oper...
Rui Ueyama
2019-08-02
1
-9
/
+16
*
Improve raw_ostream so that you can "write" colors using operator<<
Rui Ueyama
2019-08-02
1
-16
/
+9
*
[clang] Adopt new FileManager error-returning APIs
Harlan Haskins
2019-08-01
1
-3
/
+3
*
Do not resolve directory junctions for `-fdiagnostics-absolute-paths` on Wind...
Igor Kudrin
2019-05-24
1
-0
/
+21
*
Range-style std::find{,_if} -> llvm::find{,_if}. NFC
Fangrui Song
2019-03-31
1
-2
/
+1
*
Replace clang::FileData with llvm::vfs::Status
Harlan Haskins
2019-03-05
1
-2
/
+0
*
Remove extraneous space in MSVC-style diagnostic output
Hans Wennborg
2019-02-19
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove trailing space
Fangrui Song
2018-07-30
1
-14
/
+14
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-17
/
+17
*
PR37189 Fix incorrect end source location and spelling for a split '>>' token.
Richard Smith
2018-04-30
1
-22
/
+16
*
[clang] buildFixItInsertionLine should use Hints of the same FID and LineNo
Chih-Hung Hsieh
2017-07-12
1
-6
/
+5
*
Revert "Revert "[NFC] Refactor DiagnosticRenderer to use FullSourceLoc""
Christof Douma
2017-06-27
1
-48
/
+37
*
Revert "[NFC] Refactor DiagnosticRenderer to use FullSourceLoc"
Christof Douma
2017-06-19
1
-37
/
+48
*
[NFC] Refactor DiagnosticRenderer to use FullSourceLoc
Christof Douma
2017-06-19
1
-48
/
+37
*
Make helper functions static. NFC.
Benjamin Kramer
2017-05-26
1
-3
/
+3
*
[Frontend] Don't index into an empty string.
Benjamin Kramer
2017-05-23
1
-1
/
+1
*
Add option to include multiple lines in snippets.
Richard Smith
2017-05-22
1
-86
/
+156
*
Move UTF functions into namespace llvm.
Justin Lebar
2016-09-30
1
-7
/
+8
*
Add support for -fdiagnostics-absolute-paths: printing absolute paths in diag...
Hans Wennborg
2016-08-26
1
-2
/
+19
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-1
/
+0
*
Fix use of uninitialized value exposed by r267802. Accessors of an invalid
Richard Smith
2016-04-28
1
-3
/
+3
*
clang-cl: With -fmsc-version=1900, use MSVS2015 diag formatting.
Nico Weber
2016-03-23
1
-1
/
+9
*
Revert r263974, "clang-cl: With -fmsc-version=1900, use MSVS2015 diag formatt...
NAKAMURA Takumi
2016-03-21
1
-9
/
+1
*
clang-cl: With -fmsc-version=1900, use MSVS2015 diag formatting.
Nico Weber
2016-03-21
1
-1
/
+9
*
Don't crash w/ a diagnostic range containing a null byte
David Majnemer
2016-02-17
1
-3
/
+11
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
Replace double negation of !FileID.isInvalid() with FileID.isValid().
Yaron Keren
2015-10-03
1
-1
/
+1
*
Replace double-negated !SourceLocation.isInvalid() with SourceLocation.isVali...
Yaron Keren
2015-10-03
1
-1
/
+1
*
[modules] Properly diagnose errors in module files for which we have no
Richard Smith
2015-08-11
1
-3
/
+3
*
Give isCompatibleWithMSVC a better interface
David Majnemer
2015-05-11
1
-1
/
+1
*
The prefix 'Ms-' should be 'MS-'
David Majnemer
2015-02-02
1
-3
/
+3
*
Frontend: Fix SourceColumnMap assertion failure on non-ascii characters.
Logan Chien
2015-01-08
1
-9
/
+11
*
Frontend: Fix typo in comments.
Logan Chien
2014-12-20
1
-2
/
+2
*
Driver: bifurcate extended and basic MSC versioning
Saleem Abdulrasool
2014-07-16
1
-1
/
+2
*
Track IntrusiveRefCntPtr::get() changes from LLVM r212366
Alp Toker
2014-07-05
1
-1
/
+1
*
DiagnosticRenderer: emit basic notes as real diagnostics
Alp Toker
2014-06-21
1
-6
/
+0
*
TextDiagnostic: print remark level diagnostics in bold too
Alp Toker
2014-06-21
1
-19
/
+14
*
Driver: enhance MSC version compatibility
Saleem Abdulrasool
2014-06-20
1
-1
/
+1
*
The Visual Studio IDE changed behavior in VS2012. It used to be the case that
Yunzhong Gao
2014-03-07
1
-1
/
+3
*
[C++11] Replace verbose functors with succinct lambdas
Benjamin Kramer
2014-03-01
1
-9
/
+1
*
Add 'remark' diagnostic type in 'clang'
Tobias Grosser
2014-02-28
1
-0
/
+4
*
Split FileEntry name vs. isValid
Ben Langmuir
2014-02-27
1
-1
/
+1
*
clang-cl: print diagnostics as "error(clang): foo" in /fallback mode
Hans Wennborg
2013-09-24
1
-6
/
+17
*
Use llvm::sys::fs::UniqueID for windows and unix.
Rafael Espindola
2013-08-01
1
-4
/
+1
*
Handle Unicode characters in fix-it replacement strings.
Jordan Rose
2013-06-07
1
-19
/
+17
*
Make compares unsigned. The expression can't become negative anyways.
Benjamin Kramer
2013-04-23
1
-2
/
+2
[next]