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
*
Use llvm::sys::fs::createTemporaryFile.
Rafael Espindola
2013-07-05
2
-2
/
+2
*
Fix formatting for allocation of new pointer variables.
Daniel Jasper
2013-07-05
1
-0
/
+4
*
Improve detection for preventing certain kind of formatting patterns.
Daniel Jasper
2013-07-05
1
-0
/
+14
*
Don't break after a "(" following a binary operator.
Daniel Jasper
2013-07-05
1
-0
/
+3
*
Added AlwaysBreakBeforeMultilineStrings option.
Alexander Kornienko
2013-07-04
1
-0
/
+28
*
Don't insert confusing line breaks in comparisons.
Daniel Jasper
2013-07-03
1
-0
/
+32
*
Fix formatting of long declarations with const type.
Daniel Jasper
2013-07-02
1
-0
/
+5
*
Fix incorrect token counting introduced by r185319.
Daniel Jasper
2013-07-01
1
-0
/
+1
*
Avoid column limit violation in block comments in certain cases.
Alexander Kornienko
2013-07-01
1
-0
/
+17
*
Don't align "} // namespace" comments.
Daniel Jasper
2013-07-01
1
-5
/
+24
*
Don't add an extra space before ellipsis after pointers.
Daniel Jasper
2013-07-01
1
-0
/
+5
*
Keep space between pointer and block comment.
Daniel Jasper
2013-07-01
1
-0
/
+2
*
Fix braced-list detection in lieu of trailing comments.
Daniel Jasper
2013-07-01
1
-0
/
+1
*
Bug fix: Make RecursiveASTVisitor<T>::TraverseLambdaExpr call
James Dennett
2013-06-30
1
-2
/
+19
*
Add enumerators to TestVisitor::Language to allow visitor tests to
James Dennett
2013-06-30
1
-2
/
+3
*
Use lexing mode based on FormatStyle.Standard.
Alexander Kornienko
2013-06-28
1
-12
/
+18
*
Sync file handling logic in RewriterTestContext.h and RefactoringTest.cpp.
Rafael Espindola
2013-06-26
1
-24
/
+18
*
Remove last use of PathV1.h from clang.
Rafael Espindola
2013-06-26
1
-19
/
+25
*
Formatter: Don't put a space after parameter-naming block comments.
Nico Weber
2013-06-26
1
-1
/
+1
*
Formatter/ObjC: Correctly format casts in objc message send expressions.
Nico Weber
2013-06-25
1
-0
/
+4
*
Formatter/Objc: Add a test that checks that @import is formatted correctly.
Nico Weber
2013-06-25
1
-0
/
+3
*
clang/unittests/ASTMatchers/Dynamic/RegistryTest.cpp: Suppress unexpected fai...
NAKAMURA Takumi
2013-06-24
1
-0
/
+6
*
Fixed typo.
Alexander Kornienko
2013-06-22
1
-1
/
+1
*
Add an option to not indent declarations when breaking after the type.
Manuel Klimek
2013-06-21
1
-18
/
+35
*
Add support for polymorphic matchers. Use runtime type checking to determine ...
Samuel Benzaquen
2013-06-21
4
-66
/
+96
*
Disable an assertion death test when using MSVC's assert()
Reid Kleckner
2013-06-21
1
-3
/
+5
*
Enhancements for the DynTypedMatcher system.
Samuel Benzaquen
2013-06-20
4
-137
/
+152
*
Adds the equalsBoundNode matcher.
Manuel Klimek
2013-06-20
1
-0
/
+89
*
Use the same set of whitespace characters for all operations in BreakableToken.
Alexander Kornienko
2013-06-20
1
-0
/
+3
*
Implements declaratorDecl, parmVarDecl and hassTypeLoc matchers.
Manuel Klimek
2013-06-20
1
-0
/
+19
*
Fixed long-standing issue with incorrect length calculation of multi-line com...
Alexander Kornienko
2013-06-19
1
-14
/
+16
*
Enhancements for the DynTypedNode
Samuel Benzaquen
2013-06-19
2
-0
/
+63
*
Completely revamp node binding for AST matchers.
Manuel Klimek
2013-06-19
1
-6
/
+113
*
Split long strings on word boundaries.
Alexander Kornienko
2013-06-19
1
-0
/
+20
*
Fix source range of CXXNewExpr with parentheses around the type. PR15569.
Eli Friedman
2013-06-17
1
-0
/
+6
*
Fix a problem in ExpressionParser leading to trailing comments affecting inde...
Alexander Kornienko
2013-06-17
1
-0
/
+7
*
Fixes incorrect indentation of line comments after break and re-alignment.
Alexander Kornienko
2013-06-17
1
-0
/
+30
*
[Driver] Refactor clang driver to use LLVM's Option library
Reid Kleckner
2013-06-14
6
-6
/
+6
*
Don't remove backslashes from block comments.
Alexander Kornienko
2013-06-14
1
-0
/
+17
*
Preserve newlines before block comments in static initializers.
Alexander Kornienko
2013-06-12
1
-11
/
+22
*
Include Path.h instead of PathV2.h.
Rafael Espindola
2013-06-11
2
-2
/
+2
*
Include PathV1.h in a file that uses it.
Rafael Espindola
2013-06-11
1
-0
/
+1
*
Insert a space at the start of a line comment in case it starts with an alpha...
Alexander Kornienko
2013-06-11
1
-4
/
+9
*
Re-commit r183466 with a fix to make the TypeLoc casting machinery work
Eli Friedman
2013-06-07
1
-1
/
+1
*
Improved handling of escaped newlines at the token start.
Alexander Kornienko
2013-06-07
1
-1
/
+2
*
Fixed calculation of penalty when breaking tokens.
Alexander Kornienko
2013-06-07
1
-31
/
+62
*
Adds a test that verifies angle bracket locations.
Manuel Klimek
2013-06-07
1
-0
/
+19
*
Fix incorrect line breaking before trailing block comments.
Daniel Jasper
2013-06-06
1
-0
/
+9
*
Fix clang-format's expression parser for leading }s.
Daniel Jasper
2013-06-06
1
-0
/
+4
*
Improve c-style cast detection.
Daniel Jasper
2013-06-06
1
-0
/
+3
[next]