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
/
test
/
Parser
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang] Fix crash on visiting null nestedNameSpecifier.
Haojian Wu
2020-06-10
1
-0
/
+6
*
PR45063: Fix crash on invalid processing an elaborated class template-id
Richard Smith
2020-06-10
1
-0
/
+4
*
Add -std=c++20 flag, replace C++2a with C++20 throughout the Clang
Richard Smith
2020-02-19
4
-30
/
+30
*
[Concepts] Fix isDeclarationSpecifier to detect type-constraints correctly
Saar Raz
2020-01-31
1
-8
/
+33
*
PR41991: Accept attributes on defaulted and deleted friends.
Richard Smith
2020-01-30
2
-0
/
+10
*
[Concepts] Fix parsing of scope specifier in compound-requirements, add more ...
Saar Raz
2020-01-26
3
-24
/
+56
*
[Concepts] Deprecate -fconcepts-ts, enable Concepts under -std=c++2a
Saar Raz
2020-01-24
8
-8
/
+8
*
[Concepts] Placeholder constraints and abbreviated templates
Saar Raz
2020-01-24
1
-0
/
+26
*
[Concepts] Requires Expressions
Saar Raz
2020-01-24
1
-0
/
+141
*
Remove redundant CXXScopeSpec from TemplateIdAnnotation.
Richard Smith
2020-01-24
1
-3
/
+2
*
Add extra test file forgotten in 45d7080.
Richard Smith
2020-01-17
1
-0
/
+62
*
[Concepts] Type Constraints
Saar Raz
2020-01-15
2
-0
/
+91
*
[Concepts] Function trailing requires clauses
Saar Raz
2020-01-09
2
-34
/
+89
*
Disallow an empty string literal in an asm label
Aaron Ballman
2020-01-08
1
-0
/
+4
*
[Diagnostic] make Wmisleading-indendation not warn about labels
Tyker
2020-01-06
1
-0
/
+7
*
[Diagnostic] Add test for previous b4b904e19bb356724b2c6aea0199ce05c6f15cdb
Tyker
2020-01-04
1
-0
/
+3
*
[Diagnostic] Fixed add ftabstop to -Wmisleading-indentation
Tyker
2020-01-03
1
-2
/
+82
*
Revert "[Diagnostic] Add ftabstop to -Wmisleading-indentation"
Martin Storsjö
2019-12-31
1
-81
/
+2
*
[X86][AsmParser] re-introduce 'offset' operator
Eric Astor
2019-12-30
1
-0
/
+5
*
[Diagnostic] Add ftabstop to -Wmisleading-indentation
Tyker
2019-12-30
1
-2
/
+81
*
[OpenCL] Pretty print __private addr space
Anastasia Stulova
2019-12-27
2
-4
/
+4
*
[Diagnsotics] Small Improvement on -Wmisleading-indentation
Tyker
2019-12-12
1
-1
/
+20
*
Fix mishandling of invalid-but-non-empty nested name specifiers in name
Richard Smith
2019-12-10
1
-0
/
+8
*
[Diagnostic] add a warning which warns about misleading indentation
Tyker
2019-12-03
1
-0
/
+208
*
Properly disambiguate between array declarators and array subscript expressions.
Richard Smith
2019-11-27
1
-0
/
+22
*
Fix parser bug that permitted 'private' as a (no-op) decl-specifier even outs...
Richard Smith
2019-11-20
1
-0
/
+2
*
[Parser] Warn when ScopeDepthOrObjCQuals overflows
Mark de Wever
2019-11-09
3
-0
/
+118
*
[c++2a] Allow comparison functions to be explicitly defaulted.
Richard Smith
2019-10-22
1
-1
/
+1
*
[Concepts] Concept Specialization Expressions
Saar Raz
2019-10-15
1
-17
/
+44
*
Revert 374882 "[Concepts] Concept Specialization Expressions"
Nico Weber
2019-10-15
1
-44
/
+17
*
[Concepts] Concept Specialization Expressions
Saar Raz
2019-10-15
1
-17
/
+44
*
[MS] Warn when shadowing template parameters under -fms-compatibility
Reid Kleckner
2019-09-12
1
-16
/
+0
*
Re-land Remove REQUIRES:shell from tests that pass for me on Windows
Reid Kleckner
2019-09-10
1
-2
/
+1
*
Revert Remove REQUIRES:shell from tests that pass for me on Windows
James Henderson
2019-09-10
1
-1
/
+2
*
Remove REQUIRES:shell from tests that pass for me on Windows
Reid Kleckner
2019-09-10
1
-2
/
+1
*
Diagnose _Atomic as a C11 extension.
Aaron Ballman
2019-09-04
1
-26
/
+33
*
[c++20] P1143R2: Add support for the C++20 'constinit' keyword.
Richard Smith
2019-09-04
1
-4
/
+15
*
[c++20] Add support for designated direct-list-initialization syntax.
Richard Smith
2019-08-31
1
-0
/
+25
*
[c++20] Implement semantic restrictions for C++20 designated
Richard Smith
2019-08-30
2
-5
/
+5
*
Diagnose _Bool as a C99 extension.
Aaron Ballman
2019-08-27
1
-0
/
+3
*
Diagnose both _Complex and _Imaginary as C99 extensions.
Aaron Ballman
2019-08-27
1
-0
/
+8
*
Replace some custom C11 extension warnings with the generic warning.
Aaron Ballman
2019-08-27
1
-1
/
+1
*
Quote the token being diagnosed for C11 extensions.
Aaron Ballman
2019-08-27
1
-2
/
+2
*
Reword the C11 extension diagnostic.
Aaron Ballman
2019-08-26
1
-2
/
+2
*
[Parser] Emit descriptive diagnostic for misplaced pragma
Serge Pavlov
2019-08-04
3
-2
/
+46
*
[Parser] Lambda capture lists can start with '*'
Erik Pilkington
2019-07-30
1
-0
/
+13
*
[OpenCL] Rename lang mode flag for C++ mode
Anastasia Stulova
2019-07-25
2
-3
/
+3
*
[Clang] New loop pragma vectorize_predicate
Sjoerd Meijer
2019-07-25
2
-3
/
+14
*
[OpenCL] Update comments/diagnostics to refer to C++ for OpenCL
Anastasia Stulova
2019-07-18
2
-4
/
+4
*
[Concepts] Concept definitions (D40381)
Saar Raz
2019-07-10
1
-0
/
+73
[next]