hanchenye-llvm-project/clang/test
Dmitri Gribenko e4a5a90e8d Add support for "type safety" attributes that allow checking that 'void *'
function arguments and arguments for variadic functions are of a particular
type which is determined by some other argument to the same function call.

Usecases include:
* MPI library implementations, where these attributes enable checking that
  buffer type matches the passed MPI_Datatype;
* for HDF5 library there is a similar usecase as MPI;
* checking types of variadic functions' arguments for functions like
  fcntl() and ioctl().

llvm-svn: 162067
2012-08-17 00:08:38 +00:00
..
ARCMT Update VerifyDiagnosticConsumer to only get directives during parsing. 2012-08-10 01:06:16 +00:00
ASTMerge Update VerifyDiagnosticConsumer to only get directives during parsing. 2012-08-10 01:06:16 +00:00
Analysis Allow multiple PathDiagnosticConsumers to be used with a BugReporter at the same time. 2012-08-16 17:45:23 +00:00
CXX Check access to friend declarations. There's a number of different 2012-08-10 03:15:35 +00:00
CodeCompletion Fix an assertion failure when code completing an auto variable's initialiser. 2012-07-27 12:56:09 +00:00
CodeGen [ms-inline asm] Add a helper function, isMSAsmKeyword(). 2012-08-16 22:25:38 +00:00
CodeGenCUDA Replace PTX back-end with NVPTX back-end in all places where Clang cares 2012-05-24 17:43:12 +00:00
CodeGenCXX Devirtualize calls on glvalues produced by class member access expressions. 2012-08-15 22:59:28 +00:00
CodeGenObjC objc-arc: set nonlazybind attribute on objc_retain/ 2012-08-07 21:30:31 +00:00
CodeGenObjCXX Teach Expr::HasSideEffects about all the Expr types, and fix a bug where it 2012-08-07 04:16:51 +00:00
CodeGenOpenCL Remove names from the CHECK lines. 2012-08-16 00:22:16 +00:00
Coverage Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep 2012-07-03 20:49:52 +00:00
Driver Don't complain about -fobjc-link-runtime being unused with -fobjc-arc. 2012-08-07 19:58:00 +00:00
FixIt Improvements to vexing-parse warnings. Make the no-parameters case more 2012-07-30 21:30:52 +00:00
Frontend Update VerifyDiagnosticConsumer to only get directives during parsing. 2012-08-10 01:06:16 +00:00
Headers Remove the 'intrin.h' builtin header file and its tests for now. 2012-05-07 20:46:58 +00:00
Index Attaching comments to declarations: find comment attached to any redeclaration 2012-08-11 00:51:43 +00:00
Lexer Allow -verify directives to be filtered by preprocessing. 2012-07-11 19:58:23 +00:00
Misc Fix horrible regression in control of warnings caused by introduction of -Wpedantic. 2012-08-10 20:50:00 +00:00
Modules Update VerifyDiagnosticConsumer to only get directives during parsing. 2012-08-10 01:06:16 +00:00
PCH test/PCH/objc_stmts.m: Suppress stderr to be fed to FileCheck. 2012-07-25 11:14:11 +00:00
Parser [ms-inline asm] MSVC parses multiple __asm statements on a single line as one 2012-08-15 21:03:27 +00:00
Preprocessor c: small refactoring of checking for __attribute__(const)) 2012-08-13 21:15:02 +00:00
Rewriter Remove dependency on string.h 2012-06-29 23:48:43 +00:00
Sema Add support for "type safety" attributes that allow checking that 'void *' 2012-08-17 00:08:38 +00:00
SemaCUDA
SemaCXX Thread safety analysis: prevent a compiler error in cases where a 2012-08-15 22:41:04 +00:00
SemaObjC objective-C: make -Wcast-of-sel-type the default. 2012-08-16 20:16:46 +00:00
SemaObjCXX objective-C++: issue diagnostic when ivar type is 2012-08-16 22:38:41 +00:00
SemaOpenCL Disable the warning for missing prototypes for OpenCL kernels. Includes testcase. 2012-07-26 00:08:28 +00:00
SemaTemplate Implement warning for integral null pointer constants other than the literal 0. 2012-08-08 17:33:31 +00:00
Tooling Store SourceManager pointer on PrintingPolicy in the case where we're dumping, 2012-08-16 03:56:14 +00:00
Unit
CMakeLists.txt Removed standalone clang-ast-dump tool. 2012-07-26 01:44:18 +00:00
Makefile
TestRunner.sh
cxx-sections.data
lit.cfg libclang API for comment-to-xml conversion. 2012-08-07 17:54:38 +00:00
lit.site.cfg.in
make_test_dirs.pl