summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/docs/ModularizeUsage.rst
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespace in docs and clang-tidy sources.Alexander Kornienko2016-12-131-1/+1
| | | | llvm-svn: 289547
* [docs] Remove doubled spacesMalcolm Parsons2016-11-171-10/+10
| | | | | | | | | | Reviewers: aaron.ballman Subscribers: nemanjai, cfe-commits Differential Revision: https://reviews.llvm.org/D26798 llvm-svn: 287226
* Added mechanism to modularize for doing a compilation precheckJohn Thompson2015-07-101-0/+17
| | | | | | | | | | | | to determine files that have comnpilation or dependency problems. A new -display-file-lists option use this to display lists of good files (no compile errors), problem files, and a combined list with problem files preceded by a '#'. The problem files list can be used in the module map generation assistant mode to exclude problem files. The combined files list can be used during module map development. See added docs. llvm-svn: 241880
* Fixed option description. '=' is required.John Thompson2015-06-041-1/+1
| | | | llvm-svn: 238998
* Changed option processing to implicitly use -x c++ if no other -x option ↵John Thompson2015-05-061-3/+4
| | | | | | specified. Added implicit -w option to disable compilation warnings, in particular to avoid warning on pragma once. llvm-svn: 236625
* Added module map coverage support, extracted from module-map-checker.John Thompson2015-02-191-0/+12
| | | | llvm-svn: 229869
* Added support for extracting headers from module maps as a source for the ↵John Thompson2015-02-181-1/+10
| | | | | | header list. llvm-svn: 229692
* Added support for multiple header list files, as a precursor for when we ↵John Thompson2015-02-121-1/+2
| | | | | | need to load multiple module maps. llvm-svn: 228935
* Added -block-check-header-list-only option. This is a work-around for ↵John Thompson2015-02-111-0/+7
| | | | | | private includes that purposefully get included inside blocks. llvm-svn: 228846
* Added module map generation docs and some clean-up.John Thompson2013-10-161-3/+13
| | | | llvm-svn: 192792
* Fix headers, use source quoting.John Thompson2013-09-231-7/+7
| | | | llvm-svn: 191211
* Added modularize documentation.John Thompson2013-09-201-0/+41
llvm-svn: 191091
OpenPOWER on IntegriCloud