llvm-project/clang/lib
Kristof Umann f52f4f636f [analyzer] Split unix.API up to UnixAPIMisuseChecker and UnixAPIPortabilityChecker
The actual implementation of unix.API features a dual-checker: two checkers in
one, even though they don't even interact at all. Split them up, as this is a
problem for establishing dependencies.

I added no new code at all, just merely moved it around.

Since the plist files change (and that's a benefit!) this patch isn't NFC.

Differential Revision: https://reviews.llvm.org/D55425

llvm-svn: 352278
2019-01-26 15:56:40 +00:00
..
ARCMigrate [analyzer] Port RetainSummaryManager to the new AnyCall interface, decouple ARCMT from the analyzer 2019-01-25 01:24:04 +00:00
AST [AST] Pack GenericSelectionExpr 2019-01-26 14:15:10 +00:00
ASTMatchers Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Analysis [analyzer] Port RetainSummaryManager to the new AnyCall interface, decouple ARCMT from the analyzer 2019-01-25 01:24:04 +00:00
Basic Disable _Float16 for non ARM/SPIR Targets 2019-01-25 17:27:57 +00:00
CodeGen [X86] Custom codegen 512-bit cvt(u)qq2tops, cvt(u)qqtopd, and cvt(u)dqtops intrinsics. 2019-01-26 02:42:01 +00:00
CrossTU Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Driver Revert r352181 as it's breaking the bots 2019-01-25 10:35:35 +00:00
Edit Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Format [clang-format] square parens with one token are not Objective-C message sends 2019-01-24 23:07:58 +00:00
Frontend Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
FrontendTool [analyzer] Supply all checkers with a shouldRegister function 2019-01-26 14:23:08 +00:00
Headers [X86] Remove mask and passthru arguments from vpconflict builtins. Use select in IR instead. 2019-01-25 07:08:22 +00:00
Index Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Lex Remove F16 literal support based on Float16 support. 2019-01-25 18:36:20 +00:00
Parse [OpenCL] Allow address spaces as method qualifiers. 2019-01-21 16:01:38 +00:00
Rewrite Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Sema [AST] Pack GenericSelectionExpr 2019-01-26 14:15:10 +00:00
Serialization [AST] Pack GenericSelectionExpr 2019-01-26 14:15:10 +00:00
StaticAnalyzer [analyzer] Split unix.API up to UnixAPIMisuseChecker and UnixAPIPortabilityChecker 2019-01-26 15:56:40 +00:00
Tooling Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
CMakeLists.txt Add Cross Translation Unit support library 2017-09-22 11:11:01 +00:00