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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename cpp11-migrate to clang-modernize.
Chandler Carruth
2013-09-04
49
-3897
/
+0
*
cpp11-migrate: Refactor for driver model of operation
Edwin Vane
2013-09-03
5
-39
/
+77
*
Update tests to reflect clang r189769 which changes the printing of
Chandler Carruth
2013-09-02
4
-6
/
+6
*
Revert "cpp11-migrate: Fixing autoconf build after adding libclangReplace dep...
Michael Gottesman
2013-08-30
5
-77
/
+39
*
cpp11-migrate: Refactor for driver model of operation
Edwin Vane
2013-08-30
5
-39
/
+77
*
cpp11-migrate: Add Pass-By-Value Transform
Guillaume Papin
2013-08-29
2
-0
/
+191
*
Temporarily revert r189363 as it seems to be failing to build.
Eric Christopher
2013-08-27
2
-187
/
+0
*
cpp11-migrate: Add Pass-By-Value Transform
Guillaume Papin
2013-08-27
2
-0
/
+187
*
cpp11-migrate: Use Replacement serialization from clang::tooling
Edwin Vane
2013-08-20
1
-4
/
+5
*
cpp11-migrate: Remove mention of 'headers' from serialization code
Edwin Vane
2013-08-14
1
-3
/
+2
*
cpp11-migrate: Adding -yaml-only option
Edwin Vane
2013-08-14
1
-2
/
+2
*
clang-tools-extra/test/cpp11-migrate/HeaderReplacements/main.cpp: Use "%/t" i...
NAKAMURA Takumi
2013-08-14
1
-6
/
+3
*
clang-tools-extra/test/cpp11-migrate/HeaderReplacements/main.cpp: Use FileChe...
NAKAMURA Takumi
2013-08-14
1
-4
/
+12
*
clang-tools-extra/test/cpp11-migrate/HeaderReplacements/main.cpp: Suppress th...
NAKAMURA Takumi
2013-08-14
1
-0
/
+3
*
Fixes test failure on darwin introduced by r188274
Tareq A. Siraj
2013-08-13
2
-10
/
+11
*
cpp11-migrate: Write header replacements to disk
Tareq A. Siraj
2013-08-13
4
-0
/
+94
*
Revert "cpp11-migrate: Write header replacements to disk"
Rafael Espindola
2013-07-30
4
-94
/
+0
*
cpp11-migrate: Write header replacements to disk
Tareq A. Siraj
2013-07-30
4
-0
/
+94
*
cpp11-migrate: Add -for-compilers command line switch.
Guillaume Papin
2013-07-29
2
-6
/
+63
*
Revert "cpp11-migrate: Write header replacements to disk"
Rafael Espindola
2013-07-26
4
-91
/
+0
*
cpp11-migrate: Write header replacements to disk
Tareq A. Siraj
2013-07-26
4
-0
/
+91
*
cpp11-migrate: Tweak lit tests to avoid false negatives
Edwin Vane
2013-07-25
1
-2
/
+3
*
cpp11-migrate: Fix build break on Windows introduced in r187041.
Guillaume Papin
2013-07-24
1
-2
/
+2
*
cp11-migrate: Integration with LibFormat
Edwin Vane
2013-07-23
1
-0
/
+15
*
Revert "cp11-migrate: Integration with LibFormat"
Michael Gottesman
2013-07-22
1
-42
/
+0
*
cp11-migrate: Integration with LibFormat
Edwin Vane
2013-07-22
1
-0
/
+42
*
Fix UseAuto not transforming iterator when non-fully qualifiers are used and
Ariel J. Bernal
2013-07-15
3
-5
/
+10
*
cpp11-migrate: Add Replace-AutoPtr Transform
Edwin Vane
2013-07-03
5
-0
/
+365
*
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: Add option to detect and use macros that expand to 'override'
Edwin Vane
2013-05-31
1
-57
/
+66
*
Fix UseAuto replacing declaration lists with new expressions
Ariel J. Bernal
2013-05-27
1
-0
/
+45
*
Fix UseAuto replacing variable declaration lists containing non-initialized
Ariel J. Bernal
2013-05-17
1
-0
/
+12
*
cpp11-migrate: Check for valid NULL macros from macro arg expansions
Edwin Vane
2013-05-16
1
-0
/
+8
*
cpp11-migrate: Add override specifier before comments on inline methods
Edwin Vane
2013-05-14
2
-25
/
+4
*
cpp11-migrate: Fix crash in AddOverride due to template instantiations
Edwin Vane
2013-05-10
2
-0
/
+58
*
Transform for loops over pseudo-arrays only if begin/end members exist
Edwin Vane
2013-05-09
2
-1
/
+72
*
Use 'auto const&' for iterators whose deref operator return a const var
Ariel J. Bernal
2013-05-09
5
-15
/
+115
*
Stop LoopConvert removing DeclStmts from selection/iteration condition clauses
Edwin Vane
2013-05-06
1
-0
/
+43
*
Added comprehensive macro arg usage logic to Use-Nullptr Transform
Edwin Vane
2013-05-06
1
-25
/
+74
*
Adding the AddOverride transform for cpp11-migrate
Edwin Vane
2013-04-09
2
-0
/
+135
*
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
*
Use 'auto' with 'new' expressions
Edwin Vane
2013-04-02
2
-0
/
+88
*
Refactor Usenullptr matcher to avoid duplication
Ariel J. Bernal
2013-04-01
1
-3
/
+15
*
Improve loop convert's variable aliasing
Edwin Vane
2013-04-01
1
-0
/
+37
*
Allow users to specify NULL like macros to be replaced
Tareq A. Siraj
2013-03-28
1
-2
/
+4
*
cpp11-migrate segfaults transforming map<string,int>::iterator
Ariel J. Bernal
2013-03-27
2
-0
/
+11
*
Adding a failing test case for cpp11-migrate's Loop Convert Transform
Edwin Vane
2013-03-25
2
-0
/
+29
*
Don't replace macro usage if macro body has NULL
Edwin Vane
2013-03-19
2
-26
/
+94
[next]