| Commit message (Expand) | Author | Age | Files | Lines |
* | Extend builtin "attribute" syntax to include a notation for | Douglas Gregor | 2009-02-14 | 4 | -4/+9 |
* | fix rdar://6586493, a bug in codegen of the GNU | Chris Lattner | 2009-02-13 | 1 | -0/+6 |
* | Implicitly declare certain C library functions (malloc, strcpy, memmove, | Douglas Gregor | 2009-02-13 | 3 | -3/+26 |
* | Set constant bit on static block vars as well. Patch by Anders Johnson!q | Daniel Dunbar | 2009-02-13 | 1 | -1/+10 |
* | Warn about attribute used ignored on "extern int a | Daniel Dunbar | 2009-02-13 | 1 | -0/+3 |
* | Add test case illustrating special handling of 'SenTestCase' subclasses for t... | Ted Kremenek | 2009-02-13 | 1 | -1/+33 |
* | IRgen support for attribute used. | Daniel Dunbar | 2009-02-13 | 1 | -0/+14 |
* | If x is an invalid field decl, don't construct an expression for P->x, | Chris Lattner | 2009-02-13 | 1 | -0/+7 |
* | Pull MayDeferGeneration out of EmitGlobal. | Daniel Dunbar | 2009-02-13 | 1 | -1/+19 |
* | Fix rdar://6562329, a static analyzer crash Ted noticed on | Chris Lattner | 2009-02-13 | 1 | -0/+5 |
* | Sema/AST support for attribute used. Patch by Anders Johnson (with small twea... | Daniel Dunbar | 2009-02-13 | 1 | -0/+17 |
* | Fix capitalization in a diagnostic | Douglas Gregor | 2009-02-13 | 1 | -1/+1 |
* | Fixed a 64bit code gen bug of a cateogory | Fariborz Jahanian | 2009-02-13 | 1 | -0/+8 |
* | Start warning about unknown attributes. | Anders Carlsson | 2009-02-13 | 1 | -1/+1 |
* | Add CodeGen support for the nodebug attribute. | Anders Carlsson | 2009-02-13 | 1 | -0/+12 |
* | Add sema support for the nodebug attribute. | Anders Carlsson | 2009-02-13 | 1 | -0/+8 |
* | Initial implementation of arbitrary fixed-width integer types. | Eli Friedman | 2009-02-13 | 1 | -0/+6 |
* | Add mangling for variadic functions and conversion functions | Douglas Gregor | 2009-02-13 | 1 | -0/+2 |
* | This test now passes. | Ted Kremenek | 2009-02-13 | 1 | -3/+2 |
* | Tighten checking of the "overloadable" attribute. If any function by a | Douglas Gregor | 2009-02-13 | 1 | -2/+5 |
* | Add basic support for C++ name mangling according to the Itanium C++ | Douglas Gregor | 2009-02-13 | 2 | -0/+33 |
* | Honor attribute section on static block var decls. | Daniel Dunbar | 2009-02-12 | 1 | -2/+7 |
* | Fix limits.h for linux, as glibc does a #include_next unless | Mike Stump | 2009-02-12 | 1 | -0/+3 |
* | Add missing test for the "overloadable" attribute | Douglas Gregor | 2009-02-12 | 1 | -0/+37 |
* | Fix <rdar://problem/6499801> clang does not detect objc type mismatch in cond... | Steve Naroff | 2009-02-12 | 1 | -1/+18 |
* | Fix a bug with designated initializers where we were stepping out of a | Douglas Gregor | 2009-02-12 | 1 | -0/+14 |
* | Support __attribute__(section(<name>)) | Daniel Dunbar | 2009-02-12 | 1 | -1/+13 |
* | Turn warning into error. Minor incompatibility with GCC (for scalar types, GC... | Steve Naroff | 2009-02-12 | 2 | -2/+6 |
* | Fix va_arg bug noticed by Eli, __builtin_va_arg is not an l-value | Daniel Dunbar | 2009-02-12 | 1 | -0/+8 |
* | Test case for emitting va_arg as l-value; apparently I only *thought* I had c... | Daniel Dunbar | 2009-02-12 | 1 | -0/+1 |
* | Add test for overloading with _Complex in C | Douglas Gregor | 2009-02-12 | 1 | -0/+50 |
* | Expand the definition of a complex promotion to include complex -> | Douglas Gregor | 2009-02-12 | 1 | -1/+8 |
* | Introduce _Complex conversions into the function overloading | Douglas Gregor | 2009-02-12 | 1 | -0/+43 |
* | Remove some non-ascii characters. Thanks Gabor. | Steve Naroff | 2009-02-11 | 1 | -1/+1 |
* | Fix <rdar://problem/6505139> [clang on growl]: need to allow unnamed selector... | Steve Naroff | 2009-02-11 | 1 | -0/+8 |
* | Fix <rdar://problem/6243503> [sema] @throw; accepted outside catch block. | Steve Naroff | 2009-02-11 | 1 | -1/+1 |
* | Finished semantic analysis of non-type template arguments, to check | Douglas Gregor | 2009-02-11 | 1 | -4/+7 |
* | Allow the use of default template arguments when forming a class | Douglas Gregor | 2009-02-11 | 2 | -1/+14 |
* | Fix <rdar://problem/6206858> [sema] type check @throw statements. | Steve Naroff | 2009-02-11 | 2 | -1/+7 |
* | Implement semantic checking for template arguments that correspond to | Douglas Gregor | 2009-02-11 | 4 | -10/+27 |
* | finish off codegen support for sub of pointer to functions, | Chris Lattner | 2009-02-11 | 1 | -0/+7 |
* | testcase for rdar://6096412 which already works. | Chris Lattner | 2009-02-11 | 1 | -0/+8 |
* | Add semantic checking for template arguments that correspond to | Douglas Gregor | 2009-02-11 | 1 | -0/+23 |
* | Semantic checking for template arguments that correspond to non-type | Douglas Gregor | 2009-02-11 | 1 | -0/+12 |
* | Add partial semantic checking of template arguments that are meant for | Douglas Gregor | 2009-02-11 | 2 | -0/+30 |
* | Add another test case for the MissingDealloc checker. | Ted Kremenek | 2009-02-10 | 1 | -0/+20 |
* | Add type-checking and implicit conversions for template parameters of | Douglas Gregor | 2009-02-10 | 1 | -4/+30 |
* | Handle the case where EmitBlock might be called multiple times for the same b... | Anders Carlsson | 2009-02-10 | 1 | -0/+11 |
* | GNU allows structs with flexible array members to be placed inside | Douglas Gregor | 2009-02-10 | 2 | -7/+27 |
* | Fix a problem with bogus template shadowing warnings | Douglas Gregor | 2009-02-10 | 1 | -4/+4 |