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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Syntax] Merge overlapping top-level macros in TokenBuffer
Sam McCall
2020-06-10
1
-4
/
+21
*
[clang-format] [PR45357] Fix issue found with operator spacing
mydeveloperday
2020-05-07
1
-1
/
+52
*
clang-format: Fix pointer alignment for overloaded operators (PR45107)
Hans Wennborg
2020-05-07
1
-0
/
+7
*
clang-format: fix spacing in `operator const char*()`
Krasimir Georgiev
2020-03-02
1
-0
/
+9
*
[ASTMatchers] HasNameMatcher handles `extern "C"`
Nathan James
2020-02-27
1
-0
/
+15
*
[clang-format] Expand the SpacesAroundConditions option to include catch stat...
mydeveloperday
2020-01-21
1
-0
/
+1
*
Removed PointerUnion3 and PointerUnion4 aliases in favor of the variadic temp...
Dmitri Gribenko
2020-01-14
1
-1
/
+1
*
[Syntax] Unset IsOriginal flag on nodes removed from the tree
Ilya Biryukov
2020-01-14
1
-0
/
+3
*
[Syntax] Mark synthesized nodes as modifiable
Ilya Biryukov
2020-01-14
1
-0
/
+18
*
[clang] Remove raw string literals in macros
Oliver Stannard
2020-01-13
2
-86
/
+96
*
Revert "[ASTMatchers] extract public matchers from const-analysis into own pa...
Jonas Toth
2020-01-11
1
-166
/
+0
*
[ASTMatchers] extract public matchers from const-analysis into own patch
Jonas Toth
2020-01-11
1
-0
/
+166
*
Implement new AST matcher hasAnyCapture to match on LambdaExpr captures.
Reid
2020-01-10
1
-0
/
+20
*
[ASTMatchers] Make test more clear about what it is verifying
Stephen Kelly
2020-01-10
1
-2
/
+5
*
[clang] Fix out-of-bounds memory access in ComputeLineNumbers
Jan Korous
2020-01-10
1
-0
/
+24
*
[NFC] format unittest for ExprMutAnalyzer
Jonas Toth
2020-01-10
1
-29
/
+24
*
Add a new AST matcher 'optionally'.
Rihan Yang
2020-01-08
1
-0
/
+21
*
[clang-format] fix conflict between FormatStyle::BWACS_MultiLine and BeforeCa...
Mitchell Balan
2020-01-06
1
-1
/
+36
*
Clang-format previous commit
Stephen Kelly
2020-01-05
1
-3
/
+1
*
Add missing test
Stephen Kelly
2020-01-05
1
-0
/
+12
*
Allow using traverse() with bindings
Stephen Kelly
2020-01-05
1
-0
/
+22
*
[ParserTest] Move raw string literal out of macro
David Green
2020-01-05
1
-3
/
+3
*
[clang-format/java] format multiple qualified annotations on one declaration ...
Nico Weber
2020-01-03
1
-0
/
+8
*
[Syntax] Build spanning SimpleDecalration for classes, structs, etc
Ilya Biryukov
2020-01-03
1
-18
/
+63
*
Handle init statements in readability-else-after-return
Nathan James
2020-01-02
1
-0
/
+29
*
Implement additional traverse() overloads
Stephen Kelly
2019-12-31
1
-0
/
+86
*
Match code following lambdas when ignoring invisible nodes
Stephen Kelly
2019-12-31
1
-0
/
+6
*
Fix crash in getFullyQualifiedName for inline namespace
Alexey Bader
2019-12-28
1
-0
/
+11
*
Allow newlines in AST Matchers in clang-query files
Stephen Kelly
2019-12-27
1
-23
/
+142
*
Revert "Allow newlines in AST Matchers in clang-query files" + 1
Evgenii Stepanov
2019-12-26
1
-142
/
+23
*
Allow newlines in AST Matchers in clang-query files
Stephen Kelly
2019-12-26
1
-23
/
+142
*
Revert "Allow newlines in AST Matchers in clang-query files"
Stephen Kelly
2019-12-26
1
-142
/
+23
*
Allow newlines in AST Matchers in clang-query files
Stephen Kelly
2019-12-26
1
-23
/
+142
*
[CFG] Fix an assertion failure with static initializers
Gabor Horvath
2019-12-23
2
-13
/
+38
*
Customize simplified dumping and matching of LambdaExpr
Stephen Kelly
2019-12-21
2
-0
/
+147
*
Revert "Customize simplified dumping and matching of LambdaExpr"
Stephen Kelly
2019-12-20
2
-147
/
+0
*
Customize simplified dumping and matching of LambdaExpr
Stephen Kelly
2019-12-20
2
-0
/
+147
*
[clang-format] C# formatting a class with inheritance followed by an attribut...
mydeveloperday
2019-12-20
1
-0
/
+21
*
[clang][Tooling] Prefer -x over -std when interpolating
Kadir Cetinkaya
2019-12-20
1
-0
/
+4
*
Add method to ignore invisible AST nodes
Stephen Kelly
2019-12-18
3
-0
/
+379
*
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
*
[Syntax] Use a hash table to search for tokens by their location
Ilya Biryukov
2019-12-18
1
-0
/
+40
*
[Syntax] Uppercase the first letter of the test name. NFC
Ilya Biryukov
2019-12-18
1
-1
/
+1
*
[Syntax] Allow to mutate syntax trees
Ilya Biryukov
2019-12-18
2
-5
/
+121
*
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
*
[NFC] Fix typos in Clangd and Clang
Kirill Bobyrev
2019-12-16
1
-5
/
+5
*
[ASTImporter] Support functions with placeholder return types ...
Gabor Marton
2019-12-12
4
-0
/
+195
[next]