llvm-project/clang/test
Argyrios Kyrtzidis b5c7c51392 When we encounter a '==' in a context expecting a '=', assume the user made a typo:
t.c:1:7: error: invalid '==' at end of declaration; did you mean '='?
int x == 0;
      ^~
      =

Implements rdar://8488464.

llvm-svn: 116035
2010-10-08 02:39:23 +00:00
..
ASTMerge Don't add an imported function into its lexical context until *after* 2010-10-01 23:55:07 +00:00
Analysis UnreachableCodeChecker cleanup and improvements 2010-10-06 23:02:25 +00:00
CXX In Sema's TryRefInitWithConversionFunction, suppress user conversions for the overload candidates. 2010-10-05 03:05:30 +00:00
CodeCompletion When provide code completions for a variadic Objective-C method 2010-08-31 05:13:43 +00:00
CodeGen tests: Force a triple to avoid wchar_t differences. 2010-10-07 20:16:00 +00:00
CodeGenCXX When instantiating a new-expression, force a rebuild if there were default 2010-10-05 22:36:42 +00:00
CodeGenObjC tests: Tweak test to also match MSVC format. 2010-10-07 20:14:30 +00:00
CodeGenObjCXX Fix a crash encoding ivars of vector types and 2010-10-07 21:25:25 +00:00
Coverage Frontend/XML: Add support for printing nested structures, patch by Martin Vejnár! 2010-09-29 16:09:28 +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 Remove a rogue typo 2010-10-05 14:58:05 +00:00
Lexer Remove hard CRLF end-of-line markers from two files. These should be added 2010-10-06 06:50:05 +00:00
Misc Revert r114316, -Wunused-value enabled by default was intended. 2010-09-19 23:03:35 +00:00
PCH Serialize the "inline" bit for namespaces. Fixes <rdar://problem/8515069>. 2010-10-05 20:41:58 +00:00
Parser _inline is an alias for inline in MSVC. 2010-10-06 13:02:48 +00:00
Preprocessor Revert r114316, -Wunused-value enabled by default was intended. 2010-09-19 23:03:35 +00:00
Rewriter Start and end location of a property-dot syntax expression 2010-10-07 18:12:21 +00:00
Sema Track the location of the context requiring an implicit conversion and use it 2010-10-08 02:01:28 +00:00
SemaCXX Fix an infinite loop, caused by unintended syntax bug (the 'break;' after 'default:' was intended to break out of the while loop). 2010-10-07 21:52:18 +00:00
SemaObjC Method declaration and its implementation must match in all their types. 2010-10-05 21:02:11 +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 Fix handling of dependent nested namespace specifiers in UsingDecls 2010-09-29 17:58:28 +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