summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/modularize/ModuleAssistant.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed some cases in the modularize assistant mode where header file names ↵John Thompson2016-03-211-1/+14
| | | | | | didn't translate to valid module names. llvm-svn: 264001
* Make a bunch of static arrays const.Craig Topper2015-10-181-1/+1
| | | | llvm-svn: 250641
* Added mechanism to modularize for doing a compilation precheckJohn Thompson2015-07-101-10/+28
| | | | | | | | | | | | 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
* Renamed module.map to module.modulemap (modularize).John Thompson2015-02-101-2/+2
| | | | llvm-svn: 228693
* Replace size call with empty call where appripriate in clang/tools/extraAlexander Kornienko2015-01-221-1/+1
| | | | | | | | | | | This patch is the result of applying fixes of the ContainerSizeEmpty Clang-Tidy checker which was committed recently. http://reviews.llvm.org/D7085 Patch by Gábor Horváth! llvm-svn: 226817
* Update for LLVM api changeRafael Espindola2014-08-251-5/+5
| | | | llvm-svn: 216396
* [C++11] Use 'nullptr'.Craig Topper2014-06-091-5/+5
| | | | llvm-svn: 210447
* [C++11] Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-091-2/+1
| | | | | | | | This removes all references to OwningPtr, which should be fairly undisruptive to out-of-tree projects since they are unlikely to use clang-tools-extra as a library instead of a set of tools. llvm-svn: 203382
* Update for llvm api change.Rafael Espindola2014-02-241-1/+1
| | | | llvm-svn: 202055
* Update for llvm api change.Rafael Espindola2014-02-241-1/+1
| | | | llvm-svn: 202045
* Fix typoAlp Toker2014-01-091-1/+1
| | | | llvm-svn: 198831
* clang-tools-extra/modularize: Compare Paths to Prefix as ↵NAKAMURA Takumi2013-10-161-2/+6
| | | | | | | | natively-canonicalized form. On Win32, paths are not expected to be canonicalized. llvm-svn: 192763
* ModuleAssistant: Fix warning, don't return bool as a pointer.Will Dietz2013-10-151-1/+1
| | | | | | No functionality change intended. llvm-svn: 192713
* Added module map generation option.John Thompson2013-10-151-0/+287
llvm-svn: 192703
OpenPOWER on IntegriCloud