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
/
lib
/
Format
/
Format.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clang-format: extracted FormatTokenSource from UnwrappedLineParser.
Alexander Kornienko
2012-12-07
1
-1
/
+63
*
Small tweaks to clang-format.
Daniel Jasper
2012-12-07
1
-3
/
+7
*
Clang-format: IndentCaseLabels option, proper namespace handling
Alexander Kornienko
2012-12-06
1
-1
/
+3
*
Improve clang-format's handling of unary operators.
Daniel Jasper
2012-12-06
1
-0
/
+12
*
"<<" alignment for clang-format.
Daniel Jasper
2012-12-06
1
-7
/
+41
*
Remove bad and useless enum to bool conversion.
Daniel Jasper
2012-12-05
1
-5
/
+2
*
Indentation fixes for clang-format.
Daniel Jasper
2012-12-05
1
-30
/
+45
*
Follow-up to r169286, addresses comments in http://llvm-reviews.chandlerc.com...
Alexander Kornienko
2012-12-05
1
-4
/
+5
*
Small tweaks to automatic formatting.
Daniel Jasper
2012-12-05
1
-2
/
+13
*
Add missing destructors found with -Wnon-virtual-dtor.
Daniel Jasper
2012-12-04
1
-0
/
+3
*
Error recovery part 2
Alexander Kornienko
2012-12-04
1
-22
/
+38
*
Make parenthesis counting and aligning a bit saner.
Daniel Jasper
2012-12-04
1
-40
/
+53
*
Small fixes to unary operator recognition and handling of include
Daniel Jasper
2012-12-04
1
-6
/
+20
*
Replace workarounds with correct fixes.
Daniel Jasper
2012-12-04
1
-16
/
+16
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-3
/
+1
*
Fixes a compile warning and crash in the tests.
Manuel Klimek
2012-12-03
1
-12
/
+13
*
Initial version of formatting library.
Daniel Jasper
2012-12-03
1
-0
/
+704