summaryrefslogtreecommitdiffstats
path: root/clang/test
Commit message (Expand)AuthorAgeFilesLines
* Extend builtin "attribute" syntax to include a notation forDouglas Gregor2009-02-144-4/+9
* fix rdar://6586493, a bug in codegen of the GNU Chris Lattner2009-02-131-0/+6
* Implicitly declare certain C library functions (malloc, strcpy, memmove,Douglas Gregor2009-02-133-3/+26
* Set constant bit on static block vars as well. Patch by Anders Johnson!qDaniel Dunbar2009-02-131-1/+10
* Warn about attribute used ignored on "extern int aDaniel Dunbar2009-02-131-0/+3
* Add test case illustrating special handling of 'SenTestCase' subclasses for t...Ted Kremenek2009-02-131-1/+33
* IRgen support for attribute used.Daniel Dunbar2009-02-131-0/+14
* If x is an invalid field decl, don't construct an expression for P->x, Chris Lattner2009-02-131-0/+7
* Pull MayDeferGeneration out of EmitGlobal.Daniel Dunbar2009-02-131-1/+19
* Fix rdar://6562329, a static analyzer crash Ted noticed on Chris Lattner2009-02-131-0/+5
* Sema/AST support for attribute used. Patch by Anders Johnson (with small twea...Daniel Dunbar2009-02-131-0/+17
* Fix capitalization in a diagnosticDouglas Gregor2009-02-131-1/+1
* Fixed a 64bit code gen bug of a cateogoryFariborz Jahanian2009-02-131-0/+8
* Start warning about unknown attributes.Anders Carlsson2009-02-131-1/+1
* Add CodeGen support for the nodebug attribute.Anders Carlsson2009-02-131-0/+12
* 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
* Add mangling for variadic functions and conversion functionsDouglas Gregor2009-02-131-0/+2
* This test now passes.Ted Kremenek2009-02-131-3/+2
* Tighten checking of the "overloadable" attribute. If any function by aDouglas Gregor2009-02-131-2/+5
* Add basic support for C++ name mangling according to the Itanium C++Douglas Gregor2009-02-132-0/+33
* Honor attribute section on static block var decls.Daniel Dunbar2009-02-121-2/+7
* Fix limits.h for linux, as glibc does a #include_next unlessMike Stump2009-02-121-0/+3
* Add missing test for the "overloadable" attributeDouglas Gregor2009-02-121-0/+37
* Fix <rdar://problem/6499801> clang does not detect objc type mismatch in cond...Steve Naroff2009-02-121-1/+18
* Fix a bug with designated initializers where we were stepping out of aDouglas Gregor2009-02-121-0/+14
* Support __attribute__(section(<name>))Daniel Dunbar2009-02-121-1/+13
* Turn warning into error. Minor incompatibility with GCC (for scalar types, GC...Steve Naroff2009-02-122-2/+6
* Fix va_arg bug noticed by Eli, __builtin_va_arg is not an l-valueDaniel Dunbar2009-02-121-0/+8
* Test case for emitting va_arg as l-value; apparently I only *thought* I had c...Daniel Dunbar2009-02-121-0/+1
* Add test for overloading with _Complex in CDouglas Gregor2009-02-121-0/+50
* Expand the definition of a complex promotion to include complex ->Douglas Gregor2009-02-121-1/+8
* Introduce _Complex conversions into the function overloadingDouglas Gregor2009-02-121-0/+43
* Remove some non-ascii characters. Thanks Gabor.Steve Naroff2009-02-111-1/+1
* Fix <rdar://problem/6505139> [clang on growl]: need to allow unnamed selector...Steve Naroff2009-02-111-0/+8
* Fix <rdar://problem/6243503> [sema] @throw; accepted outside catch block.Steve Naroff2009-02-111-1/+1
* Finished semantic analysis of non-type template arguments, to checkDouglas Gregor2009-02-111-4/+7
* Allow the use of default template arguments when forming a classDouglas Gregor2009-02-112-1/+14
* Fix <rdar://problem/6206858> [sema] type check @throw statements.Steve Naroff2009-02-112-1/+7
* Implement semantic checking for template arguments that correspond toDouglas Gregor2009-02-114-10/+27
* finish off codegen support for sub of pointer to functions, Chris Lattner2009-02-111-0/+7
* testcase for rdar://6096412 which already works.Chris Lattner2009-02-111-0/+8
* Add semantic checking for template arguments that correspond toDouglas Gregor2009-02-111-0/+23
* Semantic checking for template arguments that correspond to non-typeDouglas Gregor2009-02-111-0/+12
* Add partial semantic checking of template arguments that are meant forDouglas Gregor2009-02-112-0/+30
* Add another test case for the MissingDealloc checker.Ted Kremenek2009-02-101-0/+20
* Add type-checking and implicit conversions for template parameters ofDouglas Gregor2009-02-101-4/+30
* Handle the case where EmitBlock might be called multiple times for the same b...Anders Carlsson2009-02-101-0/+11
* GNU allows structs with flexible array members to be placed insideDouglas Gregor2009-02-102-7/+27
* Fix a problem with bogus template shadowing warningsDouglas Gregor2009-02-101-4/+4
OpenPOWER on IntegriCloud