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
*
Better support for multiline string literals (including C++11 raw string lite...
Alexander Kornienko
2013-08-29
1
-7
/
+47
*
Fix tests to be more specific.
Samuel Benzaquen
2013-08-29
1
-17
/
+13
*
Fixes various problems with accounting for tabs in the original code.
Manuel Klimek
2013-08-29
1
-1
/
+27
*
Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer.
Samuel Benzaquen
2013-08-28
2
-2
/
+47
*
clang-format: Improve token breaking behavior.
Daniel Jasper
2013-08-28
1
-6
/
+12
*
clang-format: Fix segfault in 'incomplete' macros.
Daniel Jasper
2013-08-28
1
-0
/
+3
*
clang-format: Fix infinite loop in macro special case.
Daniel Jasper
2013-08-28
1
-5
/
+5
*
clang-format: Don't insert space in __has_include
Daniel Jasper
2013-08-28
1
-0
/
+3
*
clang-format: Fix corner case in ObjC interface definitions.
Daniel Jasper
2013-08-28
1
-0
/
+4
*
clang-format: Improve braced init list detection:
Daniel Jasper
2013-08-28
1
-0
/
+3
*
clang-format: Fix corner case in overloaded operator definitions.
Daniel Jasper
2013-08-28
1
-0
/
+2
*
clang-format: Fix space in decltype-constexprs.
Daniel Jasper
2013-08-28
1
-0
/
+1
*
Revert "Add support for eachOf/allOf/anyOf variadic matchers in the dynamic l...
Samuel Benzaquen
2013-08-27
2
-47
/
+2
*
Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer.
Samuel Benzaquen
2013-08-27
2
-2
/
+47
*
Adding a vector version of clang::tooling::shiftedCodePosition().
Edwin Vane
2013-08-27
1
-0
/
+19
*
clang-format: Format segments of builder-type calls one per line.
Daniel Jasper
2013-08-27
1
-3
/
+19
*
clang-format: Revamp builder-type call formatting.
Daniel Jasper
2013-08-27
1
-11
/
+25
*
clang-format: Fix bug in column layout.
Daniel Jasper
2013-08-27
1
-0
/
+3
*
clang-format: Fix bug in column-layout formatting.
Daniel Jasper
2013-08-26
1
-1
/
+5
*
Comment parsing: fix a bug where a line with whitespace between two paragraphs
Dmitri Gribenko
2013-08-23
1
-5
/
+30
*
clang-format: Fix indentation relative to unary expressions.
Daniel Jasper
2013-08-23
1
-0
/
+4
*
clang-format: Fix corner case for string splitting ..
Daniel Jasper
2013-08-23
1
-0
/
+6
*
clang-format: Handle trailing commas in column layout of braced list.
Daniel Jasper
2013-08-23
1
-0
/
+9
*
Fix dependencies now that the ARC migrator depends on the static analyzer.
Jordan Rose
2013-08-22
1
-6
/
+2
*
clang-format: Add column layout formatting for braced lists
Daniel Jasper
2013-08-22
1
-11
/
+39
*
clang-format: Indent relative to unary operators.
Daniel Jasper
2013-08-21
1
-0
/
+8
*
Adding Replacement serialization support
Edwin Vane
2013-08-20
2
-0
/
+107
*
clang-format: Format enum struct/class like enum.
Daniel Jasper
2013-08-20
1
-0
/
+34
*
clang-format: Additional options for spaces around parentheses.
Daniel Jasper
2013-08-20
1
-0
/
+86
*
clang-format: Fix return type line break decision.
Daniel Jasper
2013-08-19
1
-4
/
+7
*
Have Range::overlapsWith use positive logic
Edwin Vane
2013-08-13
1
-0
/
+1
*
Adding a vector version of tooling::applyAllReplacements
Edwin Vane
2013-08-13
1
-0
/
+15
*
Fixing a conflict detection bug in tooling::deduplicate
Edwin Vane
2013-08-13
1
-6
/
+11
*
Refactor "MatcherList" into "VariantMatcher" and abstract the notion of a lis...
Samuel Benzaquen
2013-08-13
3
-60
/
+80
*
clang-format: Add option for the offset of constructor initializers.
Daniel Jasper
2013-08-13
1
-1
/
+50
*
clang-format: Improve boolean expression formatting in macros.
Daniel Jasper
2013-08-13
1
-0
/
+2
*
clang-format: Activate WebKit-style tests for MS compilers.
Daniel Jasper
2013-08-13
1
-2
/
+2
*
clang-format: Slightly adapt line break penalties.
Daniel Jasper
2013-08-13
1
-0
/
+2
*
Add hooks to ExternalSemaSource for after-the-fact diagnosis of
Kaelyn Uhrain
2013-08-12
1
-0
/
+52
*
Forgot to add unittests/Sema/ before committing r188196 :(
Kaelyn Uhrain
2013-08-12
3
-0
/
+240
*
Add hooks for typo correction to ExternalSemaSource, courtesy of Luke Zarko.
Kaelyn Uhrain
2013-08-12
2
-1
/
+2
*
clang-format: Improve stream-formatting.
Daniel Jasper
2013-08-12
1
-1
/
+3
*
clang-format: Correctly format alias declarations.
Daniel Jasper
2013-08-12
1
-0
/
+5
*
This change fixes the formatting of statements such as catch (E& e).
Manuel Klimek
2013-08-12
1
-0
/
+10
*
Expose LambdaIntroducer::DefaultLoc in the AST's LambdaExpr.
James Dennett
2013-08-09
1
-1
/
+20
*
Introduce Replacement deduplication and conflict detection function
Edwin Vane
2013-08-08
1
-0
/
+71
*
Revert r187935 "Support for double width characters."
Arnold Schwaighofer
2013-08-08
1
-17
/
+17
*
Support for double width characters.
Alexander Kornienko
2013-08-07
1
-17
/
+17
*
Fixes a couple of bugs with the Allman brace breaking.
Manuel Klimek
2013-08-07
1
-0
/
+31
*
clang-format: Fix corner case in OpenMP pragma formatting.
Daniel Jasper
2013-08-07
1
-0
/
+5
[next]