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-tools-extra
/
clangd
/
Diagnostics.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clangd] Adjust diagnostic range to be inside main file
Kadir Cetinkaya
2020-01-09
1
-8
/
+20
*
[NFC] Fix typos in Clangd and Clang
Kirill Bobyrev
2019-12-16
1
-1
/
+1
*
[clangd] also filter out another possible diag from MS ASM syntax
Sam McCall
2019-12-09
1
-2
/
+3
*
[Parser] Don't crash on MS assembly if target desc/asm parser isn't linked in.
Sam McCall
2019-12-09
1
-1
/
+8
*
[clangd] Fix diagnostic location for macro expansions
Kadir Cetinkaya
2019-11-25
1
-1
/
+1
*
[clangd] Surface errors from command-line parsing
Ilya Biryukov
2019-08-28
1
-10
/
+45
*
[clangd] Drop diags from non-written #include.
Haojian Wu
2019-08-12
1
-2
/
+6
*
[clangd] Ignore diags from builtin files
Kadir Cetinkaya
2019-07-30
1
-14
/
+22
*
[clangd] cleanup: unify the implemenation of checking a location is inside ma...
Haojian Wu
2019-07-19
1
-5
/
+1
*
[clangd] Deduplicate clang-tidy diagnostic messages.
Haojian Wu
2019-07-05
1
-0
/
+7
*
[clangd] Make FixIt message be consistent with the clang-tidy diagnostic mess...
Haojian Wu
2019-07-01
1
-0
/
+2
*
[Clangd] Fixed clangd diagnostics priority
Kadir Cetinkaya
2019-06-13
1
-12
/
+8
*
[clangd] Limit the size of synthesized fix message
Ilya Biryukov
2019-05-24
1
-6
/
+32
*
[clangd] Respect WarningsAsErrors configuration for clang-tidy
Fangrui Song
2019-05-19
1
-3
/
+6
*
[clangd] Respect clang-tidy suppression comments
Fangrui Song
2019-05-19
1
-0
/
+13
*
[clangd] Surface diagnostics from headers inside main file
Kadir Cetinkaya
2019-04-29
1
-5
/
+50
*
[clangd] Support relatedInformation in diagnostics.
Sam McCall
2019-04-18
1
-44
/
+66
*
[clangd] Strip the ' [some-check-name]' suffix from clang-tidy diagnostics. T...
Sam McCall
2019-04-17
1
-0
/
+11
*
[clangd] Use shorter, more recognizable codes for diagnostics.
Sam McCall
2019-04-17
1
-1
/
+11
*
[clangd] Include textual diagnostic ID as Diagnostic.code.
Sam McCall
2019-04-17
1
-2
/
+57
*
[clangd] Add Source to clangd::Diagnostic.
Haojian Wu
2019-03-06
1
-0
/
+1
*
[clangd] Don't attach FixIt to the source code in macro.
Haojian Wu
2019-02-22
1
-0
/
+5
*
[clangd] Add an option in the code to not display number of fixes
Ilya Biryukov
2019-02-19
1
-3
/
+3
*
[clangd] Append "(fix available)" to diagnostic message when fixes are present.
Eric Liu
2019-01-31
1
-0
/
+2
*
[clangd] Suggest adding missing includes for incomplete type diagnostics.
Eric Liu
2019-01-28
1
-0
/
+5
*
[clangd] NFC: reduce log noise from Diagnostics.
Eric Liu
2019-01-22
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[clangd] Remove 'using namespace llvm' from .cpp files. NFC
Ilya Biryukov
2019-01-07
1
-21
/
+20
*
[clangd] clang-format everything. NFC
Ilya Biryukov
2019-01-03
1
-3
/
+3
*
[clangd] Do not drop diagnostics from macros
Ilya Biryukov
2018-11-26
1
-1
/
+1
*
[clangd] Replay preamble #includes to clang-tidy checks.
Sam McCall
2018-11-20
1
-1
/
+4
*
[clangd] Fix mainfile filtering for diagnostics: don't emit diagnostics for b...
Sam McCall
2018-11-07
1
-1
/
+1
*
[clangd] Embed fixes as CodeAction, instead of clangd_fixes. Clean up seriali...
Sam McCall
2018-10-24
1
-3
/
+21
*
[clangd] Namespace style cleanup in cpp files. NFC.
Sam McCall
2018-10-20
1
-19
/
+19
*
[clangd] Revert back to previous heuristic for diagnostic range extraction.
Kadir Cetinkaya
2018-10-09
1
-6
/
+2
*
Improve diagnostics range reporting.
Kadir Cetinkaya
2018-09-27
1
-0
/
+11
*
[clangd] add an extension field to LSP to transfer the diagnostic's category
Alex Lorenz
2018-08-14
1
-0
/
+4
*
NFC: Enforce good formatting across multiple clang-tools-extra files
Kirill Bobyrev
2018-08-14
1
-2
/
+2
*
Added functionality to suggest FixIts for conversion of '->' to '.' and vice ...
Kadir Cetinkaya
2018-08-08
1
-9
/
+0
*
[clangd] capitalize diagnostic messages
Alex Lorenz
2018-08-03
1
-2
/
+9
*
[clangd] Upgrade logging facilities with levels and formatv.
Sam McCall
2018-07-11
1
-1
/
+1
*
[clangd] synthesize fix message when the diagnostic doesn't provide one.
Sam McCall
2018-04-03
1
-4
/
+24
*
[clangd] Revamp handling of diagnostics.
Ilya Biryukov
2018-03-12
1
-0
/
+364