summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Rename clang to clang-cc.Daniel Dunbar2009-03-24962-1224/+1228
* Use not instead of ! in tests.Daniel Dunbar2009-03-243-5/+5
* Handle pointers to arrays of abstract types.Anders Carlsson2009-03-241-1/+3
* More work on diagnosing abstract classes. We can now handle cases likeAnders Carlsson2009-03-241-1/+13
* Fix PR3868 by making Evaluate handle cases like "(long)&a + 4".Eli Friedman2009-03-241-0/+3
* Fix a couple of tests.Eli Friedman2009-03-242-2/+2
* Cleanup template instantiation for methods, destructorsDouglas Gregor2009-03-241-3/+1
* Template instantiation for destructors. This is somewhat repetitive;Douglas Gregor2009-03-241-1/+9
* Template instantiation for the declarations of member functions withinDouglas Gregor2009-03-232-2/+44
* A test case to test that -warn-dead-stores does not emit a warning for stores...Ted Kremenek2009-03-231-0/+6
* Implement '#pragma unused'.Ted Kremenek2009-03-231-0/+38
* Must allow for strong cast of floats as well (objc2 gc).Fariborz Jahanian2009-03-231-0/+23
* More improvements to abstract type checking. Handle arrays correctly, and mak...Anders Carlsson2009-03-231-0/+17
* It's an error to try to allocate an abstract object using new.Anders Carlsson2009-03-231-0/+3
* Fix PR3855. When we encounter an incompatible redeclaration of aDouglas Gregor2009-03-232-5/+17
* The individual pieces of an invalid paste as still candidates for expansion.Chris Lattner2009-03-231-0/+11
* analyzer: Provide temporary workaround for false positive reported byTed Kremenek2009-03-231-2/+36
* Tighten up the determination of whether a function declaration has aDouglas Gregor2009-03-231-0/+9
* Thanks to Eli for pointing out my misreading of 6.2.2p5Douglas Gregor2009-03-231-1/+4
* analyzer: Fix embarrassing regression in BasicStore when invalidating structTed Kremenek2009-03-231-0/+24
* Minor enhancements to Evaluate.Eli Friedman2009-03-231-0/+5
* Fix a subtle bug in CodeGen for the increment of a bitfield.Eli Friedman2009-03-231-0/+7
* Fix a few more instances of "&>".Eli Friedman2009-03-231-2/+2
* Recognize rvalue references in C++03, but complain about them. This leads to ...Sebastian Redl2009-03-231-0/+2
* Partial implementation of PR3342: break out pointer sign Eli Friedman2009-03-221-0/+5
* Disallow catching exceptions by rvalue reference.Sebastian Redl2009-03-221-0/+5
* Adjust isModifiableLvalue to give a slightly more useful diagnostic for Eli Friedman2009-03-221-1/+1
* Driver: Implement 'missing argument' error.Daniel Dunbar2009-03-221-0/+5
* Fix code to mark block variables as const to actually work. Fix Eli Friedman2009-03-221-2/+2
* Implement static_cast from lvalue to rvalue reference.Sebastian Redl2009-03-221-0/+2
* Add testcase for incomplete call/return types for calls.Eli Friedman2009-03-221-0/+13
* Check that the return/argument types of calls are complete.Eli Friedman2009-03-221-2/+2
* switch getBuiltinLibFunction to use the new GetOrCreateLLVMFunction Chris Lattner2009-03-221-0/+8
* Don't use &> in tests; dash doesn't understand it.Eli Friedman2009-03-228-31/+31
* make alias definition logic more similar to functions/globals.Chris Lattner2009-03-221-0/+7
* fix PR3200 by making alias emission use the new infrastructure. Fold Chris Lattner2009-03-223-21/+13
* Disallow abstract types where appropriate.Anders Carlsson2009-03-221-1/+9
* fix a fixme: non-proto struct returning function definitions should be compiledChris Lattner2009-03-221-1/+5
* Keep track of whether a class is abstract or not. This is currently only used...Anders Carlsson2009-03-221-0/+26
* fix testChris Lattner2009-03-211-1/+1
* Fixup codegen for nested block literals so that we generateMike Stump2009-03-211-5/+9
* Issue error if variables are defined inside an objc class,Fariborz Jahanian2009-03-212-24/+21
* Frontend: Handle empty input on stdin.Daniel Dunbar2009-03-211-0/+3
* fix a crash that could occur when a variable declaration became aChris Lattner2009-03-211-0/+11
* simplify and cleanup global variable creation stuff to all go through oneChris Lattner2009-03-211-0/+10
* fix several problems with asm renaming, by pulling it into the mangling code:Chris Lattner2009-03-211-1/+20
* Fix include-pth.c test case to (hopefully) more resilient to where and how testsTed Kremenek2009-03-201-1/+2
* ccc/Driver: .s defaults to 'assembler-with-cpp' on Darwin.Daniel Dunbar2009-03-201-0/+10
* Fix codegen for support for super inside block literal expressions.Mike Stump2009-03-201-0/+10
* Fix <rdar://problem/6704086> by allowing the format string checking in Sema toTed Kremenek2009-03-201-0/+14