- 9f49055 Enable test file for 'region store' in addition to basic store. by Ted Kremenek · 16 years ago
- 24b93f2 __weak ivar need not warn. by Fariborz Jahanian · 16 years ago
- 80b0b42 Added a test case for __weak field decls. Change SetVarDeclObjCAttribute by Fariborz Jahanian · 16 years ago
- 8ba1074 Add support for overloaded operator-> when used in a member access by Douglas Gregor · 16 years ago
- e8e4d8c Split region store specific test cases. by Zhongxing Xu · 16 years ago
- 9ebae31 Beef up the test for function call operators slightly by Douglas Gregor · 16 years ago
- 106c6eb Implement the rest of C++ [over.call.object], which permits the object by Douglas Gregor · 16 years ago
- cda658e Fix <rdar://problem/6291588> assertion failure: SourceManager.h line 489. by Steve Naroff · 16 years ago
- f9eb905 Support for calling overloaded function call operators (operator()) by Douglas Gregor · 16 years ago
- bd1f63a Ignore Output directories when searching for tests. by Daniel Dunbar · 16 years ago
- 77407b8 Take care another assert: by Argyrios Kyrtzidis · 16 years ago
- a468d34 fix folding of '*doubleArray' by Nuno Lopes · 16 years ago
- 337c6b9 Support overloading of the subscript operator[], including support for by Douglas Gregor · 16 years ago
- 5cb93b8 Fix <rdar://problem/6150376> [sema] crash on invalid message send. by Steve Naroff · 16 years ago
- 7425373 Added operator overloading for unary operators, post-increment, and by Douglas Gregor · 16 years ago
- 08b2c37 Fix this: by Argyrios Kyrtzidis · 16 years ago
- 89e8a07 Add test for path-sensitive uninit-val detection involving struct field. by Zhongxing Xu · 16 years ago
- ed3849b Fix redundant load of bit-fields on assignment (to get the updated by Daniel Dunbar · 16 years ago
- fa25bbb Switch several more Sema Diag methods over. This simplifies the by Chris Lattner · 16 years ago
- 447b69e Built-in equality and relational operators have return type "bool" in C++, by Douglas Gregor · 16 years ago
- 96176b3 Partial expansion of C++ operator overloading (for binary operators) by Douglas Gregor · 16 years ago
- cfe8bf3 Fix <rdar://problem/6329769> [sema] crash on duplication definition of interface with protocols. by Steve Naroff · 16 years ago
- e4d3788 remove this testcase, it fails with -verify still by Torok Edwin · 16 years ago
- 8dccec4 fix test. it now crashes, but thats another problem.. by Nuno Lopes · 16 years ago
- 0301c74 add testcase for PR3093 by Torok Edwin · 16 years ago
- 10c4262 As threatened previously: consolidate name lookup and the creation of by Douglas Gregor · 16 years ago
- e94ca9e4 Extend DeclarationName to support C++ overloaded operators, e.g., by Douglas Gregor · 16 years ago
- 617ff31 Add test cast for struct array. by Zhongxing Xu · 16 years ago
- 858bb6f implement a fixme by making warnings for ++/-- on non-modifiable-lvalues better. by Chris Lattner · 16 years ago
- a11f42f Implement effects of 'mutable', and a few comments from Chris on its parsing. by Sebastian Redl · 16 years ago
- 10bd368 Eliminate all of the placeholder identifiers used for constructors, by Douglas Gregor · 16 years ago
- 87d3ef0 Fix <rdar://problem/6333904> [sema] message lookup on super is incorrect by Steve Naroff · 16 years ago
- c689836 Only test test/CodeGenObjC/synchronized.m as a i686-apple-darwin8 target by Douglas Gregor · 16 years ago
- 2def483 Updated IdentifierResolver to deal with DeclarationNames. The names of by Douglas Gregor · 16 years ago
- ca354fa Implement rdar://6319320: give a good diagnostic for cases where people by Chris Lattner · 16 years ago
- a8069f1 Fix <rdar://problem/6316324> [sema] spurious warning on comparison of qualified id. by Steve Naroff · 16 years ago
- b79e661 Test case for objective-c's @synchronized statement. by Fariborz Jahanian · 16 years ago
- d7612e1 Fix <rdar://problem/6320086> parser rejects block capturing ivar. by Steve Naroff · 16 years ago
- 43c7bad Some cleanups for C++ operator overloading by Douglas Gregor · 16 years ago
- 1adbab6 Simplify error messages for two-parameter overloaded increment/decrement operators by Douglas Gregor · 16 years ago
- f9ef0c6 fix folding of comma if given a non-constant operand. by Nuno Lopes · 16 years ago
- 58ace88 Fix PR3075, __builtin_stdarg_start being misprototyped. This affects netbsd headers. by Chris Lattner · 16 years ago
- 066b9eb add targe triple commandline option to fix test failure on Linux. by Zhongxing Xu · 16 years ago
- 512cdb5 Re-enable array-struct test. by Zhongxing Xu · 16 years ago
- 973e72a Add a test case for compound assignments that lazily symbolicate the value of the LHS when the computation type is an integer of more bits. by Ted Kremenek · 16 years ago
- 669d5d7 Implement parsing and semantic checking of the 'mutable' keyword. by Sebastian Redl · 16 years ago
- 1950440 Fix a couple of suboptimalities in error recovery. by Chris Lattner · 16 years ago
- d5ff2fb disable these two tests, they crash and take a long time to run crashreporter etc. by Chris Lattner · 16 years ago
- a668e8e implement a fixme :), switch to -verify mode. by Chris Lattner · 16 years ago
- 82bd99f - Revert r59229 and r59232: AllocRegion should be immutable. by Ted Kremenek · 16 years ago
- 26134a1 Add test for unsigned array index. by Zhongxing Xu · 16 years ago
- fb75b25 Add test for incomplete struct pointer. by Zhongxing Xu · 16 years ago
- b670133 Add a test case for alloca(). by Zhongxing Xu · 16 years ago
- 062e2f9 GRExprEngine/CFRefCount/GRSimpleVals: We don't do any special handling (yet) of vector types. Add explicit checks that when we process integers that they really are scalars. by Ted Kremenek · 16 years ago
- a6afa76 Fix for crash issues with comma operators with a void first operand, and by Eli Friedman · 16 years ago
- 76dba7b GRExprEngine::VisitInitListExpr: by Ted Kremenek · 16 years ago
- b11e778 Backout of r59196, plus a new ICE test. Sorry if this is a by Eli Friedman · 16 years ago
- dd2b12a Fix bug in constant evaluation exposed by 176.gcc. by Daniel Dunbar · 16 years ago
- 67027a7 Fix a FIXME by improving a diagnostic, add a testcase for PR3048 by Chris Lattner · 16 years ago
- 1367ede 64-bit test fixes. by Sebastian Redl · 16 years ago
- eb8f306 Implement support for operator overloading using candidate operator by Douglas Gregor · 16 years ago
- 4efaa27 Some additions to tryEvaluate I've had sitting around for a while. by Eli Friedman · 16 years ago
- f0d960a Fix testcase for 64-bit systems. by Sebastian Redl · 16 years ago
- f1c9c09 Codegen support for fastcall & stdcall CC. Patch by Ilya Okonsky! by Anton Korobeynikov · 16 years ago
- c42e118 Implement C++ 'typeid' parsing and sema. by Sebastian Redl · 16 years ago
- 1413217 merge some testcases together. by Chris Lattner · 16 years ago
- 4c99263 remove the wrong PR # from the file name. by Chris Lattner · 16 years ago
- 5c11d4e add PR# by Chris Lattner · 16 years ago
- 1f6f54b Fix PR3031 by silencing follow-on errors in invalid declarations. by Chris Lattner · 16 years ago
- b5cac86 These tests have no needed to redirect stderr to stdout. by Daniel Dunbar · 16 years ago
- 12b49d9 Add && to test command. by Zhongxing Xu · 16 years ago
- 904eed3 Basic support for taking the address of an overloaded function by Douglas Gregor · 16 years ago
- 3f08d18 Improve parser error recovery after a constructor initializer by Douglas Gregor · 16 years ago
- cb9b977 Allow user-defined conversions during reference binding by Douglas Gregor · 16 years ago
- fe81bc2 Add region store model to path-sensitive testing. by Zhongxing Xu · 16 years ago
- 5239304 Introduce ScopedDecl::getLexicalDeclContext() which is different from ScopedDecl::getDeclContext() when there are nested-names. by Argyrios Kyrtzidis · 16 years ago
- ef6e647 Implement Sema support for C++ nested-name-specifiers. by Argyrios Kyrtzidis · 16 years ago
- eb83ecd Implement support for C++ nested-name-specifiers ('foo::bar::x') in the Parser side. by Argyrios Kyrtzidis · 16 years ago
- ab963c6 Update C++ status to reflect parser capabilities for chapter 9 (classes). Slightly extend the class parser test. by Sebastian Redl · 16 years ago
- d7f6050 "Fix" PR3021, don't crash on generating record types when we can't by Daniel Dunbar · 16 years ago
- e3dc28a Greatly improve static_cast diagnostics by Sebastian Redl · 16 years ago
- f1991ea Initial, partially-baked support for implicit user-defined conversions by conversion functions by Douglas Gregor · 16 years ago
- c7ed9c6 Changes in preparation for nested-name-specifiers. by Argyrios Kyrtzidis · 16 years ago
- 2f1bc52 Parsing, ASTs, and semantic analysis for the declaration of conversion by Douglas Gregor · 16 years ago
- 31483b4 include alloca.h instead of malloc.h. If this doesn't work for everyone we can just declare alloca directly in the file. by Anders Carlsson · 16 years ago
- 7b2d21e Append the test runs with '&&'. by Argyrios Kyrtzidis · 16 years ago
- ff6ec39 Bring in 'alloca' for the Analysis/stack-addr-ps.c test case. by Argyrios Kyrtzidis · 16 years ago
- 48c2e90 Fix crash caused by this: by Argyrios Kyrtzidis · 16 years ago
- eaebc75 Initial, rudimentary implementation of operator overloading for binary by Douglas Gregor · 16 years ago
- 1cd1b1e Parsing, ASTs, and semantic analysis for the declaration of overloaded by Douglas Gregor · 16 years ago
- d93f0dd Sema-check virtual declarations. Complete dynamic_cast checking. by Sebastian Redl · 16 years ago
- 2eff0f9 Add a test case for CFMakeCollectable. by Ted Kremenek · 16 years ago
- 42a552f Parsing, representation, and preliminary semantic analysis of destructors. by Douglas Gregor · 16 years ago
- 4e84935 A small error message improvement and some comment cleanup for static_cast. by Sebastian Redl · 16 years ago
- 64bffa9 Keep track of whether a C++ class is an aggregate. Don't allow initialization of non-aggregates with initializer lists. by Douglas Gregor · 16 years ago
- f03d7c7 Implement C++ copy-initialization for declarations. There is now some by Douglas Gregor · 16 years ago
- 7ad8390 Initial implementation of parsing, semantic analysis, and AST-building by Douglas Gregor · 16 years ago
- 1528145 Make it an error if an Objective-C declaration is not in the global scope. by Anders Carlsson · 16 years ago
- eb704f2 Now that we have copy initialization support, use it for checking the default arguments by Douglas Gregor · 16 years ago
- 3996f23 Diagnose use of 'this' in a C++ default argument. Thanks to Eli for correcting my bogus assertion about it already being handled by Douglas Gregor · 16 years ago