summaryrefslogtreecommitdiffstats
path: root/clang/test
Commit message (Expand)AuthorAgeFilesLines
* Fix test case.Argyrios Kyrtzidis2008-09-091-1/+1
* Implement parser support for the 'condition' part of C++ selection-statements...Argyrios Kyrtzidis2008-09-091-0/+11
* Fix a number of issues w.r.t. emission of global for functions andDaniel Dunbar2008-09-083-0/+36
* Add missing RUN lineDaniel Dunbar2008-09-081-0/+2
* skip test if llvm-gcc is requires but not found on the path.Nuno Lopes2008-09-061-0/+14
* More type checking for blocks. Still incomplete (will hopefully finish up thi...Steve Naroff2008-09-052-0/+105
* Support "typeof unary-expression" (GNU C++ extension).Argyrios Kyrtzidis2008-09-051-0/+7
* Line endings: CRLF -> LFArgyrios Kyrtzidis2008-09-051-7/+7
* Test case for previous commit (Workaround gcc bug causing crash on ourDaniel Dunbar2008-09-051-0/+3
* Set sext/zext on function result.Daniel Dunbar2008-09-051-0/+22
* Fix unintended use of doxygen comment strings.Daniel Dunbar2008-09-041-6/+6
* Added test case for the dead stores checker that was originally an FP reporte...Ted Kremenek2008-09-041-0/+9
* Prevent invalid warnings about incomplete implementations for methodsDaniel Dunbar2008-09-041-0/+56
* fix running tests with valgrind (there were a lot of bogus failures and warni...Nuno Lopes2008-09-041-6/+7
* Add some Objective-C code generation tests.Daniel Dunbar2008-09-049-0/+642
* Implement codegen of aggregates as lvalues in binary expressions,Daniel Dunbar2008-09-041-1/+24
* Update TestRunner to not report failure for XFAIL testsDaniel Dunbar2008-09-041-1/+16
* Set register storage class correctly for function parameters.Daniel Dunbar2008-09-031-0/+3
* Following gcc's behavior, only enable trigraphs if '-trigraphs' or '-ansi' isTed Kremenek2008-09-032-9/+9
* Add two test cases for builtins (mostly related to object sizeDaniel Dunbar2008-09-032-0/+114
* Improve type-checking of ?: for Objective-C types.Daniel Dunbar2008-09-033-3/+66
* Restore Objective-C dot-syntax access of methods.Daniel Dunbar2008-09-032-2/+2
* - Implement __block.Steve Naroff2008-09-021-0/+10
* Pull code from last commit. will put back soon.Steve Naroff2008-09-021-1/+2
* Implement block pseudo-storage class modifiers (__block, __byref).Steve Naroff2008-09-021-0/+18
* add the other test case for completeness and to avoid regressions in the futureNuno Lopes2008-09-021-1/+2
* Fix for PR2747: allow pointer->int casts with a null base; these are Eli Friedman2008-09-021-0/+8
* Fix for PR2750; don't check for an 'e' in the trash after the token.Eli Friedman2008-09-021-0/+13
* An extremely hacky version of transparent_union support; it isn't Eli Friedman2008-09-021-0/+14
* Make sure to take the unqualified versions of the canonical types for Eli Friedman2008-09-021-0/+6
* readd test as it passes correctly. nice, but weirdNuno Lopes2008-09-011-0/+14
* Backing out r55607 due to logic errors and test regression.Eli Friedman2008-09-011-14/+0
* Tidy up sema processing of attribute "nonull":Ted Kremenek2008-09-012-4/+5
* fix one more this-is-not-a-constant error. test includedNuno Lopes2008-09-011-0/+3
* make CheckArithmeticConstantExpression() aware of &foo and pointersNuno Lopes2008-09-011-0/+13
* Temporarily disable some tests which due to dot-syntaxDaniel Dunbar2008-08-302-2/+2
* Allow 'make TESTDIRS=Sema' in test/ directory for only running aDaniel Dunbar2008-08-281-2/+2
* Add parser/action support for block literal expressions.Steve Naroff2008-08-281-2/+10
* Fix isIntegerConstantExpr eval of __builtin_offsetof to return resultDaniel Dunbar2008-08-282-0/+12
* Fix double-free error with sizeof applied to VLA types.Daniel Dunbar2008-08-281-0/+5
* First wave of changes to support "blocks" (an extension to C).Steve Naroff2008-08-271-0/+18
* Update test case (we were missing a warning here)Daniel Dunbar2008-08-271-1/+1
* Add ObjCPropertyDecl::isReadOnly.Daniel Dunbar2008-08-261-0/+3
* In incompatible pointer-typed ?: expressions, add implicit conversionDaniel Dunbar2008-08-262-0/+20
* Do typechecking and codegen for K&R-style function declarations Eli Friedman2008-08-251-0/+5
* Fix for PR2720; be a little bit more permissive in initializers for Eli Friedman2008-08-251-0/+3
* Add test case for function-pointer-cast-of-global as constantDaniel Dunbar2008-08-251-0/+4
* Objective-C foreach selector elements must be lvalues.Anders Carlsson2008-08-251-0/+10
* Fix silly bug in objc_gc attribute parsing and add test caseAnders Carlsson2008-08-241-0/+8
* Add carbon.cpp and cocoa.mm testsAnders Carlsson2008-08-232-0/+10
OpenPOWER on IntegriCloud