hanchenye-llvm-project/clang/test
Matt Beaumont-Gay 5bd77b3b0f Change magic string "abc" to better magic string "qux".
Wait, what?

So, we run Clang (and LLVM) tests in an environment where the md5sum of the
input files becomes a component of the path. When testing the preprocessor,
the path becomes part of the output (in line directives). In this test, we
were grepping for the absence of "abc" in the output. When the stars aligned
properly, the md5sum component of the path contained "abc" and the test
failed. Oops.

llvm-svn: 131147
2011-05-10 20:28:29 +00:00
..
ASTMerge Flip the default for showing include stacks on notes to false. This 2011-03-27 20:00:08 +00:00
Analysis Elide __label__ declarations from the CFG. This resolves a crash in CFGRecStmtDeclVisitor (crash in static analyzer). 2011-05-10 18:42:15 +00:00
CXX Re-do R131114 without breaking code. 2011-05-10 19:08:14 +00:00
CodeCompletion Fix an assertion when code-completing, rdar://9288730 & http://llvm.org/PR9728. 2011-04-23 01:04:12 +00:00
CodeGen Support pack pragma and ms_struct attributes. // rdar://8823265 2011-05-10 19:00:50 +00:00
CodeGenCXX Don't emit complete constructors for abstract classes. Also, don't emit 2011-05-08 17:25:05 +00:00
CodeGenObjC Pack ivar offsets together. 2011-05-04 21:37:25 +00:00
CodeGenObjCXX When instantiating a block expression, the instantiated 2011-05-05 17:18:12 +00:00
CodeGenOpenCL Modify test for 32 and 64 bit. 2011-04-16 01:00:29 +00:00
Coverage Remove the AST printer (-ast-print-xml), which is too incomplete and 2011-03-07 01:03:30 +00:00
Driver Driver/Darwin: Put dsymutil -o arguments first, so that dysmutil doesn't barf 2011-05-09 17:23:16 +00:00
FixIt Fixed test case asserts due to checkin of r130710. 2011-05-02 20:39:21 +00:00
Frontend Initial work to improve documentation for Clang's diagnostics, from Matthieu Monrocq 2011-04-15 22:04:17 +00:00
Headers Attempt to fix linux buildbots by adding -ffreestanding for arm_neon tests. 2010-12-02 17:31:16 +00:00
Index Introduce a new libclang parsing flag, 2011-05-06 16:33:08 +00:00
Lexer Change magic string "abc" to better magic string "qux". 2011-05-10 20:28:29 +00:00
Misc Don't hide #warnings in a system header, same as gcc. Fixes rdar://8495837. 2011-04-21 23:08:23 +00:00
PCH Implement support for C++0x alias templates. 2011-05-05 21:57:07 +00:00
Parser Add a __uuidof test where the uuid attribute is on the second declaration. 2011-05-10 00:08:32 +00:00
Preprocessor Some small improvements to the builtin (-ffreestanding) stdint.h; in 2011-04-30 19:02:59 +00:00
Rewriter Fixup more objc rwriter bug having to do with 2011-04-11 21:17:02 +00:00
Sema __builtin_va_list is void* on ARM, not char*. 2011-05-09 02:19:37 +00:00
SemaCUDA Sema: diagnose kernel calls to non-global functions 2011-02-23 01:53:29 +00:00
SemaCXX Re-do R131114 without breaking code. 2011-05-10 19:08:14 +00:00
SemaObjC Relax the conversion rules for Objective-C GC qualifiers a 2011-05-08 06:09:53 +00:00
SemaObjCXX Relax the conversion rules for Objective-C GC qualifiers a 2011-05-08 06:09:53 +00:00
SemaOpenCL OpenCL: if double precision floating point constant encountered 2011-03-11 19:24:59 +00:00
SemaTemplate When determining whether we need to instantiate a function type, 2011-05-09 20:45:16 +00:00
Unit Add CMake support to the clang unittests. 2011-02-15 07:54:28 +00:00
CMakeLists.txt Nth time's a charm? 2011-02-25 00:46:48 +00:00
Makefile test/Makefile: Reapply r127079, use $(ECHOPATH) to make lit.site.cfg(s). 2011-03-08 22:17:40 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg test/lit.cfg: bash is available on MSYS. 2011-03-05 11:16:06 +00:00
lit.site.cfg.in test: CMake: Be aware of LLVM_LIT_TOOLS_DIR. 2011-02-09 04:19:57 +00:00
make_test_dirs.pl