summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/modularize
Commit message (Expand)AuthorAgeFilesLines
* Plug memory leaks.Benjamin Kramer2014-07-241-2/+2
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-171-4/+4
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-171-4/+4
* [CMake] Update libdeps.NAKAMURA Takumi2014-07-141-0/+1
* Update for llvm api change.Rafael Espindola2014-07-061-5/+5
* Unbreak the build after r211244.David Blaikie2014-06-191-13/+0
* Prefix error_code with std.Rafael Espindola2014-06-121-8/+8
* Quick build fix.Rafael Espindola2014-06-121-0/+1
* [C++11] Use 'nullptr'.Craig Topper2014-06-093-25/+25
* Remove inclusions of LLVM's private config.hAlp Toker2014-06-041-1/+0
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-311-1/+1
* Update for Clang API change and move ClangTidyDiagnosticRenderer into an anon...Benjamin Kramer2014-05-101-1/+1
* [C++11] Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-092-8/+6
* Update for llvm api change.Rafael Espindola2014-02-241-1/+1
* Update for llvm api change.Rafael Espindola2014-02-241-1/+1
* Fix typoAlp Toker2014-01-091-1/+1
* Fix the top header that corresponds to this source file. Thanks forChandler Carruth2014-01-071-1/+1
* Run llvm/utils/sort_includes.py over the Clang tools code. This doesn'tChandler Carruth2014-01-072-5/+5
* Fix assertion error.John Thompson2013-12-101-1/+1
* [CMake] clang-tools-extra: Update dependencies.NAKAMURA Takumi2013-12-101-2/+4
* [CMake] clang-tools-extra may not depend on LLVM CodeGen.NAKAMURA Takumi2013-12-091-4/+2
* Changed ConditionValue argument to PPCallbacks If and Elif callbacks to be a ...John Thompson2013-12-071-13/+22
* Improve comment, as requested by Alp Toker.John Thompson2013-12-041-1/+1
* Fix a variety of user-visible and comment typosAlp Toker2013-12-011-2/+2
* clang-tools-extra/modularize: Compare Paths to Prefix as natively-canonicaliz...NAKAMURA Takumi2013-10-161-2/+6
* ModuleAssistant: Fix warning, don't return bool as a pointer.Will Dietz2013-10-151-1/+1
* Added module map generation option.John Thompson2013-10-154-4/+396
* Added colon to make proper error message prefix.John Thompson2013-09-201-2/+2
* Don't use default label in fully covered switchAlexey Samsonov2013-09-191-2/+0
* Check for #include in extern and namespace blocks.John Thompson2013-09-183-24/+247
* Modularize: Use in-place version of sys::path::native.Benjamin Kramer2013-09-111-2/+2
* modularize - Fix of header dependencies - this time with the source.John Thompson2013-09-041-11/+103
* modularize - Update main comment.John Thompson2013-09-041-11/+7
* Revert svn 189837 "Added header dependencies support."Bob Wilson2013-09-041-132/+29
* Added header dependencies support.John Thompson2013-09-031-29/+132
* Ran clang-format for a base-line.John Thompson2013-09-032-19/+15
* Updated the main comment with respect to problems and future directions.John Thompson2013-08-261-32/+16
* Fixed some issues that resulted in erroneous duplicate symbol error messages.John Thompson2013-08-261-1/+11
* Add dependencies on TransformUtils library in preparation for re-applying r18...Alexey Samsonov2013-08-191-1/+1
* Avoid errors on header guards using #if defined(NAME).John Thompson2013-08-131-0/+2
* Remove CRs added in r187370.Nico Weber2013-08-121-20/+20
* Fixed coding convention naming issue - variable names start with uppercase.John Thompson2013-08-091-33/+33
* Fix false error message for function-style macro instance used as arguments i...John Thompson2013-08-091-0/+9
* Extend comments for problems and future directions.John Thompson2013-08-091-2/+15
* Comment changes. Added current problems comment.John Thompson2013-08-081-3/+23
* Fixed incorrect header guard/nested header mechanism.John Thompson2013-08-071-5/+7
* Fixed uninitialized member, plus recommit of 187736.John Thompson2013-08-051-12/+27
* Reverting r187736. It broke some public bots:Arnold Schwaighofer2013-08-051-25/+11
* Fixed incorrect include file exit detection. Added work-around to avoid erro...John Thompson2013-08-051-11/+25
* Fixed comment typo.John Thompson2013-07-291-1/+1
OpenPOWER on IntegriCloud