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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix UseAuto not transforming iterator when non-fully qualifiers are used and
Ariel J. Bernal
2013-07-15
6
-54
/
+79
*
cpp11-migrate: FileOverrides/Transform refactoring.
Tareq A. Siraj
2013-07-12
10
-152
/
+259
*
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
4
-1
/
+123
*
cpp11-migrate: Fixes for r185811
Edwin Vane
2013-07-08
2
-2
/
+3
*
cpp11-migrate: Tidying up
Edwin Vane
2013-07-08
47
-169
/
+232
*
Use llvm::sys::fs::createTemporaryFile.
Rafael Espindola
2013-07-05
1
-2
/
+2
*
cpp11-migrate: Minor command-line fixes and improvements
Edwin Vane
2013-07-04
6
-11
/
+38
*
Add 'not' to commands that are expected to fail.
Rafael Espindola
2013-07-04
2
-2
/
+2
*
cpp11-migrate: Add Replace-AutoPtr Transform
Edwin Vane
2013-07-03
18
-3
/
+953
*
Ran clang-format on Modularize.cpp to get a baseline for future changes.
John Thompson
2013-06-27
1
-12
/
+20
*
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
*
Don't use PathV1.h in PerfSupport.cpp.
Rafael Espindola
2013-06-26
1
-4
/
+3
*
cpp11-migrate: Really fixing doxygen warning
Edwin Vane
2013-06-25
1
-0
/
+1
*
Fixed typo.
John Thompson
2013-06-19
1
-1
/
+1
*
cpp11-migrate: Fixing doxygen warning
Edwin Vane
2013-06-19
1
-1
/
+0
*
cpp11-migrate: Fix parsing of '.' for header include/excludes
Edwin Vane
2013-06-19
1
-3
/
+11
*
Fix a remove-cstr-calls test that fails checking of the produced code.
Manuel Klimek
2013-06-19
1
-1
/
+6
*
Prune "\param InitialState" since it has not been introduced. [-Wdocumentation]
NAKAMURA Takumi
2013-06-19
1
-1
/
+0
*
Fixed a typo and naming convention.
John Thompson
2013-06-18
2
-4
/
+4
*
cpp11-migrate: Transforms honour header modification flag
Edwin Vane
2013-06-18
18
-58
/
+206
*
cpp11-migrate: Transform now responsible for applying replacements
Edwin Vane
2013-06-18
16
-199
/
+204
*
cpp11-migrate: Transform now responsible for file content overriding
Edwin Vane
2013-06-17
7
-69
/
+112
*
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
5
-5
/
+5
*
Force c++98 so this works on windows where c++11 is the default.
Rafael Espindola
2013-06-14
1
-1
/
+1
*
cpp11-migrate: Fixing section markup
Edwin Vane
2013-06-14
5
-15
/
+15
*
Also install cpp11-migrate when built with cmake. Fixes bug #16296
Sylvestre Ledru
2013-06-14
1
-0
/
+3
*
cpp11-migrate: const-correcting IncludeExcludeInfo
Edwin Vane
2013-06-13
2
-6
/
+6
*
cpp11-migrate: Add headers to file override information
Edwin Vane
2013-06-13
3
-0
/
+28
*
cpp11-migrate: Replace file override container
Edwin Vane
2013-06-13
18
-90
/
+215
*
cpp11-migrate: Decluttering Transform.h
Edwin Vane
2013-06-12
2
-17
/
+19
*
cpp11-migrate: New mechanism for overriding file contents
Edwin Vane
2013-06-12
6
-31
/
+90
*
More build fixes.
Rafael Espindola
2013-06-11
2
-0
/
+2
*
Fix build after clang change r183781.
Rafael Espindola
2013-06-11
1
-0
/
+1
*
cpp11-migrate: Add EnableHeaderModification flag
Edwin Vane
2013-06-06
2
-0
/
+27
*
cpp11-migrate: Refactor how global options are passed to Transforms
Edwin Vane
2013-06-06
15
-61
/
+73
*
cpp11-migrate: Docs refresh
Edwin Vane
2013-06-06
3
-92
/
+228
*
cpp11-migrate: Eliminate windows line endings
Edwin Vane
2013-06-05
6
-649
/
+649
*
cpp11-migrate: collect performance timers per source file
Edwin Vane
2013-06-04
8
-554
/
+757
*
cpp11-migrate: turn off PID-based perf data filenames
Edwin Vane
2013-06-03
1
-2
/
+6
*
Add support for report execution times
Ariel J. Bernal
2013-06-03
1
-1
/
+78
*
cpp11-migrate: Add option to detect and use macros that expand to 'override'
Edwin Vane
2013-05-31
5
-61
/
+109
*
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
2
-8
/
+6
*
cpp11-migrate: Transforms collect timing data.
Edwin Vane
2013-05-30
14
-20
/
+172
*
Fix UseAuto replacing declaration lists with new expressions
Ariel J. Bernal
2013-05-27
4
-59
/
+126
*
Unbreak the build.
Benjamin Kramer
2013-05-17
1
-3
/
+4
[next]