clang-1/test
Douglas Gregor f033f1da4a Introduce a new lexer function to compute the "preamble" of a file,
which is the part of the file that contains all of the initial
comments, includes, and preprocessor directives that occur before any
of the actual code. Added a new -print-preamble cc1 action that is
only used for testing.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108913 91177308-0d34-0410-b5e6-96231b3b80d8
2010-07-20 20:18:03 +00:00
..
ASTMerge Hack in some really terrible C++ record PCH support that I need right now. 2010-06-03 19:28:45 +00:00
Analysis fix test case. 2010-07-19 02:06:14 +00:00
CXX Treat template parameters as part of the declaration-specifiers for the 2010-07-16 08:13:16 +00:00
CodeCompletion Only filter out names reserved for the implementation (e.g., __blah or 2010-07-14 17:44:04 +00:00
CodeGen Fix a goof in my previous patch -- not all of the builtins return a value, some 2010-07-18 20:54:12 +00:00
CodeGenCXX Adjust test for float printing differences. Windows uses three digits for the exponent, everyone else two. 2010-07-19 11:48:10 +00:00
CodeGenObjC Re-apply fixed version of 108749, correctly conditionalizing the new sections on 2010-07-20 16:20:26 +00:00
CodeGenObjCXX When checking whether to bind an expression to a temporary, don't bind Obj-C message send expressions who call methods that return references. 2010-07-16 21:18:37 +00:00
Coverage "this patch properly addresses escaping < and > which might appear 2010-05-12 23:27:11 +00:00
Driver Fix test for Win32. 2010-07-20 04:06:54 +00:00
FixIt Introduce -f{no-}spell-checking options to enable/disable 2010-07-09 17:35:33 +00:00
Frontend Driver/Darwin: Resolve deployment target defaulting to be more predictable; 2010-07-15 16:18:06 +00:00
Headers Headers: Define __INT64_TYPE__ in terms of getInt64Type(), which isn't always 2010-06-30 06:30:56 +00:00
Index Introduce a new libclang API, clang_reparseTranslationUnit(), which 2010-07-19 21:46:24 +00:00
Lexer Introduce a new lexer function to compute the "preamble" of a file, 2010-07-20 20:18:03 +00:00
Misc tests: Use %clangxx when using driver for C++, in case C++ support is disabled. 2010-06-29 16:52:24 +00:00
PCH Hide the specializations folding sets of ClassTemplateDecl as an implementation detail (InsertPos 2010-07-20 13:59:28 +00:00
Parser Revert Microsoft-specific override of the "typedef requires a name" 2010-07-16 15:40:40 +00:00
Preprocessor Add another terrible VC++ compatibility hack: allow users to 2010-07-17 16:24:30 +00:00
Rewriter fix PR7280 by making the warning on code like this: 2010-07-11 23:34:02 +00:00
Sema Hookup checking for invalid length modifiers in scanf format strings. 2010-07-20 20:04:47 +00:00
SemaCXX Make this grossness default to the error it should always be. 2010-07-16 05:46:45 +00:00
SemaObjC Patch to type match comparing Objective-C Classes which implement 2010-07-19 22:02:22 +00:00
SemaObjCXX Extend the "cannot convert from base class pointer to derived class 2010-07-01 02:14:45 +00:00
SemaTemplate When performing template name lookup for a dependent member access 2010-07-16 16:54:17 +00:00
CMakeLists.txt Add test cases for r98003 and r98006. 2010-03-08 23:38:27 +00:00
Makefile daniel doesn't hate me, he hates macpython 2.5, which 2010-07-18 18:42:35 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg tests: Use %clangxx when using driver for C++, in case C++ support is disabled. 2010-06-29 16:52:24 +00:00
lit.site.cfg.in
make_test_dirs.pl