.. |
Analysis
|
Tweak wording and classifications of analyzer diagnostics.
|
2009-11-05 08:30:12 +00:00 |
CXX
|
Don't allow definitions of array variables without some size information in C++. Fixed PR5401
|
2009-11-05 19:47:47 +00:00 |
CodeCompletion
|
Include macros in code-completion results
|
2009-10-30 16:50:04 +00:00 |
CodeGen
|
Test case for recent checkin.
|
2009-11-03 23:32:42 +00:00 |
CodeGenCXX
|
Added support for static variables which require
|
2009-11-05 18:03:03 +00:00 |
CodeGenObjC
|
Switch XFAIL format to match LLVM.
|
2009-11-03 07:25:45 +00:00 |
Coverage
|
Remove clang-cc -html-diags option, this doesn't fit in well and we get plenty
|
2009-11-05 02:11:37 +00:00 |
Driver
|
Adding -fshort-wchar option.
|
2009-11-05 20:14:16 +00:00 |
FixIt
|
Add 'fixit' hint on mis-use of pointer-to-member
|
2009-10-26 20:45:27 +00:00 |
Frontend
|
Don't run anything other than the compiler in these tests.
|
2009-11-05 15:28:24 +00:00 |
Index
|
Keep track of whether declararions were loaded from a precompiled
|
2009-10-16 20:01:17 +00:00 |
Lexer
|
Reorganize the parsing of decl groups / function definitions so that
|
2009-11-03 19:26:08 +00:00 |
Misc
|
Tweak test, with -strict-whitespace $ won't match on Windows because the buffer
|
2009-10-25 20:34:02 +00:00 |
PCH
|
Fix tests to not depend on /dev/null existing.
|
2009-11-03 17:56:18 +00:00 |
Parser
|
Implement -Wsign-compare, or at least the actual comparison part of it.
|
2009-11-05 00:40:04 +00:00 |
Preprocessor
|
clean up integer preprocessor type definitions, patch by Ken Dyck!
|
2009-11-05 21:21:32 +00:00 |
Rewriter
|
Prep for new warning.
|
2009-07-22 00:43:08 +00:00 |
Sema
|
Make ASTContext::getIntWidth return 1 for all boolean type variations, not just for the unqualified, unaliased bool.
|
2009-11-05 21:10:57 +00:00 |
SemaCXX
|
Don't allow definitions of array variables without some size information in C++. Fixed PR5401
|
2009-11-05 19:47:47 +00:00 |
SemaObjC
|
Switch XFAIL format to match LLVM.
|
2009-11-03 07:25:45 +00:00 |
SemaObjCXX
|
Switch XFAIL format to match LLVM.
|
2009-11-03 07:25:45 +00:00 |
SemaTemplate
|
Make sure that EnumConstantDecls always get a type, even when they have type-dependent initializers.
|
2009-11-06 00:03:12 +00:00 |
CMakeLists.txt
|
Add clang_site_config user variable, so that extra tests (e.g., utils/C++Syntax)
|
2009-11-05 16:36:19 +00:00 |
Makefile
|
Add clang_site_config user variable, so that extra tests (e.g., utils/C++Syntax)
|
2009-11-05 16:36:19 +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 clang_site_config user variable, so that extra tests (e.g., utils/C++Syntax)
|
2009-11-05 16:36:19 +00:00 |
lit.site.cfg.in
|
Add target_triple to Clang site configuration.
|
2009-11-03 07:25:53 +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 |