Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
bd14dc519ca2a0fc15f67288e25cdab4e84d9e98
/
clang-tools-extra
/
modularize
/
Modularize.cpp
002840c
Quick build fix.
by Rafael Espindola
· 11 years ago
f61be9c
[C++11] Use 'nullptr'.
by Craig Topper
· 11 years ago
f88da97
Remove inclusions of LLVM's private config.h
by Alp Toker
· 12 years ago
228166a
Use error_code() instead of error_code::succes()
by Rafael Espindola
· 12 years ago
281f9d0
Update for Clang API change and move ClangTidyDiagnosticRenderer into an anonymous namespace while there.
by Benjamin Kramer
· 12 years ago
6a2dc5c
[C++11] Replace OwningPtr with std::unique_ptr.
by Ahmed Charles
· 12 years ago
f7e45c0
Fix the top header that corresponds to this source file. Thanks for
by Chandler Carruth
· 12 years ago
85e6e87
Run llvm/utils/sort_includes.py over the Clang tools code. This doesn't
by Chandler Carruth
· 12 years ago
e744d2b
Fix assertion error.
by John Thompson
· 12 years ago
abe79d9
Improve comment, as requested by Alp Toker.
by John Thompson
· 12 years ago
9a5134e
Fix a variety of user-visible and comment typos
by Alp Toker
· 12 years ago
5ab4f11
Added module map generation option.
by John Thompson
· 12 years ago
2a8fcee
Don't use default label in fully covered switch
by Alexey Samsonov
· 12 years ago
7408392
Check for #include in extern and namespace blocks.
by John Thompson
· 12 years ago
3353a10
Modularize: Use in-place version of sys::path::native.
by Benjamin Kramer
· 12 years ago
7d0213c
modularize - Fix of header dependencies - this time with the source.
by John Thompson
· 12 years ago
53a9d2d
modularize - Update main comment.
by John Thompson
· 12 years ago
f5999bd
Revert svn 189837 "Added header dependencies support."
by Bob Wilson
· 12 years ago
7475180
Added header dependencies support.
by John Thompson
· 12 years ago
cc2e291
Ran clang-format for a base-line.
by John Thompson
· 12 years ago
9e8d672
Updated the main comment with respect to problems and future directions.
by John Thompson
· 12 years ago
8e01c06
Fixed some issues that resulted in erroneous duplicate symbol error messages.
by John Thompson
· 12 years ago
8e20be2
Remove CRs added in r187370.
by Nico Weber
· 12 years ago
bb0a3b0
Fixed coding convention naming issue - variable names start with uppercase.
by John Thompson
· 12 years ago
4fa9c2c
Extend comments for problems and future directions.
by John Thompson
· 12 years ago
181ea2e
Comment changes. Added current problems comment.
by John Thompson
· 12 years ago
dc11827
Fixed comment typo.
by John Thompson
· 12 years ago
7c6e79f3
Fixed comment issues (non-ASCII chars, typos) per review, expanded some comments.
by John Thompson
· 12 years ago
94faa4d
Fixed case change that caused the test failure. Incorporarated Sean's review changes, consisting only of renaming and comment changes.
by John Thompson
· 12 years ago
17b15cf
Revert "Added new feature for checking macro and preprocessor conditional consistency."
by Rafael Espindola
· 12 years ago
1e01014
Added new feature for checking macro and preprocessor conditional consistency.
by John Thompson
· 12 years ago
b809dfc
Fixed some formatting issues with clang-format to get a baseline.
by John Thompson
· 12 years ago
161381e
Ran clang-format on Modularize.cpp to get a baseline for future changes.
by John Thompson
· 12 years ago
26b567a
Fixed typo.
by John Thompson
· 12 years ago
54c8369
Fixed a typo and naming convention.
by John Thompson
· 12 years ago
a44f85a
Fixed outdate comment, and comment typo.
by John Thompson
· 13 years ago
52d9886
modularize - Fixed broken array use (asserted in tests). Renamed KindType enum.
by John Thompson
· 13 years ago
4b24921
Revert "modularize - Fixed poor array usage."
by Michael Gottesman
· 13 years ago
3b1ee2b
modularize - Updated futures comment.
by John Thompson
· 13 years ago
9663d8c
modularize - Fixed poor array usage.
by John Thompson
· 13 years ago
c66c07d
Fix a default on covered switch found by -Wcovered-switch-default
by David Blaikie
· 13 years ago
4e4d9b3
modularize - revised to group duplicate symbols together in the error output.
by John Thompson
· 13 years ago
ea6c8db
Broke out header file list reading into separate function. Moved options to front. Removed some trailing spaces.
by John Thompson
· 13 years ago
fd8ca38
Added informational comment about using -x c++.
by John Thompson
· 13 years ago
d977c1e
Fixed path in file comment. Fixed #include order.
by John Thompson
· 13 years ago
f5db45b
Revised to use MemoryBuffer. Removed redundant llvm:: qualifiers. Removed unnecessary c_str() calls. Reformatted with clang-format.
by John Thompson
· 13 years ago
a2de108
Revised to use file list path as reference path, or path provide by new -prefix option. Revised to use LLVM option parser.
by John Thompson
· 13 years ago
ce601e2
Added future directions comment and a couple of fixme's.
by John Thompson
· 13 years ago
1f67ccb
Review feedback change per Edwin: Move non-public members to end of classes.
by John Thompson
· 13 years ago
4f8ba65
Initial check in of Doug's modularize tool for checking header readiness for modules, plus some changes per review feedback: Removed system headers, changed to use stream output, added file name in message.
by John Thompson
· 13 years ago