llvm-project/clang/test
Argyrios Kyrtzidis 6843141d39 Store in PCH the key function of C++ class to avoid deserializing the complete declaration context in order to compute it.
Progress for rdar://7260160.

llvm-svn: 116508
2010-10-14 20:14:38 +00:00
..
ASTMerge Try to disable this again. 2010-10-08 19:36:36 +00:00
Analysis Add experimental chroot check which checks improper use of chroot(). Patch by 2010-10-10 05:45:30 +00:00
CXX Support friend function declarations in local classes correctly. 2010-10-13 05:45:15 +00:00
CodeCompletion Fix the mapping of vertical-space cursor kinds to produce a newline, 2010-10-08 20:39:29 +00:00
CodeGen support for AltiVec extensions from the Cell architecture 2010-10-14 14:37:46 +00:00
CodeGenCXX Embrace C++ ABI 5.2.6 and consider that template instantiations don't have key functions (same as GCC). 2010-10-13 02:39:41 +00:00
CodeGenObjC _Bool is not a keyword in C++. Fixes PR7388 and PR8349. 2010-10-13 20:00:38 +00:00
CodeGenObjCXX Fix a crash encoding ivars of vector types and 2010-10-07 21:25:25 +00:00
Coverage Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if 2010-10-11 05:44:49 +00:00
Driver Implement -fshort-enums (rdar://8490496). 2010-10-08 00:25:19 +00:00
FixIt When we encounter a '==' in a context expecting a '=', assume the user made a typo: 2010-10-08 02:39:23 +00:00
Frontend Frontend: Add basic -H support. 2010-08-24 22:44:13 +00:00
Headers Define _Bool, bool, true, and false macros in <stdbool.h> when we're 2010-09-29 04:57:11 +00:00
Index Test case for r116439 2010-10-14 18:15:20 +00:00
Lexer allow I128 suffixes in msextensions mode just like i128 suffixes, patch 2010-10-14 00:24:10 +00:00
Misc Revert r114316, -Wunused-value enabled by default was intended. 2010-09-19 23:03:35 +00:00
PCH Store in PCH the key function of C++ class to avoid deserializing the complete declaration context in order to compute it. 2010-10-14 20:14:38 +00:00
Parser Replace \r\n with \n in this file. 2010-10-12 16:46:35 +00:00
Preprocessor Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if 2010-10-11 05:44:49 +00:00
Rewriter When dealing with an assignment with LHS being a property reference 2010-10-08 21:12:22 +00:00
Sema fix PR7885, rejecting invalid uses of __builtin_constant_p. 2010-10-12 17:47:42 +00:00
SemaCXX Diagnose when a 'static' member function overrides a virtual function 2010-10-13 22:55:32 +00:00
SemaObjC This patch does a few things in the area of objective-c 2010-10-11 21:29:12 +00:00
SemaObjCXX Use ParseObjCSelectorPiece for parsing getter and setter names in @property declarations. Fixes PR8169. 2010-10-02 17:45:21 +00:00
SemaTemplate There is no reason for dereferencing a pointer-to-member to require 2010-10-13 20:41:14 +00:00
CMakeLists.txt CMake: Clang test targets depend on the {FileCheck,not,count} tools. 2010-07-29 22:57:17 +00:00
Makefile daniel doesn't hate me, he hates macpython 2.5, which 2010-07-18 18:42:35 +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 Let lit give helpful advice if 'make test' was not run yet. 2010-09-27 20:40:32 +00:00
lit.site.cfg.in Rework site config for cmake to be generated at configure time, and only pass 2009-11-07 23:53:32 +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