aboutsummaryrefslogtreecommitdiff
path: root/modularize
AgeCommit message (Expand)Author
2014-06-09[C++11] Use 'nullptr'.Craig Topper
2014-06-04Remove inclusions of LLVM's private config.hAlp Toker
2014-05-31Use error_code() instead of error_code::succes()Rafael Espindola
2014-05-10Update for Clang API change and move ClangTidyDiagnosticRenderer into an anon...Benjamin Kramer
2014-03-09[C++11] Replace OwningPtr with std::unique_ptr.Ahmed Charles
2014-02-24Update for llvm api change.Rafael Espindola
2014-02-24Update for llvm api change.Rafael Espindola
2014-01-09Fix typoAlp Toker
2014-01-07Fix the top header that corresponds to this source file. Thanks forChandler Carruth
2014-01-07Run llvm/utils/sort_includes.py over the Clang tools code. This doesn'tChandler Carruth
2013-12-10Fix assertion error.John Thompson
2013-12-10[CMake] clang-tools-extra: Update dependencies.NAKAMURA Takumi
2013-12-09[CMake] clang-tools-extra may not depend on LLVM CodeGen.NAKAMURA Takumi
2013-12-07Changed ConditionValue argument to PPCallbacks If and Elif callbacks to be a ...John Thompson
2013-12-04Improve comment, as requested by Alp Toker.John Thompson
2013-12-01Fix a variety of user-visible and comment typosAlp Toker
2013-10-16clang-tools-extra/modularize: Compare Paths to Prefix as natively-canonicaliz...NAKAMURA Takumi
2013-10-15ModuleAssistant: Fix warning, don't return bool as a pointer.Will Dietz
2013-10-15Added module map generation option.John Thompson
2013-09-20Added colon to make proper error message prefix.John Thompson
2013-09-19Don't use default label in fully covered switchAlexey Samsonov
2013-09-18Check for #include in extern and namespace blocks.John Thompson
2013-09-11Modularize: Use in-place version of sys::path::native.Benjamin Kramer
2013-09-04modularize - Fix of header dependencies - this time with the source.John Thompson
2013-09-04modularize - Update main comment.John Thompson
2013-09-04Revert svn 189837 "Added header dependencies support."Bob Wilson
2013-09-03Added header dependencies support.John Thompson
2013-09-03Ran clang-format for a base-line.John Thompson
2013-08-26Updated the main comment with respect to problems and future directions.John Thompson
2013-08-26Fixed some issues that resulted in erroneous duplicate symbol error messages.John Thompson
2013-08-19Add dependencies on TransformUtils library in preparation for re-applying r18...Alexey Samsonov
2013-08-13Avoid errors on header guards using #if defined(NAME).John Thompson
2013-08-12Remove CRs added in r187370.Nico Weber
2013-08-09Fixed coding convention naming issue - variable names start with uppercase.John Thompson
2013-08-09Fix false error message for function-style macro instance used as arguments i...John Thompson
2013-08-09Extend comments for problems and future directions.John Thompson
2013-08-08Comment changes. Added current problems comment.John Thompson
2013-08-07Fixed incorrect header guard/nested header mechanism.John Thompson
2013-08-05Fixed uninitialized member, plus recommit of 187736.John Thompson
2013-08-05Reverting r187736. It broke some public bots:Arnold Schwaighofer
2013-08-05Fixed incorrect include file exit detection. Added work-around to avoid erro...John Thompson
2013-07-29Fixed comment typo.John Thompson
2013-07-29Fixed comment issues (non-ASCII chars, typos) per review, expanded some comme...John Thompson
2013-07-27modularize: Remove default case from fully covered switch.Benjamin Kramer
2013-07-26Fixed case change that caused the test failure. Incorporarated Sean's review...John Thompson
2013-07-26Revert "Added new feature for checking macro and preprocessor conditional con...Rafael Espindola
2013-07-26Added new feature for checking macro and preprocessor conditional consistency.John Thompson
2013-07-19Fixed some formatting issues with clang-format to get a baseline.John Thompson
2013-06-27Ran clang-format on Modularize.cpp to get a baseline for future changes.John Thompson
2013-06-19Fixed typo.John Thompson