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
/
unittests
/
cpp11-migrate
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename cpp11-migrate to clang-modernize.
Chandler Carruth
2013-09-04
11
-1446
/
+0
*
Rename clang-replace -> clang-apply-replacements
Edwin Vane
2013-09-03
2
-3
/
+3
*
cpp11-migrate: Refactor for driver model of operation
Edwin Vane
2013-09-03
7
-101
/
+154
*
Revert "cpp11-migrate: Fixing autoconf build after adding libclangReplace dep...
Michael Gottesman
2013-08-30
7
-154
/
+101
*
cpp11-migrate: Fixing autoconf build after adding libclangReplace dependency
Edwin Vane
2013-08-30
1
-2
/
+2
*
cpp11-migrate: Refactor for driver model of operation
Edwin Vane
2013-08-30
6
-99
/
+152
*
cpp11-migrate: Add a class to support include directives modifications
Guillaume Papin
2013-08-27
3
-7
/
+424
*
Revert "cpp11-migrate: Add a class to support include directives modifications"
Guillaume Papin
2013-08-22
3
-427
/
+7
*
cpp11-migrate: Add a class to support include directives modifications
Guillaume Papin
2013-08-22
3
-7
/
+427
*
cpp11-migrate: Use Replacement serialization from clang::tooling
Edwin Vane
2013-08-20
2
-74
/
+0
*
UniqueHeaderNameTest.cpp: Appease valgrind.
NAKAMURA Takumi
2013-08-20
1
-2
/
+2
*
Revert "cpp11-migrate: Add a class to support include directives modifications"
Guillaume Papin
2013-08-20
3
-391
/
+7
*
cpp11-migrate: Add a class to support include directives modifications
Guillaume Papin
2013-08-20
3
-7
/
+391
*
Add dependencies on TransformUtils library in preparation for re-applying r18...
Alexey Samsonov
2013-08-19
1
-1
/
+2
*
Revert "cpp11-migrate: Add a class to support include directives modifications"
Guillaume Papin
2013-08-17
3
-372
/
+5
*
cpp11-migrate: Add a class to support include directives modifications
Guillaume Papin
2013-08-17
3
-5
/
+372
*
cpp11-migrate: Remove mention of 'headers' from serialization code
Edwin Vane
2013-08-14
3
-27
/
+22
*
cpp11-migrate: Write header replacements to disk
Tareq A. Siraj
2013-08-13
6
-15
/
+109
*
cpp11-migrate: Fixed path problem with include/exclude paths
Tareq A. Siraj
2013-08-09
1
-1
/
+19
*
Fixed path differences when using include/exclude headers
Ariel J. Bernal
2013-07-31
1
-0
/
+17
*
Revert "cpp11-migrate: Write header replacements to disk"
Rafael Espindola
2013-07-30
6
-117
/
+15
*
cpp11-migrate: Write header replacements to disk
Tareq A. Siraj
2013-07-30
6
-15
/
+117
*
cpp11-migrate: Add -for-compilers command line switch.
Guillaume Papin
2013-07-29
1
-0
/
+22
*
Revert "cpp11-migrate: Write header replacements to disk"
Rafael Espindola
2013-07-26
6
-117
/
+15
*
cpp11-migrate: Write header replacements to disk
Tareq A. Siraj
2013-07-26
6
-15
/
+117
*
cp11-migrate: Integration with LibFormat
Edwin Vane
2013-07-23
5
-6
/
+161
*
Revert "cp11-migrate: Integration with LibFormat"
Michael Gottesman
2013-07-22
5
-161
/
+6
*
cp11-migrate: Integration with LibFormat
Edwin Vane
2013-07-22
5
-6
/
+161
*
cpp11-migrate: Make a VirtualFilesHelper class for the unit tests.
Edwin Vane
2013-07-22
2
-74
/
+85
*
cpp11-migrate: Use test fixture in preparation for more tests
Edwin Vane
2013-07-18
1
-20
/
+67
*
cpp11-migrate: FileOverrides/Transform refactoring.
Tareq A. Siraj
2013-07-12
3
-2
/
+61
*
cpp11-migrate: Add missing file headers in unit tests
Edwin Vane
2013-07-11
3
-0
/
+27
*
Generate a unique filename for a given header
Tareq A. Siraj
2013-07-10
2
-1
/
+63
*
Use llvm::sys::fs::createTemporaryFile.
Rafael Espindola
2013-07-05
1
-2
/
+2
*
Don't use PathV1.h in IncludeExcludeTest.cpp.
Rafael Espindola
2013-06-26
1
-16
/
+34
*
Don't use PathV1.h in TransformTest.cpp.
Rafael Espindola
2013-06-26
1
-34
/
+41
*
cpp11-migrate: Transforms honour header modification flag
Edwin Vane
2013-06-18
1
-1
/
+115
*
cpp11-migrate: Transform now responsible for applying replacements
Edwin Vane
2013-06-18
2
-8
/
+7
*
cpp11-migrate: Transform now responsible for file content overriding
Edwin Vane
2013-06-17
1
-4
/
+37
*
Revert "sys::Path::GetCurrentDirectory has been removed. Use sys::fs::current...
Rafael Espindola
2013-06-14
1
-20
/
+17
*
sys::Path::GetCurrentDirectory has been removed. Use sys::fs::current_path.
Rafael Espindola
2013-06-14
1
-17
/
+20
*
Add a dependency on LLVM's option library for clang-tools-extra
Reid Kleckner
2013-06-14
1
-1
/
+1
*
cpp11-migrate: Replace file override container
Edwin Vane
2013-06-13
2
-6
/
+6
*
More build fixes.
Rafael Espindola
2013-06-11
2
-0
/
+2
*
cpp11-migrate: Refactor how global options are passed to Transforms
Edwin Vane
2013-06-06
2
-13
/
+17
*
cpp11-migrate: collect performance timers per source file
Edwin Vane
2013-06-04
2
-18
/
+108
*
Fix the build. Use proper names here.
Bill Wendling
2013-05-30
1
-1
/
+1
*
Tweak autoconf link params to fix migrator build
Edwin Vane
2013-05-30
1
-4
/
+3
*
cpp11-migrate: Transforms collect timing data.
Edwin Vane
2013-05-30
1
-3
/
+90
*
Generate input files from within unit test
Edwin Vane
2013-05-03
8
-49
/
+42
[next]