- 0a855d0 Must allow for strong cast of floats as well (objc2 gc). by Fariborz Jahanian · 16 years ago
- 11f21a0 More improvements to abstract type checking. Handle arrays correctly, and make sure to check parameter types before they decay. by Anders Carlsson · 16 years ago
- b9bbe49 It's an error to try to allocate an abstract object using new. by Anders Carlsson · 16 years ago
- 374e156 Fix PR3855. When we encounter an incompatible redeclaration of a by Douglas Gregor · 16 years ago
- f1538de The individual pieces of an invalid paste as still candidates for expansion. by Chris Lattner · 16 years ago
- 68ac94a analyzer: Provide temporary workaround for false positive reported by by Ted Kremenek · 16 years ago
- d1659a6 Tighten up the determination of whether a function declaration has a by Douglas Gregor · 16 years ago
- 38179b2 Thanks to Eli for pointing out my misreading of 6.2.2p5 by Douglas Gregor · 16 years ago
- 693de5d analyzer: Fix embarrassing regression in BasicStore when invalidating struct by Ted Kremenek · 16 years ago
- a1f47c4 Minor enhancements to Evaluate. by Eli Friedman · 16 years ago
- f52bbeb Fix a subtle bug in CodeGen for the increment of a bitfield. by Eli Friedman · 16 years ago
- 700b133 Fix a few more instances of "&>". by Eli Friedman · 16 years ago
- 743de1f Recognize rvalue references in C++03, but complain about them. This leads to far better error recovery. by Sebastian Redl · 16 years ago
- f05c05d Partial implementation of PR3342: break out pointer sign by Eli Friedman · 16 years ago
- f2e21e5 Disallow catching exceptions by rvalue reference. by Sebastian Redl · 16 years ago
- 04831aa Adjust isModifiableLvalue to give a slightly more useful diagnostic for by Eli Friedman · 16 years ago
- b0c4df5 Driver: Implement 'missing argument' error. by Daniel Dunbar · 16 years ago
- 5fdeae1 Fix code to mark block variables as const to actually work. Fix by Eli Friedman · 16 years ago
- 157be83 Implement static_cast from lvalue to rvalue reference. by Sebastian Redl · 16 years ago
- 21bab84 Add testcase for incomplete call/return types for calls. by Eli Friedman · 16 years ago
- e7c6f7a Check that the return/argument types of calls are complete. by Eli Friedman · 16 years ago
- b808c95 switch getBuiltinLibFunction to use the new GetOrCreateLLVMFunction by Chris Lattner · 16 years ago
- 1ab10d4 Don't use &> in tests; dash doesn't understand it. by Eli Friedman · 16 years ago
- 35f6c13 make alias definition logic more similar to functions/globals. by Chris Lattner · 16 years ago
- 82227ff fix PR3200 by making alias emission use the new infrastructure. Fold by Chris Lattner · 16 years ago
- 4681ebd Disallow abstract types where appropriate. by Anders Carlsson · 16 years ago
- ff75e1d fix a fixme: non-proto struct returning function definitions should be compiled by Chris Lattner · 16 years ago
- 67e4dd2 Keep track of whether a class is abstract or not. This is currently only used for the __is_abstract type trait. by Anders Carlsson · 16 years ago
- 0c3c576 fix test by Chris Lattner · 16 years ago
- a8b60c9 Fixup codegen for nested block literals so that we generate by Mike Stump · 16 years ago
- b31cb7f Issue error if variables are defined inside an objc class, category or protocol. by Fariborz Jahanian · 16 years ago
- 54dfd5c Frontend: Handle empty input on stdin. - PR3854. by Daniel Dunbar · 16 years ago
- 0558e79 fix a crash that could occur when a variable declaration became a by Chris Lattner · 16 years ago
- 570585c simplify and cleanup global variable creation stuff to all go through one by Chris Lattner · 16 years ago
- ca3f25c fix several problems with asm renaming, by pulling it into the mangling code: by Chris Lattner · 16 years ago
- 01c499d Fix include-pth.c test case to (hopefully) more resilient to where and how tests by Ted Kremenek · 16 years ago
- e33bea4 ccc/Driver: .s defaults to 'assembler-with-cpp' on Darwin. by Daniel Dunbar · 16 years ago
- 6cc88f7 Fix codegen for support for super inside block literal expressions. by Mike Stump · 16 years ago
- 082d936 Fix <rdar://problem/6704086> by allowing the format string checking in Sema to by Ted Kremenek · 16 years ago
- ebf9ed3 Fix a crash during meta-data generation of objc2's nonfragile abi. by Fariborz Jahanian · 16 years ago
- 2ff4478 Some minor tweaks and additional tests for rvalue references by Douglas Gregor · 16 years ago
- 049853d Driver: Switch to using -include-pth. by Daniel Dunbar · 16 years ago
- d5b918e Update test case. by Daniel Dunbar · 16 years ago
- f469557 More super dot-syntax property implementation by Fariborz Jahanian · 16 years ago
- b82dcd8 Fix <rdar://problem/6703892> by not warning about self-comparisons of enum by Ted Kremenek · 16 years ago
- 600cfab Add test case for '-include-pth'. by Ted Kremenek · 16 years ago
- 8e5d232 Implement ir gen. for setter/getter applied to 'super' by Fariborz Jahanian · 16 years ago
- e966d9a add tests for the various .S bugs I fixed on wednesday. by Chris Lattner · 16 years ago
- 15154b4 rename this test from .S to .c so that it gets run. by Chris Lattner · 16 years ago
- 8cac5f7 Driver: Add and use darwin::Assemble tool. by Daniel Dunbar · 16 years ago
- a645796 Allow flexible array initializers that are not surrounded by by Douglas Gregor · 16 years ago
- 5ef122e Variables marked as "extern" can actually have internal linkage if by Douglas Gregor · 16 years ago
- c505d4f Add test cases for PR 3820. by Ted Kremenek · 16 years ago
- 2ce1be0 When looking for property name (or getter method) in a by Fariborz Jahanian · 16 years ago
- 13d7a32 If a function is declared as, e.g., by Douglas Gregor · 16 years ago
- 5953d8b Introduce a new expression type, UnresolvedDeclRefExpr, that describes by Douglas Gregor · 16 years ago
- 5e1e1f9 IRgen support for alias of global variable. - PR3818. by Daniel Dunbar · 16 years ago
- 24c46b3 Print the context of tag types as part of pretty-printing, e.g., by Douglas Gregor · 16 years ago
- bad3518 Generalize printing of nested-name-specifier sequences for use in both by Douglas Gregor · 16 years ago
- e625893 Extend the use of QualifiedNameType to the creation of class template by Douglas Gregor · 16 years ago
- e4e5b05 Introduce a representation for types that we referred to via a by Douglas Gregor · 16 years ago
- 7237459 Fix PR 3836 by eagerly assuming symbolic constraints returned by unary '!'. by Ted Kremenek · 16 years ago
- 5697aa0 Driver: Fix bug in translating -O to clang, add clang-translation test case. by Daniel Dunbar · 16 years ago
- 622bfc8 Add simple test case to make sure driver can generate executables. by Daniel Dunbar · 16 years ago
- 38e24c7 objc: Implemented variables declared in class interface by Fariborz Jahanian · 16 years ago
- ec099f1 Fix crash reported in <rdar://problem/6695527>. We now have by Ted Kremenek · 16 years ago
- ddf4d78 Driver: Update test case. by Daniel Dunbar · 16 years ago
- a88620c added type dependent testcase by Gabor Greif · 16 years ago
- 9a2f1ac Add version information to ISO style test results. by Mike Stump · 16 years ago
- 0ac86f0 PR3835: Interaction with ABI structure passing can inhibit by Daniel Dunbar · 16 years ago
- 40f9292 fix the more complex cases by actually codegen'ing the right expr :) by Chris Lattner · 16 years ago
- 75dfeda add codegen support for casting an element to a union. by Chris Lattner · 16 years ago
- b8df0b5 remove two xfailed tests. These aren't doing any good for us until serialization is revisited. by Chris Lattner · 16 years ago
- f8575aa Add codegen support for aggregate BlockDeclRefExprs. by Mike Stump · 16 years ago
- 862a2c5 Ignore weak import on properties. by Mike Stump · 16 years ago
- 8cc9d08 fix PR3809, codegen for inc/dec of function pointers. by Chris Lattner · 16 years ago
- c3953a6 teach codegen to handle noop casts as lvalues. by Chris Lattner · 16 years ago
- 99c7622 Fix -E mismatch; an identifier followed by a numeric constant does not by Daniel Dunbar · 16 years ago
- c57bc59 add test case. by Zhongxing Xu · 16 years ago
- 5796bf4 Driver: Add test for binding of precompile; exposed bug due to my by Daniel Dunbar · 16 years ago
- ec29d36 Driver: Implement JoinedAndSeparateArg::getValue and add parsing test case. by Daniel Dunbar · 16 years ago
- 6c473c8 cleanup instantiation code, tighten testcase by Gabor Greif · 16 years ago
- e7783ab Fix failing test case. by Anders Carlsson · 16 years ago
- 087edcf instantiate ?: expressions by Gabor Greif · 16 years ago
- d46f0ac Driver: Add test case for -ccc-clang-archs (which, it turns out, was inverted). by Daniel Dunbar · 16 years ago
- a35b1d5 Small sanity-checking testcase by Douglas Gregor · 16 years ago
- 9d07031 Driver: Add test case for various parts of binding (no-integrated-cpp, by Daniel Dunbar · 16 years ago
- e247cba Test had extra line which was masking actual failures. by Daniel Dunbar · 16 years ago
- 1a172b8 Driver: Add test for pipelining for analyzer and precompiler. by Daniel Dunbar · 16 years ago
- 897cd90 don't crash when sentinel attribute is used on function without a prototype, by Chris Lattner · 16 years ago
- baf0775 Driver: Make sure to get the default arch name from the tool chain, not the by Daniel Dunbar · 16 years ago
- 879fd49 Implement instantiation of enums within class templates. This isn't by Douglas Gregor · 16 years ago
- 0ae7b2b Initialize the cleanup.dst variable if necessary. Fixes PR3789. by Anders Carlsson · 16 years ago
- 4598ffa We want to grep the output, not the input :-) by Anders Carlsson · 16 years ago
- 7c80bd6 Almost complete implementation of rvalue references. One bug, and a few unclear areas. Maybe Doug can shed some light on some of the fixmes. by Sebastian Redl · 16 years ago
- f257b61 Check signedness of bitfield sizes. by Anders Carlsson · 16 years ago
- 05532f2 Parser support for rvalue references. by Sebastian Redl · 16 years ago
- 76b1c84 (Hopefully) instantiate dependent array types correctly. by Anders Carlsson · 16 years ago
- 94b15fb Handle static_asserts when instantiating structs. by Anders Carlsson · 16 years ago
- 85c4910 Don't accept '$' in identifiers in assembler-with-cpp mode. by Daniel Dunbar · 16 years ago