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
*
clang-format: Don't break before a case's colon.
Daniel Jasper
2014-05-28
1
-0
/
+7
*
clang-format: Format array and dict literals similar to blocks.
Daniel Jasper
2014-05-28
1
-3
/
+11
*
Make equalsNode work with pointers to subtypes.
Manuel Klimek
2014-05-27
1
-8
/
+16
*
Adds child traversal matchers for IfStmt's then and else branches.
Manuel Klimek
2014-05-27
1
-0
/
+11
*
Allow hasBody on CXXForRangeStmt nodes and update the docs.
Manuel Klimek
2014-05-27
2
-1
/
+3
*
clang-format: Keep '{' of dict literals on the same line in Allman style
Daniel Jasper
2014-05-26
1
-3
/
+11
*
Add the hasRangeInit() matcher for range-based for loop.
Manuel Klimek
2014-05-23
1
-0
/
+3
*
clang-format: Don't use Allman brace breaking for ObjC blocks.
Daniel Jasper
2014-05-22
1
-0
/
+10
*
clang-format: Fix corner case in AllowShortBlocksOnASingleLine.
Daniel Jasper
2014-05-22
1
-0
/
+5
*
clang-format: Fix braced list detection.
Daniel Jasper
2014-05-22
1
-4
/
+10
*
clang-format: Fix incorrect braced init identification.
Daniel Jasper
2014-05-22
1
-0
/
+3
*
clang-format: [JS] Understand line breaks in concatenated strings.
Daniel Jasper
2014-05-22
1
-0
/
+5
*
clang-format: Correctly identify multiplications in braces init lists.
Daniel Jasper
2014-05-22
1
-3
/
+2
*
clang-format: Correctly calculate line lenghts for nest blocks.
Daniel Jasper
2014-05-22
2
-16
/
+13
*
VirtualFileSystem: Fix a few directory traversal bugs in VFSWriter
Justin Bogner
2014-05-21
1
-0
/
+68
*
clang-format: Fix corner case working around one-per-line dict literals.
Daniel Jasper
2014-05-21
1
-0
/
+5
*
clang-format: Fix incorrect macro call detection.
Daniel Jasper
2014-05-21
1
-0
/
+2
*
clang-format: [JS] Support different function literal style.
Daniel Jasper
2014-05-21
1
-0
/
+12
*
SourceManager: Use setMainFileID() consistently
Alp Toker
2014-05-21
4
-8
/
+11
*
libclang: Give each VirtualFileOverlay unit test its own name
Justin Bogner
2014-05-20
1
-173
/
+176
*
VirtualFileSystem: Fix false positives in YAMLVFSWriter::containedIn
Justin Bogner
2014-05-20
1
-0
/
+51
*
clang-format: [JS] Understand top-level function literals properly.
Daniel Jasper
2014-05-20
1
-1
/
+5
*
[modules] Fix ODR violation: there's another clang::TypeLocVisitor elsewhere.
Richard Smith
2014-05-19
1
-3
/
+4
*
clang-format: Don't force line breaks in ObjC calls with ColumnLimit 0.
Daniel Jasper
2014-05-19
1
-8
/
+21
*
clang-format: [JS] Support ES6 destructuring assignments.
Daniel Jasper
2014-05-19
1
-0
/
+5
*
clang-format: [JS] Support for EC6 arrow functions.
Daniel Jasper
2014-05-19
1
-0
/
+2
*
[ASTMatchers] Move the 'isImplicit' matcher from CXXConstructorDecl to Decl.
Joey Gouly
2014-05-16
1
-0
/
+3
*
Rename SourceManager::createFileIDForMemBuffer()
Alp Toker
2014-05-16
2
-2
/
+2
*
Switch another write_escaped to yaml::escape
Ben Langmuir
2014-05-16
1
-2
/
+2
*
clang-format: Add option to allow short blocks on a single line.
Daniel Jasper
2014-05-14
1
-0
/
+41
*
clang-format: Don't break in the middle of ">>".
Daniel Jasper
2014-05-13
1
-0
/
+6
*
clang-format: [JS] Basic support for escape sequences in regex literals.
Daniel Jasper
2014-05-12
1
-0
/
+3
*
Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.
Benjamin Kramer
2014-05-10
1
-0
/
+1
*
clang-format: [JS] Fix spacing in dict literals.
Daniel Jasper
2014-05-09
1
-0
/
+1
*
clang-format: Initial support for try-catch.
Daniel Jasper
2014-05-08
2
-16
/
+72
*
clang-format: [JS] support closures in container literals.
Daniel Jasper
2014-05-08
1
-0
/
+7
*
clang-format: Fix binary operator detection before lambdas.
Daniel Jasper
2014-05-08
1
-0
/
+1
*
clang-format: [JS] Support regex literals after 'return'.
Daniel Jasper
2014-05-08
1
-0
/
+2
*
clang-format: [JS] Initial support for regex literals.
Daniel Jasper
2014-05-08
1
-0
/
+70
*
Enable alternative tokens by default for clang-format.
Nikola Smiljanic
2014-05-08
2
-2
/
+47
*
clang-format: Be slightly more aggressive on single-line functions.
Daniel Jasper
2014-05-07
1
-0
/
+5
*
clang-format: Fix corner cases for comments in if conditions.
Daniel Jasper
2014-05-07
1
-0
/
+17
*
clang-format: Fix bad space before braced initializer.
Daniel Jasper
2014-05-07
1
-0
/
+1
*
clang-format: [JS] Keep space after closure style comments.
Daniel Jasper
2014-05-06
1
-0
/
+4
*
clang-format: [JS] Keep space between 'return' and '['.
Daniel Jasper
2014-05-06
1
-0
/
+4
*
clang-format: [JS] Don't indent in goog.scope blocks.
Daniel Jasper
2014-05-06
1
-0
/
+7
*
Fixed one issue with casting
Dinesh Dwivedi
2014-05-06
1
-0
/
+2
*
clang-format: Understand functions with decltype return type.
Daniel Jasper
2014-05-05
1
-0
/
+2
*
Added some heuristics to identify c style casting
Dinesh Dwivedi
2014-05-05
1
-7
/
+12
*
clang-format: Improve understanding of decltype.
Daniel Jasper
2014-05-05
1
-0
/
+3
[next]