summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Driver: Make sure to get the default arch name from the tool chain, not the Daniel Dunbar2009-03-171-0/+10
* Implement instantiation of enums within class templates. This isn'tDouglas Gregor2009-03-171-0/+11
* Initialize the cleanup.dst variable if necessary. Fixes PR3789.Anders Carlsson2009-03-171-0/+15
* We want to grep the output, not the input :-)Anders Carlsson2009-03-171-1/+1
* Almost complete implementation of rvalue references. One bug, and a few uncle...Sebastian Redl2009-03-167-13/+47
* Check signedness of bitfield sizes.Anders Carlsson2009-03-161-0/+2
* Parser support for rvalue references.Sebastian Redl2009-03-151-1/+6
* (Hopefully) instantiate dependent array types correctly.Anders Carlsson2009-03-151-0/+28
* Handle static_asserts when instantiating structs.Anders Carlsson2009-03-151-2/+8
* Don't accept '$' in identifiers in assembler-with-cpp mode.Daniel Dunbar2009-03-151-0/+7
* Handle dependent types/exprs in static_assert expressions.Anders Carlsson2009-03-141-0/+9
* More static_assert work. Check that the assert expr is valid and show an erro...Anders Carlsson2009-03-141-0/+15
* Check for overflow and signedness problems with templateDouglas Gregor2009-03-141-0/+10
* Implement template instantiation for the prefix unary operators. AsDouglas Gregor2009-03-132-0/+31
* Do up codegen for function static data and externs in functions in blockMike Stump2009-03-131-1/+12
* Force triple for a couple test cases.Daniel Dunbar2009-03-132-3/+3
* add a testcase for recursion through blocks pointers, rdar://6676764.Chris Lattner2009-03-131-0/+17
* fix PR3798 by ignoring all diagnostics generated while repreprocessing a file...Chris Lattner2009-03-131-0/+7
* Devious test-case involved overload resolution and ADL during template instan...Douglas Gregor2009-03-131-0/+52
* Driver: Desensitize test to location of input.Daniel Dunbar2009-03-131-8/+8
* Implement template instantiation for several more kinds of expressions:Douglas Gregor2009-03-131-0/+10
* Driver: Test pipelining for universal builds.Daniel Dunbar2009-03-131-0/+21
* Fix PR 3677 [retain checker]: custom 'allocWithZone' methods should be allowedTed Kremenek2009-03-131-2/+12
* Driver: Fix '-x none' handling.Daniel Dunbar2009-03-131-0/+26
* introduce a new -fheinous-gnu-extensions flag that enables reallyChris Lattner2009-03-132-0/+20
* Add a hack in the analyzer to recover some path-sensitivity at branchTed Kremenek2009-03-131-0/+49
* Reimplement fix for <rdar://problem/6451399> problems with labels and blocks.Steve Naroff2009-03-131-0/+17
* Remove ActiveScope (revert http://llvm.org/viewvc/llvm-project?view=rev&revis...Steve Naroff2009-03-131-17/+0
* Fix failure reported by Sebastian of test/Analysis/ptr-arith.c when the targetTed Kremenek2009-03-131-1/+3
* Fix test.Fariborz Jahanian2009-03-131-1/+1
* Fixed an ir-gen bug related to strong-cast generation ofFariborz Jahanian2009-03-131-0/+17
* Fix spelling error, and add target triplet to header.Mike Stump2009-03-131-2/+2
* When testing with VERBOSE=0, report results in the ISO format. WeMike Stump2009-03-131-0/+5
* Implement template instantiation for builtin binary operatorsDouglas Gregor2009-03-121-0/+33
* Use paropery's setter attribute name asFariborz Jahanian2009-03-121-0/+10
* Fix crash when using TypedViewRegions and ObjCQualifiedIdTypes (TypedViewRegi...Ted Kremenek2009-03-121-0/+90
* Straw man for instantiation of expressions. Use it to instantiate theDouglas Gregor2009-03-121-0/+12
* Add Diagnostic files for Frontend and move a couple errors over.Daniel Dunbar2009-03-121-2/+2
* Add comments to test case.Zhongxing Xu2009-03-121-0/+3
* Fix various problems with matching out-of-line definitions of staticDouglas Gregor2009-03-112-2/+15
* Move most of the checking from ActOnCXXMemberDeclarator to other, more genera...Douglas Gregor2009-03-112-2/+7
* x86_32 ABI: Don't try and expand structures with bitfields.Daniel Dunbar2009-03-111-0/+67
* Implement FIXME related to <rdar://problem/6496506> Implement class setter/ge...Steve Naroff2009-03-111-3/+0
* Implement basic template instantiation for fields. Reshuffle checkingDouglas Gregor2009-03-112-2/+30
* Fix StmtIterator bug reported in PR 3780 where a VLA within a DeclGroup wouldTed Kremenek2009-03-111-2/+4
* Add basic, hackish support for instantiation of typedefs in a classDouglas Gregor2009-03-112-2/+21
* Fix <rdar://problem/6655054> clang issues bogus error on property usage in a ...Steve Naroff2009-03-111-0/+30
* Fix <rdar://problem/6578665> user declared setter method should be used when ...Steve Naroff2009-03-111-0/+29
* This test case checks if we get the right rvalue type of a TypedViewRegion.Zhongxing Xu2009-03-111-0/+15
* Fix crash when LHS of pointer arithmetic is not ElementRegion.Zhongxing Xu2009-03-111-0/+7