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 force a break after "endl" if everything fits on one line.
Daniel Jasper
2015-02-17
1
-2
/
+3
*
clang-format: Fix crasher.
Daniel Jasper
2015-02-17
1
-0
/
+1
*
Reverting a switch from LLVM_DELETED_FUNCTION to = delete; this test should n...
Aaron Ballman
2015-02-16
1
-1
/
+1
*
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
2015-02-15
1
-1
/
+1
*
Add translationUnitDecl matcher.
Samuel Benzaquen
2015-02-10
1
-0
/
+15
*
clang-format: Correctly mark preprocessor lines in child blocks.
Daniel Jasper
2015-02-08
1
-0
/
+7
*
clang-format: Format Objective-C try blocks like all the other try blocks.
Nico Weber
2015-02-07
1
-4
/
+14
*
clang-format: Fix assert triggering on carriage returns.
Daniel Jasper
2015-02-05
1
-0
/
+4
*
clang-format: Add support for SEH __try / __except / __finally blocks.
Nico Weber
2015-02-04
1
-0
/
+27
*
Rewrite r228138 to be somewhat saner.
Daniel Jasper
2015-02-04
1
-0
/
+2
*
Let RecursiveASTVisitor walk both syntactic and semantic form of InitListExprs.
Daniel Jasper
2015-02-04
1
-0
/
+4
*
Add some overloads so that floating point literals can be AST matched properly.
Daniel Jasper
2015-02-03
1
-0
/
+8
*
Revert "Add some overloads so that floating point literals can be AST matched...
Daniel Jasper
2015-02-02
1
-8
/
+0
*
Add some overloads so that floating point literals can be AST matched properly.
Daniel Jasper
2015-02-02
1
-0
/
+8
*
clang-format: Fix crasher caused by not properly setting dry-run.
Daniel Jasper
2015-01-29
1
-0
/
+2
*
clang-format: Fix another crasher caused by incomplete macro code.
Daniel Jasper
2015-01-23
1
-0
/
+1
*
clang-format: Fix incorrect classification of "*".
Daniel Jasper
2015-01-23
1
-0
/
+1
*
clang-format: Fix crasher when splitting incomplete escape sequences.
Daniel Jasper
2015-01-21
1
-0
/
+6
*
clang-format: Fix crasher caused by incorrect resetting of token info.
Daniel Jasper
2015-01-21
1
-0
/
+1
*
clang-format: Fix bad memory access.
Daniel Jasper
2015-01-21
1
-0
/
+1
*
clang-format: Fix use-heap-after-free bug.
Daniel Jasper
2015-01-21
1
-0
/
+2
*
clang-format: Fix AlwaysBreakBeforeMultilineStrings with ColumnLimit=0
Daniel Jasper
2015-01-20
1
-0
/
+3
*
clang-format: Fix crasher on weird comments.
Daniel Jasper
2015-01-19
1
-0
/
+3
*
clang-format: Fix crasher on incomplete condition compilation.
Daniel Jasper
2015-01-19
1
-0
/
+6
*
clang-format: Fix crash on invalid code.
Daniel Jasper
2015-01-19
1
-0
/
+2
*
clang-format: Fix clang-format crash on invalid code.
Daniel Jasper
2015-01-19
1
-0
/
+8
*
clang-format: Fix assertion when trying to build a nullptr StringRef.
Daniel Jasper
2015-01-19
1
-0
/
+1
*
clang-format: Fix endless loop on incomplete try-catch-block.
Daniel Jasper
2015-01-19
1
-0
/
+3
*
clang-format: Remove assert that isn't helpful.
Daniel Jasper
2015-01-19
1
-0
/
+1
*
Remove unused parameter, followup to r179639. No behavior change.
Nico Weber
2015-01-15
1
-1
/
+0
*
[cleanup] Re-sort the #include lines using llvm/utils/sort_includes.py
Chandler Carruth
2015-01-14
5
-12
/
+9
*
clang-format: [Java] Support try blocks with resources.
Daniel Jasper
2015-01-14
1
-0
/
+11
*
clang-format: [Java] Prefer not to break in parameter annotations.
Daniel Jasper
2015-01-14
1
-0
/
+6
*
clang-format: [Java] Understand "import static".
Daniel Jasper
2015-01-14
1
-0
/
+2
*
clang-format: [Java] Don't let annotations confuse return type analysis.
Daniel Jasper
2015-01-14
1
-0
/
+4
*
clang-format: [Java] Don't line-wrap before annotations' l_parens.
Daniel Jasper
2015-01-14
1
-0
/
+4
*
clang-format: [Java] Don't get confused by leading annotations.
Daniel Jasper
2015-01-14
1
-0
/
+3
*
clang-format: [Java] Detect `native` keyword.
Nico Weber
2015-01-13
1
-0
/
+1
*
Fix assertion in BreakableBlockComment (http://llvm.org/PR21916).
Alexander Kornienko
2015-01-12
1
-0
/
+11
*
clang-format: Improve format of lambdas in ctor initializers.
Daniel Jasper
2015-01-12
1
-0
/
+4
*
clang-format: Fix formatting of inline asm.
Daniel Jasper
2015-01-12
1
-2
/
+6
*
clang-format: [Java] Support formatting qualified annotations.
Nico Weber
2015-01-09
1
-0
/
+10
*
clang-format: Force line break between "endl" and "<<".
Daniel Jasper
2015-01-08
1
-0
/
+4
*
clang-format: Improve template parameter detection.
Daniel Jasper
2015-01-08
1
-0
/
+1
*
clang-format: Understand single-line comments at the end of blocks.
Daniel Jasper
2015-01-07
1
-0
/
+8
*
clang-format: Fix unary operator detection.
Daniel Jasper
2015-01-07
1
-0
/
+1
*
clang-format: [Java] Fix incorrect detection of cast.
Daniel Jasper
2015-01-05
1
-0
/
+4
*
clang-format: [Java] Fix incorrect recognition of annonymous classes.
Daniel Jasper
2015-01-04
1
-0
/
+5
*
clang-format: Re-enable comment re-indentation for Java/JS.
Daniel Jasper
2015-01-04
1
-0
/
+13
*
clang-format: Fix incorrect detection of ObjC "in" keyword.
Daniel Jasper
2014-12-18
1
-0
/
+1
[next]