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
/
AST
/
DeclBase.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR45000: Let Sema::SubstParmVarDecl handle default args of lambdas in initial...
Aaron Puchert
2020-05-06
1
-1
/
+4
*
[Concepts] Requires Expressions
Saar Raz
2020-01-24
1
-0
/
+2
*
[NFC] Refactor representation of materialized temporaries
Tyker
2019-11-19
1
-0
/
+1
*
Revert "[NFC] Refactor representation of materialized temporaries"
Nico Weber
2019-11-17
1
-1
/
+0
*
[NFC] Refactor representation of materialized temporaries
Tyker
2019-11-16
1
-0
/
+1
*
DeclBase/DeclCXX/DeclTemplate - silence static analyzer getAs<> null derefere...
Simon Pilgrim
2019-10-03
1
-3
/
+3
*
[Alignment] Move OffsetToAlignment to Alignment.h
Guillaume Chatelet
2019-09-12
1
-1
/
+1
*
[c++20] Fix some ambiguities in our mangling of lambdas with explicit
Richard Smith
2019-09-05
1
-0
/
+7
*
[Concepts] Concept definitions (D40381)
Saar Raz
2019-07-10
1
-0
/
+1
*
Convert MemberExpr creation and serialization to work the same way as
Richard Smith
2019-06-06
1
-0
/
+1
*
Revert "Factor out duplicated code building a MemberExpr and marking it" and ...
Benjamin Kramer
2019-06-05
1
-1
/
+0
*
Convert MemberExpr creation and serialization to work the same way as
Richard Smith
2019-06-04
1
-0
/
+1
*
Make NoThrow FunctionLike, make FunctionLike include references, fix
Erich Keane
2019-06-03
1
-0
/
+2
*
[c++20] P0780R2: Support pack-expansion of init-captures.
Richard Smith
2019-05-21
1
-2
/
+2
*
Added an AST matcher for declarations that are in the `std` namespace
Dmitri Gribenko
2019-05-03
1
-1
/
+2
*
[c++2a] Implement semantic restrictions for 'export' declarations.
Richard Smith
2019-04-22
1
-16
/
+0
*
Move the implementation of getInnermostBlockDecl to the .cpp file to fix
Akira Hatanaka
2019-04-18
1
-0
/
+12
*
Refactor cast<>'s in if conditionals, which can only assert on failure.
Don Hinton
2019-03-19
1
-4
/
+6
*
[OPENMP 5.0]Add initial support for 'allocate' directive.
Alexey Bataev
2019-03-07
1
-0
/
+1
*
[OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.
Michael Kruse
2019-02-01
1
-0
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
DR674, PR38883, PR40238: Qualified friend lookup should look for a
Richard Smith
2019-01-07
1
-0
/
+6
*
[ASTImporter] Fix redecl chain of classes and class templates
Gabor Marton
2018-12-17
1
-1
/
+3
*
[AST] [analyzer] NFC: Reuse code in stable ID dumping methods.
Artem Dergachev
2018-12-03
1
-4
/
+1
*
Change getRedeclContext() to support enumerations as another kind of transpar...
Aaron Ballman
2018-10-23
1
-2
/
+12
*
[OPENMP] Add support for OMP5 requires directive + unified_address clause
Kelvin Li
2018-09-26
1
-0
/
+1
*
Add inherited attributes before parsed attributes.
Michael Kruse
2018-09-24
1
-0
/
+23
*
Generate unique identifiers for Decl objects
George Karpenkov
2018-09-15
1
-0
/
+7
*
Test commit
Bruno Ricci
2018-08-03
1
-1
/
+1
*
Fix -Wcovered-switch-default uncovered after r338630
Reid Kleckner
2018-08-01
1
-1
/
+1
*
[AST][1/4] Move the bit-fields from TagDecl, EnumDecl and RecordDecl into Dec...
Erich Keane
2018-08-01
1
-30
/
+49
*
Remove trailing space
Fangrui Song
2018-07-30
1
-25
/
+25
*
Re-apply: [ASTImporter] Import the whole redecl chain of functions
Gabor Marton
2018-06-27
1
-0
/
+6
*
Revert "[ASTImporter] Import the whole redecl chain of functions"
Gabor Marton
2018-06-25
1
-2
/
+0
*
[ASTImporter] Import the whole redecl chain of functions
Gabor Marton
2018-06-25
1
-0
/
+2
*
Move VersionTuple from clang/Basic to llvm/Support
Pavel Labath
2018-06-11
1
-1
/
+1
*
Do not try to remove invisible Decls from DeclContext
Gabor Marton
2018-05-18
1
-28
/
+34
*
Use dotted format of version tuple for availability diagnostics
Jan Korous
2018-05-17
1
-3
/
+0
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-4
/
+4
*
[ObjC] Supress the 'implementing unavailable method' warning when
Alex Lorenz
2018-05-03
1
-3
/
+8
*
Revert rC330794 and some dependent tiny bug fixes
Faisal Vali
2018-04-26
1
-1
/
+0
*
[c++2a] [concepts] Add rudimentary parsing support for template concept decla...
Faisal Vali
2018-04-25
1
-0
/
+1
*
[AST] Fix some Clang-tidy modernize-use-auto warnings; other minor fixes (NFC).
Eugene Zelenko
2018-04-09
1
-79
/
+73
*
PR36181: Teach CodeGen to properly ignore requests to emit dependent entities.
Richard Smith
2018-02-01
1
-0
/
+13
*
Allow BlockDecl in CXXRecord scope to have no access specifier.
Richard Trieu
2018-01-19
1
-0
/
+2
*
Ensure code complete with !LoadExternal sees all local decls.
Sam McCall
2018-01-16
1
-11
/
+14
*
[AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...
Eugene Zelenko
2017-11-08
1
-12
/
+27
*
[Modules TS] Module ownership semantics for redeclarations.
Richard Smith
2017-10-10
1
-3
/
+2
*
Revert "[Modules TS] Module ownership semantics for redeclarations."
Eric Liu
2017-10-10
1
-2
/
+3
*
[Modules TS] Module ownership semantics for redeclarations.
Richard Smith
2017-10-09
1
-3
/
+2
[next]