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
*
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
*
Fix UseAuto replacing variable declaration lists containing non-initialized
Ariel J. Bernal
2013-05-17
4
-53
/
+81
*
cpp11-migrate: Check for valid NULL macros from macro arg expansions
Edwin Vane
2013-05-16
2
-2
/
+16
*
cpp11-migrate: Refactor NullptrActions
Edwin Vane
2013-05-16
1
-181
/
+179
*
cpp11-migrate: Add override specifier before comments on inline methods
Edwin Vane
2013-05-14
4
-50
/
+41
*
cpp11-migrate: Fix crash in AddOverride due to template instantiations
Edwin Vane
2013-05-10
3
-22
/
+92
*
Transform for loops over pseudo-arrays only if begin/end members exist
Edwin Vane
2013-05-09
3
-2
/
+120
*
Use 'auto const&' for iterators whose deref operator return a const var
Ariel J. Bernal
2013-05-09
10
-28
/
+212
*
Stop LoopConvert removing DeclStmts from selection/iteration condition clauses
Edwin Vane
2013-05-06
3
-10
/
+121
*
Added comprehensive macro arg usage logic to Use-Nullptr Transform
Edwin Vane
2013-05-06
2
-69
/
+378
*
Generate input files from within unit test
Edwin Vane
2013-05-03
8
-49
/
+42
[next]