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
/
unittests
/
AST
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang] Remove raw string literals in macros
Oliver Stannard
2020-01-13
1
-67
/
+83
*
Customize simplified dumping and matching of LambdaExpr
Stephen Kelly
2019-12-21
1
-0
/
+119
*
Revert "Customize simplified dumping and matching of LambdaExpr"
Stephen Kelly
2019-12-20
1
-119
/
+0
*
Customize simplified dumping and matching of LambdaExpr
Stephen Kelly
2019-12-20
1
-0
/
+119
*
Add method to ignore invisible AST nodes
Stephen Kelly
2019-12-18
2
-0
/
+236
*
Trim trailing whitespace
Stephen Kelly
2019-12-18
1
-2
/
+2
*
Output names in the AST in tests
Stephen Kelly
2019-12-18
1
-3
/
+13
*
recommit: [ASTImporter] Friend class decl should not be visible in its context
Gabor Marton
2019-12-18
1
-6
/
+44
*
Revert "[ASTImporter] Friend class decl should not be visible in its context"
Nico Weber
2019-12-17
1
-44
/
+6
*
[ASTImporter] Friend class decl should not be visible in its context
Gabor Marton
2019-12-17
1
-6
/
+44
*
[ASTImporter] Support functions with placeholder return types ...
Gabor Marton
2019-12-12
4
-0
/
+195
*
[ASTImporter] Implicitly declare parameters for imported ObjCMethodDecls
Raphael Isemann
2019-12-06
2
-1
/
+27
*
Add FunctionDecl::getParameterSourceRange()
Nicolas Manichon
2019-12-03
1
-0
/
+106
*
[Clang][ASTImporter] Added visibility check for ClassTemplateDecl.
Balázs Kéri
2019-11-15
1
-1
/
+31
*
[AST] Use written names instead of `type-param-0-0` in more cases when printi...
Sam McCall
2019-11-15
1
-2
/
+1
*
Prune include of DataLayout.h from include/clang/Basic/TargetInfo.h. NFC
Bjorn Pettersson
2019-10-21
1
-0
/
+1
*
[ASTImporter][NFC] Enable disabled but passing test
Gabor Marton
2019-10-07
1
-4
/
+1
*
Fix memory leak in DeclTest.
Evgeniy Stepanov
2019-09-25
1
-1
/
+2
*
[Mangle] Add flag to asm labels to disable '\01' prefixing
Vedant Kumar
2019-09-25
1
-0
/
+49
*
Re-land r372863: [AST] Extract Decl::printNestedNameSpecifier helper from Dec...
Ilya Biryukov
2019-09-25
1
-12
/
+58
*
Revert r372863: [AST] Extract Decl::printNestedNameSpecifier helper from Decl...
Ilya Biryukov
2019-09-25
1
-58
/
+12
*
[AST] Extract Decl::printNestedNameSpecifier helper from Decl::printQualified...
Ilya Biryukov
2019-09-25
1
-12
/
+58
*
[ASTImporter] 4th attempt to fix Windows buildbot test errors
Gabor Marton
2019-09-24
1
-4
/
+8
*
[ASTImporter] 3rd attempt to fix Windows buildbot test errors
Gabor Marton
2019-09-24
1
-4
/
+6
*
[ASTImporter] 2nd attempt to fix Windows buildbot test errors
Gabor Marton
2019-09-23
1
-2
/
+2
*
[ASTImporter] Attempt to fix Windows buildbot test errors
Gabor Marton
2019-09-23
1
-2
/
+2
*
[ASTImporter][NFC] Add comprehensive tests for ODR violation handling strategies
Gabor Marton
2019-09-23
3
-184
/
+671
*
[Clang][ASTImporter] Added visibility check for FunctionTemplateDecl.
Balazs Keri
2019-09-13
1
-0
/
+44
*
Rename of constants in ASTImporterVisibilityTest. NFC.
Balazs Keri
2019-09-05
1
-47
/
+55
*
[ASTImporter] Added visibility context check for TypedefNameDecl.
Balazs Keri
2019-09-04
1
-0
/
+41
*
[unittests][AST] CommentParser: don't name variable 'DEBUG'
Roman Lebedev
2019-09-02
1
-2
/
+2
*
[AST] AST structural equivalence to work internally with pairs.
Balazs Keri
2019-09-02
1
-0
/
+122
*
[ASTImporter] At import of records re-order indirect fields too.
Balazs Keri
2019-09-02
1
-6
/
+34
*
[ASTImporter] Do not look up lambda classes
Gabor Marton
2019-08-30
1
-0
/
+111
*
[ASTImporter] Propagate errors during import of overridden methods.
Balazs Keri
2019-08-30
1
-0
/
+44
*
[Tooling] Migrated APIs that take ownership of objects to unique_ptr
Dmitri Gribenko
2019-08-30
2
-18
/
+18
*
ArrayRef'ized CompilerInvocation::CreateFromArgs
Dmitri Gribenko
2019-08-27
1
-1
/
+0
*
[ASTImporter] Fix name conflict handling with different strategies
Gabor Marton
2019-08-27
3
-22
/
+342
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
3
-3
/
+3
*
[ASTImporter] Import additional flags for functions.
Balazs Keri
2019-08-13
1
-0
/
+49
*
[ASTImporter] Fix for import of friend class template with definition.
Balazs Keri
2019-08-12
1
-0
/
+44
*
Add SVE opaque built-in types
Richard Sandiford
2019-08-09
1
-0
/
+38
*
[ASTImporter] Do not import FunctionTemplateDecl in record twice.
Balazs Keri
2019-08-07
1
-0
/
+46
*
[clang] Fix mismatched args constructing AddressSpaceAttr.
Anton Bikineev
2019-08-07
1
-0
/
+13
*
Remove inclusion of a private gmock header from a test
Dmitri Gribenko
2019-08-07
1
-1
/
+0
*
[AST] Traverse attributes inside DEF_TRAVERSE_DECL macro
Ilya Biryukov
2019-08-06
2
-0
/
+107
*
[ASTImporter] Reorder fields after structure import is finished
Gabor Marton
2019-07-25
1
-1
/
+11
*
[ASTImporter] Fix inequivalence of ClassTemplateInstantiations
Gabor Marton
2019-07-23
1
-0
/
+192
*
[ASTImporter] Fix structural eq of lambdas
Gabor Marton
2019-07-17
2
-0
/
+68
*
[ASTImporter] Fix LLDB lookup in transparent ctx and with ext src
Gabor Marton
2019-07-17
1
-0
/
+48
[next]