summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/module-map-checker/ModuleMapChecker.h
Commit message (Collapse)AuthorAgeFilesLines
* Track changes from clang r212387, r212388Alp Toker2014-07-061-2/+2
| | | | llvm-svn: 212390
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-121-1/+1
| | | | llvm-svn: 210776
* [C++11] Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-091-3/+2
| | | | | | | | 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
* Initial checkin of new module-map-checker tool.John Thompson2014-01-071-0/+223
llvm-svn: 198693
OpenPOWER on IntegriCloud