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
/
ASTStructuralEquivalence.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Concepts] Placeholder constraints and abbreviated templates
Saar Raz
2020-01-24
1
-3
/
+23
*
[AST] AST structural equivalence to work internally with pairs.
Balazs Keri
2019-09-02
1
-20
/
+26
*
[ASTImporter] Fix inequivalence of ClassTemplateInstantiations
Gabor Marton
2019-07-23
1
-22
/
+22
*
[ASTImporter] Fix structural eq of lambdas
Gabor Marton
2019-07-17
1
-0
/
+20
*
[Concepts] Concept definitions (D40381)
Saar Raz
2019-07-10
1
-0
/
+20
*
[ASTImporter] Structural eq: handle DependentScopeDeclRefExpr
Gabor Marton
2019-07-02
1
-1
/
+74
*
[c++20] Add support for explicit(bool), as described in P0892R2.
Richard Smith
2019-05-09
1
-2
/
+4
*
[c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whose
Richard Smith
2019-05-09
1
-0
/
+6
*
[ASTImporter] Fix inequivalence of unresolved exception spec
Gabor Marton
2019-05-08
1
-17
/
+31
*
Recommit r359859 "[Attribute/Diagnostics] Print macro if definition is an att...
Leonard Chan
2019-05-07
1
-0
/
+7
*
Revert r359949 "[clang] adding explicit(bool) from c++2a"
Hans Wennborg
2019-05-06
1
-4
/
+2
*
[clang] adding explicit(bool) from c++2a
Nicolas Lesser
2019-05-04
1
-2
/
+4
*
Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...
Leonard Chan
2019-05-03
1
-7
/
+0
*
[Attribute/Diagnostics] Print macro if definition is an attribute declaration
Leonard Chan
2019-05-02
1
-0
/
+7
*
Attempt to fix failing buildbot (ppc64le)
Gabor Marton
2019-04-01
1
-0
/
+1
*
[ASTImporter] Make ODR error handling configurable
Gabor Marton
2019-04-01
1
-54
/
+106
*
[AST] Fix structural inequivalence of operators
Gabor Marton
2019-02-08
1
-0
/
+6
*
Rename getTypeQualifiers to getMethodQualifiers.
Anastasia Stulova
2019-01-28
1
-1
/
+1
*
[ASTImporter] Fix inequality of functions with different attributes
Gabor Marton
2019-01-24
1
-1
/
+28
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Misc typos fixes in ./lib folder
Raphael Isemann
2018-12-10
1
-1
/
+1
*
[ASTImporter][Structural Eq] Check for isBeingDefined
Gabor Marton
2018-11-26
1
-1
/
+7
*
Revert "[ASTImporter][Structural Eq] Check for isBeingDefined"
Shafik Yaghmour
2018-10-31
1
-7
/
+1
*
[ASTImporter][Structural Eq] Check for isBeingDefined
Gabor Marton
2018-10-31
1
-1
/
+7
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-5
/
+5
*
Fix structural inequivalency of forward EnumDecl
Gabor Marton
2018-08-09
1
-0
/
+8
*
[AST] Check described template at structural equivalence check.
Balazs Keri
2018-08-08
1
-119
/
+138
*
Remove trailing space
Fangrui Song
2018-07-30
1
-2
/
+2
*
[ASTImporter] Fix poisonous structural equivalence cache
Gabor Marton
2018-07-17
1
-14
/
+77
*
[ASTImporter] Fix import of unnamed structs
Gabor Marton
2018-07-17
1
-1
/
+1
*
PR15730/PR16986 Allow dependently typed vector_size types.
Erich Keane
2018-07-13
1
-1
/
+15
*
[ASTImporter] Refactor Decl creation
Gabor Marton
2018-07-12
1
-0
/
+9
*
[AST] Structural equivalence of methods
Balazs Keri
2018-07-11
1
-11
/
+83
*
Revert -r336726, which included more files than intended.
Erich Keane
2018-07-10
1
-14
/
+0
*
[NFC] Switch CodeGenFunction to use value init instead of member init lists
Erich Keane
2018-07-10
1
-0
/
+14
*
Track the result of evaluating a computed noexcept specification on the
Richard Smith
2018-05-03
1
-1
/
+1
*
[ASTImporter] FriendDecl importing improvements
Peter Szecsi
2018-04-25
1
-0
/
+83
*
[AST] Fix some Clang-tidy modernize-use-auto warnings; other minor fixes (NFC).
Eugene Zelenko
2018-04-09
1
-117
/
+95
*
[ASTImporter] Fix for importing unnamed structs
Aleksei Sidorin
2018-04-05
1
-0
/
+4
*
Fix typo in ASTStructuralEquivalence.cpp for UnaryTransform types.
Eric Fiselier
2018-04-04
1
-1
/
+1
*
[ASTImporter] Support LambdaExprs and improve template support
Aleksei Sidorin
2018-01-26
1
-5
/
+43
*
Dependent Address Space Support
Andrew Gozillon
2017-10-02
1
-0
/
+15
*
[Modules] Implement ODR-like semantics for tag types in C/ObjC
Bruno Cardoso Lopes
2017-07-01
1
-10
/
+48
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-06-03
1
-0
/
+1
*
[ASTImporter] Improve handling of incomplete types
Sean Callanan
2017-05-13
1
-0
/
+5
*
[ASTImporter] Move structural equivalence context to its own file. NFCI
Bruno Cardoso Lopes
2017-04-28
1
-0
/
+1318