index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unittests
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ASTMatchers] Allow hasName() to look through inline namespaces
Samuel Benzaquen
2016-02-05
1
-0
/
+46
*
clang-format: Fix corner case in template detection.
Daniel Jasper
2016-02-05
1
-0
/
+4
*
clang-format: Fix formatting of ternary expressions with comments.
Daniel Jasper
2016-02-03
1
-0
/
+4
*
Provide match function to look over an entire TU again.
Daniel Jasper
2016-02-03
1
-1
/
+9
*
clang-format: [JS/TypeScript] Support "enum" as an optional property name, too.
Daniel Jasper
2016-02-03
1
-0
/
+1
*
clang-format: Make AlignAfterOpenBracket also affect angle brackets.
Daniel Jasper
2016-02-02
1
-0
/
+9
*
Always build a new TypeSourceInfo for function templates with parameters
Nico Weber
2016-02-01
1
-0
/
+11
*
Reapply r259210 with a fix for RegistryTest.cpp.
Aaron Ballman
2016-02-01
2
-2
/
+26
*
clang-format: Fix incorrect pointer detection in lambdas in constructor
Daniel Jasper
2016-02-01
1
-0
/
+1
*
clang-format: Add option to disable string literal formatting.
Daniel Jasper
2016-02-01
1
-0
/
+6
*
clang-format: Fix alignment of trailing multiline columns.
Daniel Jasper
2016-02-01
1
-0
/
+8
*
clang-format: [JS] Treat "in" as a proper operator.
Daniel Jasper
2016-02-01
1
-0
/
+11
*
Revert r259210 "Extend hasType narrowing matcher for TypedefDecls, add functi...
Hans Wennborg
2016-01-29
1
-25
/
+1
*
Extend hasType narrowing matcher for TypedefDecls, add functionProtoType matc...
Aaron Ballman
2016-01-29
1
-1
/
+25
*
Add an optional ToolName argument to runToolOnCodeWithArgs/buildASTFromCodeWi...
Benjamin Kramer
2016-01-29
1
-3
/
+3
*
Include RecordDecls from anonymous unions in the AST.
Nico Weber
2016-01-28
1
-0
/
+22
*
clang-format: [Java] Remove unnecessary line break after complex annotations
Daniel Jasper
2016-01-27
1
-0
/
+3
*
Remove autoconf support
Chris Bieneman
2016-01-26
15
-312
/
+0
*
Fix Clang-tidy modernize-use-nullptr warnings; other minor fixes.
Eugene Zelenko
2016-01-26
1
-2
/
+1
*
Add am AST matcher for isMoveAssignmentOperator.
Aaron Ballman
2016-01-22
1
-0
/
+15
*
Let RecursiveASTVisitor visit array index VarDecls
Nico Weber
2016-01-22
2
-0
/
+27
*
Replace some tabs with spaces.
Nico Weber
2016-01-22
1
-4
/
+3
*
Add an isVirtualAsWritten AST matcher.
Nico Weber
2016-01-21
1
-0
/
+10
*
Add AST matcher support for FunctionDecls with the hasBody matcher.
Aaron Ballman
2016-01-20
2
-1
/
+5
*
Add AST matcher for paren expressions.
Aaron Ballman
2016-01-20
2
-0
/
+14
*
Fix formatting of fully qualified names in array subscripts.
Manuel Klimek
2016-01-19
1
-0
/
+1
*
The destructor name should be matched to ~Foo instead of Foo.
Aaron Ballman
2016-01-18
1
-3
/
+3
*
Add an AST matcher for checking whether a function is defaulted.
Aaron Ballman
2016-01-18
1
-0
/
+7
*
Augments r258042; changes the AST matcher tests to use matchesNot and EXPECT_...
Aaron Ballman
2016-01-18
1
-2
/
+14
*
Add forEachArgumentWithParam AST matcher.
Manuel Klimek
2016-01-18
1
-0
/
+85
*
clang-format: Fix incorrectly enforced linebreak with ColumnLimit 0.
Daniel Jasper
2016-01-14
1
-0
/
+3
*
clang-format: [JS] Fix incorrect line break leading to semicolon insertion.
Daniel Jasper
2016-01-14
1
-0
/
+4
*
clang-format: [ObjC+JS] Allow bin-packing of array literals.
Daniel Jasper
2016-01-13
2
-16
/
+11
*
Properly track the end location of an exception specification.
Aaron Ballman
2016-01-12
1
-0
/
+38
*
clang-format: [JS] Support exporting abstract classes.
Daniel Jasper
2016-01-12
1
-0
/
+1
*
clang-format: [JS] Teach clang-format about "export interface".
Daniel Jasper
2016-01-11
1
-0
/
+4
*
[clang-format] Fix comment aligning when there are changes within the comment
Benjamin Kramer
2016-01-11
1
-0
/
+9
*
clang-format: Fix overloading "operator," definitions more thoroughly.
Daniel Jasper
2016-01-11
1
-1
/
+1
*
clang-format: Slightly row back on r257257.
Daniel Jasper
2016-01-11
1
-0
/
+13
*
clang-format: [JS] Improve line-flow when calling functions on array literals.
Daniel Jasper
2016-01-11
1
-0
/
+6
*
Simplify test code with initializer lists.
Benjamin Kramer
2016-01-10
1
-47
/
+16
*
Make test work on windows by turning \ in paths back into /.
Benjamin Kramer
2016-01-10
1
-2
/
+8
*
clang-format: Fix the counting of leading whitespace in tok::unknown tokens
Daniel Jasper
2016-01-09
1
-0
/
+3
*
[vfs] Normalize working directory if requested.
Benjamin Kramer
2016-01-09
1
-0
/
+6
*
clang-format: Improve selective comment formatting.
Daniel Jasper
2016-01-09
1
-0
/
+7
*
clang-format: Fix incorrect line break in certain configurations.
Daniel Jasper
2016-01-09
1
-0
/
+4
*
clang-format: Support definitions/declarations of operator,.
Daniel Jasper
2016-01-09
1
-0
/
+3
*
clang-format: [JS] Support semicolons in TypeScript's TypeMemberLists.
Daniel Jasper
2016-01-09
1
-0
/
+8
*
clang-format: [JS] Prefer wrapping before the TypeScript return type
Daniel Jasper
2016-01-08
1
-0
/
+3
*
clang-format: [JS] Add some Closure Compiler JSDoc tags to the default
Daniel Jasper
2016-01-08
1
-0
/
+10
[next]