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
/
Parse
/
ParseDecl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix parser bug that permitted 'private' as a (no-op) decl-specifier even outs...
Richard Smith
2019-11-20
1
-1
/
+6
*
[Parser] Warn when ScopeDepthOrObjCQuals overflows
Mark de Wever
2019-11-09
1
-0
/
+13
*
[c++2a] Allow comparison functions to be explicitly defaulted.
Richard Smith
2019-10-22
1
-1
/
+2
*
PR43080: Do not build context-sensitive expressions during name classification.
Richard Smith
2019-10-14
1
-6
/
+7
*
[OPENMP50]Treat range-based for as canonical loop.
Alexey Bataev
2019-10-07
1
-0
/
+2
*
Model converted constant expressions as full-expressions.
Richard Smith
2019-09-19
1
-1
/
+3
*
[NFCI]Create CommonAttributeInfo Type as base type of *Attr and ParsedAttr.
Erich Keane
2019-09-13
1
-5
/
+5
*
Diagnose _Atomic as a C11 extension.
Aaron Ballman
2019-09-04
1
-0
/
+5
*
[c++20] P1143R2: Add support for the C++20 'constinit' keyword.
Richard Smith
2019-09-04
1
-5
/
+7
*
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
/
+4
*
Replace some custom C11 extension warnings with the generic warning.
Aaron Ballman
2019-08-27
1
-1
/
+1
*
Diagnose use of _Thread_local as an extension when not in C11 mode.
Aaron Ballman
2019-08-26
1
-1
/
+3
*
Do a sweep of symbol internalization. NFC.
Benjamin Kramer
2019-08-23
1
-2
/
+2
*
[Attr] Support _attribute__ ((fallthrough))
Nathan Huckleberry
2019-08-20
1
-11
/
+19
*
[Parser] Emit descriptive diagnostic for misplaced pragma
Serge Pavlov
2019-08-04
1
-0
/
+8
*
[Parser] Change parameter type from int to enum
Serge Pavlov
2019-08-01
1
-1
/
+1
*
Add lifetime categories attributes
Matthias Gehre
2019-07-25
1
-5
/
+22
*
[OpenCL] Update comments/diagnostics to refer to C++ for OpenCL
Anastasia Stulova
2019-07-18
1
-1
/
+2
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-1
/
+1
*
Require commas to separate multiple GNU-style attributes in the same attribut...
Aaron Ballman
2019-06-18
1
-5
/
+5
*
[C++20] add Basic consteval specifier
Gauthier Harnisch
2019-06-14
1
-4
/
+13
*
[OpenCL] Support pipe keyword in C++ mode
Sven van Haastregt
2019-05-22
1
-3
/
+11
*
[Lex] Allow to consume tokens while preprocessing
Ilya Biryukov
2019-05-17
1
-3
/
+3
*
Fix for P41852 where builtin attributes were being caught by FindLocsWithComm...
Leonard Chan
2019-05-12
1
-2
/
+3
*
Simplify tracking of end of consumed decl-specifier sequence.
Richard Smith
2019-05-09
1
-11
/
+7
*
Fix gcc compilation warning in an assert [NFC]
Mikael Holmen
2019-05-09
1
-1
/
+1
*
[c++20] Add support for explicit(bool), as described in P0892R2.
Richard Smith
2019-05-09
1
-13
/
+49
*
[c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whose
Richard Smith
2019-05-09
1
-1
/
+3
*
Improve function / variable disambiguation.
Richard Smith
2019-05-07
1
-1
/
+1
*
Recommit r359859 "[Attribute/Diagnostics] Print macro if definition is an att...
Leonard Chan
2019-05-07
1
-1
/
+39
*
Revert r359949 "[clang] adding explicit(bool) from c++2a"
Hans Wennborg
2019-05-06
1
-49
/
+13
*
[C++] Interpret unknown identifier in parameter clause as unknown type
Nicolas Lesser
2019-05-05
1
-0
/
+3
*
[NFC] Add parentheses to avoid -Wparentheses.
Nicolas Lesser
2019-05-04
1
-1
/
+1
*
[clang] adding explicit(bool) from c++2a
Nicolas Lesser
2019-05-04
1
-13
/
+49
*
Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...
Leonard Chan
2019-05-03
1
-39
/
+1
*
[Attribute/Diagnostics] Print macro if definition is an attribute declaration
Leonard Chan
2019-05-02
1
-1
/
+39
*
[PR41247] Fixed parsing of private keyword in C++.
Anastasia Stulova
2019-03-28
1
-3
/
+9
*
[Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallba...
Bruno Ricci
2019-03-25
1
-1
/
+1
*
[OpenCL] Allow addr space spelling without __ prefix in C++.
Anastasia Stulova
2019-03-25
1
-0
/
+4
*
Objective-C++11: Support static_assert() in @interface/@implementation ivar l...
Nico Weber
2019-03-14
1
-0
/
+3
*
[OPENMP 5.0]Add initial support for 'allocate' directive.
Alexey Bataev
2019-03-07
1
-1
/
+2
*
[CodeComplete] Propagate preferred type for function arguments in more cases
Ilya Biryukov
2019-02-26
1
-8
/
+10
*
[OpenCL][PR40707] Allow OpenCL C types in C++ mode.
Anastasia Stulova
2019-02-15
1
-13
/
+4
*
[CodeComplete] Propagate preferred types through parser in more cases
Ilya Biryukov
2019-01-31
1
-1
/
+2
*
[OpenCL] Allow address spaces as method qualifiers.
Anastasia Stulova
2019-01-21
1
-0
/
+14
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Emit !callback metadata and introduce the callback attribute
Johannes Doerfert
2019-01-19
1
-0
/
+19
*
Use DeclSpec for quals in DeclaratorChunk::FunctionTypeInfo.
Anastasia Stulova
2019-01-09
1
-13
/
+5
*
Fix up diagnostics.
Richard Trieu
2018-12-14
1
-1
/
+0
[next]