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
/
UseNullptr
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename cpp11-migrate to clang-modernize.
Chandler Carruth
2013-09-04
6
-698
/
+0
*
cpp11-migrate: Refactor for driver model of operation
Edwin Vane
2013-09-03
4
-25
/
+21
*
Revert "cpp11-migrate: Fixing autoconf build after adding libclangReplace dep...
Michael Gottesman
2013-08-30
4
-21
/
+25
*
cpp11-migrate: Refactor for driver model of operation
Edwin Vane
2013-08-30
4
-25
/
+21
*
Adjust for r188968.
Eli Friedman
2013-08-22
1
-1
/
+1
*
cpp11-migrate: Add -for-compilers command line switch.
Guillaume Papin
2013-07-29
1
-0
/
+7
*
cpp11-migrate: Register the transforms automatically using llvm::Registry
Guillaume Papin
2013-07-24
1
-0
/
+14
*
cpp11-migrate: Tidying up
Edwin Vane
2013-07-08
6
-31
/
+34
*
cpp11-migrate: Minor command-line fixes and improvements
Edwin Vane
2013-07-04
1
-4
/
+6
*
cpp11-migrate: Transforms honour header modification flag
Edwin Vane
2013-06-18
3
-14
/
+18
*
cpp11-migrate: Transform now responsible for applying replacements
Edwin Vane
2013-06-18
2
-16
/
+6
*
cpp11-migrate: Transform now responsible for file content overriding
Edwin Vane
2013-06-17
1
-3
/
+3
*
cpp11-migrate: Replace file override container
Edwin Vane
2013-06-13
2
-4
/
+4
*
cpp11-migrate: New mechanism for overriding file contents
Edwin Vane
2013-06-12
1
-8
/
+2
*
cpp11-migrate: Refactor how global options are passed to Transforms
Edwin Vane
2013-06-06
2
-5
/
+3
*
cpp11-migrate: Transforms collect timing data.
Edwin Vane
2013-05-30
2
-2
/
+4
*
cpp11-migrate: Check for valid NULL macros from macro arg expansions
Edwin Vane
2013-05-16
1
-2
/
+8
*
cpp11-migrate: Refactor NullptrActions
Edwin Vane
2013-05-16
1
-181
/
+179
*
Added comprehensive macro arg usage logic to Use-Nullptr Transform
Edwin Vane
2013-05-06
1
-44
/
+304
*
Fix UseNullptr fails to replace c-style explicit cast in a return statement
Ariel J. Bernal
2013-04-09
1
-10
/
+10
*
Fix UseNullptr fails to replace explict casts surrounded by another implicit
Ariel J. Bernal
2013-04-05
1
-4
/
+6
*
lib-ified core cpp11-migrate functionality to support unit tests
Edwin Vane
2013-04-04
2
-2
/
+2
*
Refactor Usenullptr matcher to avoid duplication
Ariel J. Bernal
2013-04-01
5
-93
/
+76
*
Allow users to specify NULL like macros to be replaced
Tareq A. Siraj
2013-03-28
2
-14
/
+48
*
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
*
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
2
-3
/
+3
*
cpp11-migrate: Factor out duplicate code in UseNullPtr
Stefanus Du Toit
2013-03-01
1
-20
/
+25
*
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
1
-1
/
+1
*
Fix for combined loop and nullptr convert tests
Edwin Vane
2013-02-07
1
-1
/
+1
*
Add use-nullptr transform to cpp11-migrate
Edwin Vane
2013-01-22
6
-0
/
+348