summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema
Commit message (Expand)AuthorAgeFilesLines
* Extend builtin "attribute" syntax to include a notation forDouglas Gregor2009-02-141-1/+2
* Implicitly declare certain C library functions (malloc, strcpy, memmove,Douglas Gregor2009-02-131-0/+22
* Warn about attribute used ignored on "extern int aDaniel Dunbar2009-02-131-0/+3
* If x is an invalid field decl, don't construct an expression for P->x, Chris Lattner2009-02-131-0/+7
* Sema/AST support for attribute used. Patch by Anders Johnson (with small twea...Daniel Dunbar2009-02-131-0/+17
* Start warning about unknown attributes.Anders Carlsson2009-02-131-1/+1
* Add sema support for the nodebug attribute.Anders Carlsson2009-02-131-0/+8
* Initial implementation of arbitrary fixed-width integer types. Eli Friedman2009-02-131-0/+6
* Tighten checking of the "overloadable" attribute. If any function by aDouglas Gregor2009-02-131-2/+5
* Add missing test for the "overloadable" attributeDouglas Gregor2009-02-121-0/+37
* Fix a bug with designated initializers where we were stepping out of aDouglas Gregor2009-02-121-0/+14
* Fix va_arg bug noticed by Eli, __builtin_va_arg is not an l-valueDaniel Dunbar2009-02-121-0/+8
* Add test for overloading with _Complex in CDouglas Gregor2009-02-121-0/+50
* testcase for rdar://6096412 which already works.Chris Lattner2009-02-111-0/+8
* GNU allows structs with flexible array members to be placed insideDouglas Gregor2009-02-102-7/+27
* When handling "the rest" of a designated array subobject, maybe sureDouglas Gregor2009-02-091-0/+21
* Fix redundant errors for redefinitions with multiple existing definitions.Sebastian Redl2009-02-081-2/+0
* Make the test cases failing due to exact diagnostic matching XFAIL.Sebastian Redl2009-02-081-0/+2
* Fixup expected errors.Mike Stump2009-02-081-1/+1
* Improve Sema of the cleanup attribute somewhat.Anders Carlsson2009-02-071-1/+3
* Make one expected-diag directive match exactly one actual diagnostic.Sebastian Redl2009-02-074-4/+4
* Use our new snazzy stdint.h to make a testcase 64-bit portable.Sebastian Redl2009-02-071-1/+3
* Implement semantic analysis for the GNU flexible array initializationDouglas Gregor2009-02-042-6/+43
* Add support for blocks with explicit return types.Mike Stump2009-02-043-18/+96
* Note the Radar number that corresponds to PR3137Douglas Gregor2009-02-041-1/+1
* Test for PR3137.Eli Friedman2009-02-041-0/+10
* Simplify the way in which we inject the names of tag definitions andDouglas Gregor2009-02-031-1/+14
* emit diagnostic when casting a ptr to a small int when doing static initializ...Nuno Lopes2009-02-021-1/+2
* fix TryToFixInvalidVariablyModifiedType to reject negative array sizesNuno Lopes2009-02-021-0/+1
* Add iterators to LookupResult, allowing one to iterate over theDouglas Gregor2009-02-021-0/+10
* allow cast from array to int to be considered as constantNuno Lopes2009-02-021-1/+13
* fix PR3459: improve compatibility with gcc when checking for constant exprsNuno Lopes2009-02-021-0/+10
* Forgot to add this test.Anders Carlsson2009-01-311-0/+31
* Fix typo noticed by Chris.Anders Carlsson2009-01-301-1/+1
* Turn on -flax-vector-conversions by default, issue a warning whenever one is ...Anders Carlsson2009-01-302-14/+14
* Upgrade the "excess elements in array initializer" warning to anDouglas Gregor2009-01-302-11/+11
* Closed out a few radars that were addressed by designated initializersDouglas Gregor2009-01-301-0/+16
* Make CodeGen produce an error if we come across a non-constant initializer li...Douglas Gregor2009-01-291-5/+4
* Add another devilish testcase for designated initializersDouglas Gregor2009-01-291-1/+6
* Eliminate infinite looping in a wacky case with designated initializers. Simp...Douglas Gregor2009-01-291-1/+9
* Improvements to code-generation and semantic analysis of designatedDouglas Gregor2009-01-281-5/+5
* Code generation support for C99 designated initializers.Douglas Gregor2009-01-283-7/+63
* Handle complex types in ASTContext::mergeTypesDaniel Dunbar2009-01-281-0/+9
* add test for PR2502, which was already fixed some time agoNuno Lopes2009-01-281-0/+3
* If an input constraint refers to an output constraint, it should have the sam...Anders Carlsson2009-01-271-1/+1
* Fix for PR2100: merge types for variables.Eli Friedman2009-01-241-0/+16
* Correct test; sorry for any inconvenience.Eli Friedman2009-01-241-1/+1
* PR3062: statement expressions should be illegal at file scope. I don't Eli Friedman2009-01-241-0/+2
* Implement C99 6.5.3.4p1, rejecting sizeof(bitfield)Chris Lattner2009-01-241-2/+5
* Fix PR3386 by handling GCC's rules for alignof, which are substantiallyChris Lattner2009-01-241-0/+9
OpenPOWER on IntegriCloud