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
/
clang-modernize
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove some redundant virtual on overridden functions
David Blaikie
2014-11-14
2
-4
/
+4
*
Use findProgramByName. NFC.
Rafael Espindola
2014-11-04
1
-3
/
+4
*
[CMake] Add dependencies on clangToolingCore.
NAKAMURA Takumi
2014-10-30
2
-0
/
+2
*
Fix Makefiles after r220867.
Daniel Jasper
2014-10-29
1
-1
/
+2
*
[clang-modernize] Update for API change.
Benjamin Kramer
2014-10-04
1
-6
/
+6
*
Add missing 'override' keyword.
Craig Topper
2014-10-03
1
-1
/
+1
*
Unique_ptrify PPCallbacks ownership. Goes with clang r217474.
Craig Topper
2014-09-10
1
-2
/
+3
*
Update for LLVM api change
Rafael Espindola
2014-08-25
2
-8
/
+6
*
Update for API change in clang.
Rafael Espindola
2014-08-12
1
-1
/
+2
*
Update for API change in r215391
David Blaikie
2014-08-11
1
-1
/
+1
*
Recommit 213308: unique_ptr-ify ownership of ASTConsumers (reverted in r213324)
David Blaikie
2014-08-10
1
-1
/
+2
*
clang-modernize: Transform::createActionFactory return ownership by unique_pt...
David Blaikie
2014-08-08
9
-24
/
+19
*
Plug memory leaks.
Benjamin Kramer
2014-07-24
7
-11
/
+17
*
Revert "unique_ptr-ify ownership of ASTConsumers"
David Blaikie
2014-07-17
1
-2
/
+1
*
unique_ptr-ify ownership of ASTConsumers
David Blaikie
2014-07-17
1
-1
/
+2
*
Track clang r213171
Alp Toker
2014-07-16
1
-1
/
+1
*
Update for llvm api change.
Rafael Espindola
2014-07-06
1
-8
/
+12
*
Track IntrusiveRefCntPtr::get() changes from LLVM r212366
Alp Toker
2014-07-05
1
-1
/
+1
*
clang-modernize: Instantiate llvm::Registry<TransformFactory>.
NAKAMURA Takumi
2014-07-03
2
-0
/
+4
*
Prefix error_code with std.
Rafael Espindola
2014-06-12
2
-23
/
+23
*
Quick build fix.
Rafael Espindola
2014-06-12
2
-0
/
+2
*
include system_error directly.
Rafael Espindola
2014-06-12
2
-2
/
+2
*
Replace llvm::error_code with std::error_code.
Rafael Espindola
2014-06-12
1
-4
/
+4
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-09
12
-39
/
+40
*
Use error_code() instead of error_code::succes()
Rafael Espindola
2014-05-31
1
-3
/
+3
*
Try to fix the build. newFrontendActionFactory was changed to return a unique...
Benjamin Kramer
2014-04-28
1
-1
/
+1
*
clang-modernize: fix invalid assignment in findClangApplyReplacements()
Guillaume Papin
2014-03-30
1
-2
/
+2
*
[C++11] Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-09
7
-9
/
+7
*
[C++11] Add #include's for OwningPtr.
Ahmed Charles
2014-03-03
1
-0
/
+1
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
3
-4
/
+4
*
[C++11] Replace LLVM_OVERRIDE with 'override'
Craig Topper
2014-03-02
18
-38
/
+38
*
[CMake] Use LINK_LIBS instead of target_link_libraries().
NAKAMURA Takumi
2014-02-26
1
-2
/
+2
*
Update for llvm api change.
Rafael Espindola
2014-02-24
2
-2
/
+2
*
Update for llvm api change.
Rafael Espindola
2014-02-24
1
-1
/
+2
*
Track clang changes from r200082
Alp Toker
2014-01-25
1
-1
/
+1
*
Run llvm/utils/sort_includes.py over the Clang tools code. This doesn't
Chandler Carruth
2014-01-07
12
-17
/
+10
*
[CMake] clang-tools-extra: Update dependencies.
NAKAMURA Takumi
2013-12-10
2
-4
/
+12
*
clang-modernize: Update PPCallback user.
Benjamin Kramer
2013-12-07
1
-11
/
+20
*
Fix a variety of user-visible and comment typos
Alp Toker
2013-12-01
7
-14
/
+14
*
Refactoring transform-specific options
Edwin Vane
2013-10-17
3
-13
/
+19
*
Add missing dependency for clang-modernize.
Rui Ueyama
2013-10-15
1
-1
/
+1
*
clang-modernize: Clean up help output
Edwin Vane
2013-10-08
3
-37
/
+92
*
clang-modernize: Fixing doxygen warnings
Edwin Vane
2013-10-07
1
-1
/
+3
*
clang-modernize: Fix clang-apply-replacements invocation bug
Edwin Vane
2013-10-05
1
-0
/
+2
*
clang-modernize: Apply replacements using clang-apply-replacements
Edwin Vane
2013-10-05
27
-824
/
+397
*
clang-modernize: Reset LoopConvert's TU tracking info per TU
Edwin Vane
2013-09-26
4
-50
/
+74
*
Clean up timing command line option.
Ariel J. Bernal
2013-09-24
1
-5
/
+3
*
Added tests for testing migration of files in a compilation database.
Ariel J. Bernal
2013-09-23
1
-2
/
+15
*
Fix for removing not included files from a compilation database.
Ariel J. Bernal
2013-09-16
1
-1
/
+3
*
Transform files in a compilation database if no sources are provided.
Ariel J. Bernal
2013-09-12
5
-34
/
+97
[next]