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
/
ParseDeclCXX.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR41991: Accept attributes on defaulted and deleted friends.
Richard Smith
2020-01-30
1
-1
/
+1
*
[Concepts] Placeholder constraints and abbreviated templates
Saar Raz
2020-01-24
1
-0
/
+2
*
Remove redundant CXXScopeSpec from TemplateIdAnnotation.
Richard Smith
2020-01-24
1
-5
/
+5
*
[Concepts] Function trailing requires clauses
Saar Raz
2020-01-09
1
-0
/
+61
*
Disallow an empty string literal in an asm label
Aaron Ballman
2020-01-08
1
-1
/
+1
*
[OPENMP]Allow using of members in standalone declaration pragmas.
Alexey Bataev
2020-01-07
1
-2
/
+3
*
Actually delay processing DelayedDllExportClasses until the outermost class i...
Hans Wennborg
2019-12-04
1
-1
/
+1
*
[clangd] Do not insert parentheses when completing a using declaration
Ilya Biryukov
2019-10-28
1
-1
/
+4
*
[c++2a] Allow comparison functions to be explicitly defaulted.
Richard Smith
2019-10-22
1
-1
/
+2
*
[NFCI]Create CommonAttributeInfo Type as base type of *Attr and ParsedAttr.
Erich Keane
2019-09-13
1
-1
/
+2
*
[c++20] P1143R2: Add support for the C++20 'constinit' keyword.
Richard Smith
2019-09-04
1
-0
/
+2
*
Replace some custom C11 extension warnings with the generic warning.
Aaron Ballman
2019-08-27
1
-1
/
+1
*
[Parser] Emit descriptive diagnostic for misplaced pragma
Serge Pavlov
2019-08-04
1
-0
/
+7
*
[Parser] Change parameter type from int to enum
Serge Pavlov
2019-08-01
1
-1
/
+1
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-2
/
+2
*
P0840R2: support for [[no_unique_address]] attribute
Richard Smith
2019-06-20
1
-0
/
+1
*
[Lex] Allow to consume tokens while preprocessing
Ilya Biryukov
2019-05-17
1
-6
/
+6
*
[c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whose
Richard Smith
2019-05-09
1
-36
/
+61
*
Consume unexpected "template" keywords after "using"
Richard Trieu
2019-05-01
1
-0
/
+14
*
[c++2a] Implement semantic restrictions for 'export' declarations.
Richard Smith
2019-04-22
1
-1
/
+2
*
PR41192: fix cases where "missing ';' after class" error would
Richard Smith
2019-04-16
1
-0
/
+2
*
Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` c...
Anton Afanasyev
2019-03-30
1
-0
/
+7
*
[OpenCL] Allow addr space spelling without __ prefix in C++.
Anastasia Stulova
2019-03-25
1
-2
/
+7
*
[CodeComplete] Propagate preferred type for function arguments in more cases
Ilya Biryukov
2019-02-26
1
-11
/
+11
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Use DeclSpec for quals in DeclaratorChunk::FunctionTypeInfo.
Anastasia Stulova
2019-01-09
1
-22
/
+12
*
Fix up diagnostics.
Richard Trieu
2018-12-14
1
-1
/
+0
*
[NFC] Move storage of dispatch-version to GlobalDecl
Erich Keane
2018-11-13
1
-4
/
+5
*
Fix the 'fixit' for inline namespace replacement.
Erich Keane
2018-11-12
1
-1
/
+4
*
Implement P1094R2 (nested inline namespaces)
Erich Keane
2018-11-12
1
-41
/
+63
*
Introduce the _Clang scoped attribute token.
Aaron Ballman
2018-11-09
1
-12
/
+32
*
Fix clang -Wimplicit-fallthrough warnings across llvm, NFC
Reid Kleckner
2018-11-01
1
-1
/
+1
*
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
Erik Pilkington
2018-10-30
1
-1
/
+1
*
Support accepting __gnu__ as a scoped attribute namespace that aliases to gnu.
Aaron Ballman
2018-10-24
1
-7
/
+8
*
[CodeCompletion] Enable signature help when initializing class/struct/union m...
Kadir Cetinkaya
2018-09-11
1
-1
/
+15
*
Append new attributes to the end of an AttributeList.
Michael Kruse
2018-08-03
1
-1
/
+1
*
Remove trailing space
Fangrui Song
2018-07-30
1
-32
/
+32
*
[NFC] Rename clang::AttributeList to clang::ParsedAttr
Erich Keane
2018-07-13
1
-16
/
+14
*
AttributeList de-listifying:
Erich Keane
2018-07-12
1
-80
/
+65
*
[C++17] Disallow lambdas in template parameters (PR33696).
Nicolas Lesser
2018-07-12
1
-1
/
+1
*
Diagnose missing 'template' keywords in more cases.
Richard Smith
2018-06-26
1
-0
/
+2
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-8
/
+8
*
Track the result of evaluating a computed noexcept specification on the
Richard Smith
2018-05-03
1
-6
/
+2
*
Parse A::template B as an identifier rather than as a template-id with no
Richard Smith
2018-04-27
1
-2
/
+3
*
Revert rC330794 and some dependent tiny bug fixes
Faisal Vali
2018-04-26
1
-2
/
+2
*
[c++2a] [concepts] Add rudimentary parsing support for template concept decla...
Faisal Vali
2018-04-25
1
-2
/
+2
*
Fix some handling of AST nodes with diagnostics.
Richard Trieu
2018-03-28
1
-1
/
+1
*
Sink PrettyDeclStackTrace down to the AST library
Jordan Rose
2018-03-23
1
-4
/
+4
*
Add missing direct-init / parameter-declaration-clause disambiguation when
Richard Smith
2018-02-02
1
-2
/
+5
*
Again reverting an attempt to convert the DeclSpec enums into scoped enums.
Faisal Vali
2018-01-01
1
-15
/
+11
[next]