llvm-project/clang/test
Richard Trieu caa33d36fb Made changes to how 'struct'/'class' mismatches are handled in -Wmismatched-tags.
- Removed fix-it hints from template instaniations since changes to the
templates are rarely helpful.
- Changed the caret in template instaniations from the class/struct name to the
class/struct keyword, matching the other warnings.
- Do not offer fix-it hints when multiple declarations disagree.  Warnings are
still given.
- Once a definition is found, offer a fix-it hint to all previous declarations
with wrong tag.
- Declarations that disagree with a previous definition will get a fix-it hint
to change the declaration.

llvm-svn: 132831
2011-06-10 03:11:26 +00:00
..
ASTMerge Flip the default for showing include stacks on notes to false. This 2011-03-27 20:00:08 +00:00
Analysis [analyzer] Ignore parentheses around block-level expressions when computing liveness. Fixes the other half of PR8962. 2011-06-09 05:44:04 +00:00
CXX Downgrade the warning about the use of typedefs for class template 2011-06-07 02:21:18 +00:00
CodeCompletion Fix an assertion when code-completing, rdar://9288730 & http://llvm.org/PR9728. 2011-04-23 01:04:12 +00:00
CodeGen Clang support for ARM Uv/Uy/Uq inline-asm constraints. 2011-06-07 23:45:05 +00:00
CodeGenCXX Add name mangling for expr .* expr. Fixes PR9983 / <rdar://problem/9486332>. 2011-06-05 05:27:58 +00:00
CodeGenObjC These tests require particular registered targets. Declared as such. 2011-06-04 04:38:16 +00:00
CodeGenObjCXX Don't add objc method name mangling to locally declared function. 2011-06-09 19:25:01 +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 On linux, -nostdlib was causing a --start-group with no --end-group to be passed 2011-06-04 06:27:06 +00:00
FixIt Fixed test case asserts due to checkin of r130710. 2011-05-02 20:39:21 +00:00
Frontend The macros defined by the language standard are still available even when the 2011-06-07 06:07:12 +00:00
Headers Attempt to fix linux buildbots by adding -ffreestanding for arm_neon tests. 2010-12-02 17:31:16 +00:00
Index Expose @synthesize and @dynamic via their own cursor kinds in 2011-06-03 23:08:58 +00:00
Lexer Audit and finish the implementation of C++0x nullptr, fixing two 2011-05-21 23:15:46 +00:00
Misc Change the include stack of "instantiated from" notes to fall under the control of f/fno-diagnostics-show-note-include-stack flags. This should help with reducing diagnostic spew from macros instantiations. 2011-05-26 20:49:16 +00:00
PCH Start fixing up clang tests to work on the clang-native-arm-cortex-a9 builder. 2011-06-06 21:23:05 +00:00
Parser Modify a diagnostic introduced in r132612 to emit QualTypes directly 2011-06-08 15:15:17 +00:00
Preprocessor attempt to fix windows testers, which generate #line by default. 2011-05-22 23:47:57 +00:00
Rewriter Fixup more objc rwriter bug having to do with 2011-04-11 21:17:02 +00:00
Sema Handle overloaded operators in ?: precedence warning 2011-06-09 17:06:51 +00:00
SemaCUDA Sema: diagnose kernel calls to non-global functions 2011-02-23 01:53:29 +00:00
SemaCXX Made changes to how 'struct'/'class' mismatches are handled in -Wmismatched-tags. 2011-06-10 03:11:26 +00:00
SemaObjC Remove 'atomic' as a property attribute keyword. 2011-06-08 16:40:09 +00:00
SemaObjCXX Allow block returns in C++ with the form 2011-06-05 05:14:41 +00:00
SemaOpenCL OpenCL: if double precision floating point constant encountered 2011-03-11 19:24:59 +00:00
SemaTemplate Fix a regression in the two-phase lookup diagnostics that switching the 2011-06-08 10:13:17 +00:00
Unit Reverted r132330, r132321, r132320, r132319 as per discussion. Will try in-test requirement declarations instead. 2011-06-02 21:55:39 +00:00
CMakeLists.txt Remove the clang-test-XXX targets from the CMake builds; they really aren't useful 2011-05-20 15:01:17 +00:00
Makefile Reverted r132330, r132321, r132320, r132319 as per discussion. Will try in-test requirement declarations instead. 2011-06-02 21:55:39 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg Added registered targets for in-test dependency declarations. 2011-06-03 18:36:30 +00:00
lit.site.cfg.in Reverted r132330, r132321, r132320, r132319 as per discussion. Will try in-test requirement declarations instead. 2011-06-02 21:55:39 +00:00
make_test_dirs.pl