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-tools-extra
/
cpp11-migrate
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't replace macro usage if macro body has NULL
Edwin Vane
2013-03-19
1
-5
/
+26
*
Don't include outer-most explicit cast in nullptr replacement
Edwin Vane
2013-03-15
1
-10
/
+13
*
Prevent nullptr_t-typed exprs from being replaced
Edwin Vane
2013-03-15
1
-5
/
+28
*
Fixing Doxygen warnings in cpp11-migrate
Edwin Vane
2013-03-08
2
-16
/
+4
*
Extend loop variable naming checks
Edwin Vane
2013-03-08
5
-11
/
+48
*
Have LoopConvert use 'auto &&' where necessary
Edwin Vane
2013-03-07
4
-27
/
+89
*
Fixed Use-Nullptr when replacing return(0)
Edwin Vane
2013-03-06
1
-2
/
+4
*
Added summary option to cpp11-migrate tool
Dmitri Gribenko
2013-03-05
8
-21
/
+58
*
Properly identify 'this' as range-based for container
Edwin Vane
2013-03-04
1
-3
/
+9
*
cpp11-migrate: Reduce the number of parsing passes.
Stefanus Du Toit
2013-03-01
1
-24
/
+20
*
cpp11-migrate: Factor out duplicate code in UseNullPtr
Stefanus Du Toit
2013-03-01
1
-20
/
+25
*
Introducing Use-Auto transform for cpp11-migrate
Edwin Vane
2013-02-28
9
-0
/
+485
*
Fix documentation comment in LoopConvert
Dmitri Gribenko
2013-02-27
1
-1
/
+1
*
Fix -use-nullptr problems with assert()
Edwin Vane
2013-02-17
1
-4
/
+7
*
Propagate changes through no-op transforms
Edwin Vane
2013-02-15
5
-15
/
+15
*
Fix for combined loop and nullptr convert tests
Edwin Vane
2013-02-07
3
-4
/
+14
*
Add use-nullptr transform to cpp11-migrate
Edwin Vane
2013-01-22
10
-0
/
+373
*
these need the bitcode reader as well.
Chris Lattner
2013-01-19
1
-1
/
+1
*
Re-sort the #include lines which have gotten out of order.
Chandler Carruth
2013-01-19
3
-3
/
+3
*
Introduce llvm::sys::PrintStackTraceOnErrorSignal()
NAKAMURA Takumi
2013-01-18
1
-0
/
+2
*
Fix a -Wdocumentation warning (empty paragraph passed to '\brief' command)
Dmitri Gribenko
2013-01-16
1
-1
/
+1
*
Write transform results to disk only once
Edwin Vane
2013-01-16
7
-31
/
+178
*
Update users of RefactoringTool
Edwin Vane
2013-01-11
1
-1
/
+1
*
Add a namespace qualifier to the befriending statement for
Chandler Carruth
2013-01-05
1
-1
/
+1
*
Port loop-convert into cpp11-migrate
Edwin Vane
2013-01-04
16
-7
/
+2189
*
Fix the sorting of the #include lines in these tools.
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Use renamed CommonOptionsParser member functions
Edwin Vane
2012-12-14
1
-2
/
+2
*
Initial commit for cpp11-migrate tool
Edwin Vane
2012-12-12
3
-0
/
+95