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
/
test
/
cpp11-migrate
/
UseNullptr
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename cpp11-migrate to clang-modernize.
Chandler Carruth
2013-09-04
5
-518
/
+0
*
cpp11-migrate: Transforms honour header modification flag
Edwin Vane
2013-06-18
2
-3
/
+9
*
Force c++98 so this works on windows where c++11 is the default.
Rafael Espindola
2013-06-14
1
-1
/
+1
*
cpp11-migrate: Check for valid NULL macros from macro arg expansions
Edwin Vane
2013-05-16
1
-0
/
+8
*
Added comprehensive macro arg usage logic to Use-Nullptr Transform
Edwin Vane
2013-05-06
1
-25
/
+74
*
Fix UseNullptr fails to replace c-style explicit cast in a return statement
Ariel J. Bernal
2013-04-09
1
-0
/
+12
*
Fix UseNullptr fails to replace explict casts surrounded by another implicit
Ariel J. Bernal
2013-04-05
1
-0
/
+25
*
Refactor Usenullptr matcher to avoid duplication
Ariel J. Bernal
2013-04-01
1
-3
/
+15
*
Allow users to specify NULL like macros to be replaced
Tareq A. Siraj
2013-03-28
1
-2
/
+4
*
Don't replace macro usage if macro body has NULL
Edwin Vane
2013-03-19
2
-26
/
+94
*
Don't include outer-most explicit cast in nullptr replacement
Edwin Vane
2013-03-15
1
-7
/
+48
*
Prevent nullptr_t-typed exprs from being replaced
Edwin Vane
2013-03-15
1
-7
/
+19
*
Test case for PR-15414 - nullptr_t functions
Stefanus Du Toit
2013-03-06
1
-0
/
+17
*
Fixed Use-Nullptr when replacing return(0)
Edwin Vane
2013-03-06
1
-0
/
+31
*
Fix -use-nullptr problems with assert()
Edwin Vane
2013-02-17
1
-0
/
+26
*
Drop "REQUIRES:shell" in tests. They can run on win32.
NAKAMURA Takumi
2013-01-25
2
-2
/
+0
*
Add use-nullptr transform to cpp11-migrate
Edwin Vane
2013-01-22
3
-0
/
+211