hanchenye-llvm-project/clang/test
Anders Carlsson 39e3eb12ae When building constant structs, check if the resulting LLVM struct will be bigger than the record layout size and use a packed struct if that's the case. Fixes PR5108.
llvm-svn: 83230
2009-10-02 02:15:20 +00:00
..
Analysis Fix bad grammar in static analyzer diagnostic. Reported by Robert Purves! 2009-10-01 17:31:50 +00:00
CXX Improve template argument deduction in the case where the parameter 2009-09-30 22:13:51 +00:00
CodeCompletion Determinism is for wimps. <Wimper> 2009-09-28 03:51:44 +00:00
CodeGen When building constant structs, check if the resulting LLVM struct will be bigger than the record layout size and use a packed struct if that's the case. Fixes PR5108. 2009-10-02 02:15:20 +00:00
CodeGenCXX enumerator value of 0 is not a null pointer constant for 2009-10-01 22:10:15 +00:00
CodeGenObjC <rdar://problem/7263113> Make clang produce gcc's objc_assign_StrongCast as a result of type-cast of an ivar in assignment. 2009-09-30 17:10:29 +00:00
Coverage Add test for finding bfin backend. 2009-08-18 07:07:14 +00:00
Driver Fix truck sized thinko where Darwin/ARM toolchain didn't look for programs in 2009-09-29 18:52:10 +00:00
FixIt Update test case; I'm confused why this wasn't failing on the buildbot 2009-05-16 19:30:01 +00:00
Frontend Update PCH serialization of FunctionDecl flags. 2009-09-22 05:38:14 +00:00
Index Add support for class and protocol references. 2009-10-01 00:31:07 +00:00
Lexer Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
Misc PR4715 2009-08-14 04:07:15 +00:00
PCH Use %S, not `pwd`, and enable a line that *does* work. 2009-08-01 05:57:38 +00:00
Parser Rework the Parse-Sema interaction for friends to better support friend 2009-09-26 06:47:28 +00:00
Preprocessor Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
Rewriter Prep for new warning. 2009-07-22 00:43:08 +00:00
Sema Add an error for function parameters that have a qualified address space since this is not allowed by the embedded c extension spec. 2009-09-30 20:47:43 +00:00
SemaCXX When the return type of a function is dependent, don't perform any 2009-10-01 23:25:31 +00:00
SemaObjC Add a test case demonstrating a situation where we get protocol type checking 2009-09-29 18:51:43 +00:00
SemaObjCXX this test crashes, disable it harder. 2009-07-28 18:22:50 +00:00
SemaTemplate Make sure to free the explicit template arguments provided for an 2009-10-01 23:51:25 +00:00
CMakeLists.txt Add the lib path to LD_LIBRARY_PATH, so finding .so works (more) portably. 2009-09-26 07:36:09 +00:00
Makefile Allow the PYTHON make variable to override the default Python when running Clang tests, from Ken Dyck. 2009-09-29 14:54:28 +00:00
TestRunner.sh Switch TestRunner.sh to just use 'lit'. 2009-09-20 22:00:23 +00:00
cxx-sections.data Update C++ section data and directory structure to reflect N2914 2009-06-30 16:45:27 +00:00
lit.cfg Add the lib path to LD_LIBRARY_PATH, so finding .so works (more) portably. 2009-09-26 07:36:09 +00:00
lit.site.cfg.in Add the lib path to LD_LIBRARY_PATH, so finding .so works (more) portably. 2009-09-26 07:36:09 +00:00
make_test_dirs.pl Add the structure for a C++ test suite that mimics the structure of the C++ standard 2009-06-13 06:06:53 +00:00