hanchenye-llvm-project/clang/test
Douglas Gregor 69f74f80db Introduce a -cc1 option "-emit-module", that creates a binary module
from the given source. -emit-module behaves similarly to -emit-pch,
except that Sema is somewhat more strict about the contents of
-emit-module. In the future, there are likely to be more interesting
differences.

llvm-svn: 138595
2011-08-25 22:30:56 +00:00
..
ARCMT [arcmt] When checking whether properties needs to be strong or not, take into account 2011-08-10 21:46:48 +00:00
ASTMerge Flip the default for showing include stacks on notes to false. This 2011-03-27 20:00:08 +00:00
Analysis [analyzer] MacOSKeychainAPIChecker: Provide reacher diagnostic trace by pointing to the allocation site when reporting a leak. 2011-08-24 20:52:46 +00:00
CXX Track in the AST whether a function is constexpr. 2011-08-15 21:04:07 +00:00
CodeCompletion Fix an assertion when code-completing, rdar://9288730 & http://llvm.org/PR9728. 2011-04-23 01:04:12 +00:00
CodeGen Add testcase for r138411 2011-08-24 01:35:04 +00:00
CodeGenCXX Remove this test. It requires C++ standard library headers, which we'd 2011-08-20 06:30:57 +00:00
CodeGenObjC Remove XFAIL/XTARGET since this is passing on the other bots. 2011-08-20 01:08:46 +00:00
CodeGenObjCXX Fix a bug in objc @encoding of C++ classes. 2011-08-22 16:03:14 +00:00
CodeGenOpenCL This handles the missing cases of opencl vector literals. 2011-07-15 23:07:01 +00:00
Coverage
Driver [driver] Do not add -kext to the link command line when compiling with 2011-08-25 17:33:03 +00:00
FixIt Improve overloaded function handling in the typo correction code. 2011-08-03 20:36:05 +00:00
Frontend Revert r134898, "test/Frontend/dependency-gen.c: Mark XFAIL: mingw due to PR10331. to appease mingw-target (and non-mingw-host) builds. 2011-07-11 22:34:14 +00:00
Headers Use -ffreestanding with clang_cc1 to make the test picks the clang builtin include. 2011-07-22 10:49:54 +00:00
Index [libclang] Fix getting a cursor that points inside tag definition that is part 2011-08-25 22:24:47 +00:00
Lexer Make Lexer::ComputePreamble accept a LangOptions parameter, otherwise it may be 2011-08-25 20:39:19 +00:00
Misc Fix -ferror-limit= to properly emit notes following the last error 2011-08-17 19:13:00 +00:00
Modules Introduce a -cc1 option "-emit-module", that creates a binary module 2011-08-25 22:30:56 +00:00
PCH Remove a bogus assertion from the AST reader, which assumed that 2011-08-25 15:28:26 +00:00
Parser Add support for Microsoft __ptr32 keyword. 2011-08-25 00:36:46 +00:00
Preprocessor A couple fixes for preprocessor expressions: 2011-08-03 00:04:13 +00:00
Rewriter objc rewriter: Fixes a rewriting of implicit casting of an integral 2011-08-04 23:58:03 +00:00
Sema Teach -Wunreachable-code about dead code caused by macro expansions. This should suppress false positives resulting from 'assert' and friends. 2011-08-25 19:28:55 +00:00
SemaCUDA
SemaCXX Thread-safety analysis: adding in a basic lockset tracking system. This 2011-08-23 18:46:34 +00:00
SemaObjC objc - fix up the builtin type for objc_assign_ivar. 2011-08-23 23:33:09 +00:00
SemaObjCXX objc - fix a bug exposed by my recent decl context 2011-08-25 22:26:53 +00:00
SemaOpenCL This handles the missing cases of opencl vector literals. 2011-07-15 23:07:01 +00:00
SemaTemplate Whitelist operator== and operator!= as valid for unused value warnings, 2011-08-17 09:49:44 +00:00
Unit test/Unit: Fixup lit.cfg to allow running inside test/Unit (with llvm-config in 2011-06-22 21:46:43 +00:00
CMakeLists.txt CMake: "clang-test" may not depend on check.deps. 2011-08-16 03:45:31 +00:00
Makefile lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg test/lit.cfg: Enable "crash-recovery" tests on Win32 hosts. CrashRecoveryContext supports Win32 since r138199. 2011-08-20 07:09:20 +00:00
lit.site.cfg.in lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
make_test_dirs.pl