- 9e9b6dc simplify all the type info accessors in TargeTInfo to return scalars, by Chris Lattner · 17 years ago
- 440b456 Add fastcall/stdcall attribute support by Nate Begeman · 17 years ago
- aa8f976 Patch by Nuno Lopes: by Ted Kremenek · 17 years ago
- 98be494 remove the source location arguments to various target query methods. by Chris Lattner · 17 years ago
- 42e6737 Remove the first layer of support for "portability" warnings. This is by Chris Lattner · 17 years ago
- 7b937ae The operand to the visibility attribute is required to be a quoted string, not a bare identifier. by Chris Lattner · 17 years ago
- 3465fb3 Only allow a "noreturn" attribute to be affixed to a FunctionDecl. by Ted Kremenek · 17 years ago
- 6d43959 Added TODO. by Ted Kremenek · 17 years ago
- ddee423 Add a bunch of attributes, patch by Nuno Lopes. by Chris Lattner · 17 years ago
- fc62bfd character literals have char type in C++ and int type in C. Patch by Chris Lattner · 17 years ago
- bcb2b61 Fix http://llvm.org/bugs/show_bug.cgi?id=2103. by Steve Naroff · 17 years ago
- da323ad Fix http://llvm.org/bugs/show_bug.cgi?id=2106. by Steve Naroff · 17 years ago
- 3003753 Fix a crash where PI.TypeInfo has not been filled in case of missing ObjCInterfaceDecl. by Gabor Greif · 17 years ago
- 7e669b2 Add support for attribute(deprecated), patch by Nuno Lopes! by Chris Lattner · 17 years ago
- f5c93c1 Added parsing of attributes for functions. by Ted Kremenek · 17 years ago
- aecb383 Added support for attribute "noreturn." by Ted Kremenek · 17 years ago
- 50dd289 add parsing, ast building and pretty printing support for C++ throw expressions. by Chris Lattner · 17 years ago
- a73349d Fix PR2092 by making sure the sign of the enum value follows the by Chris Lattner · 17 years ago
- c81c814 convert tabs to spaces, patch by Mike Stump! by Chris Lattner · 17 years ago
- 69d6375 Move the initialization of SEL/objc_selector from Sema::Sema() to Sema::ActOnTranslationUnitScope() and make sure the type/struct get inserted into the translation unit scope. by Steve Naroff · 17 years ago
- c398f0b Handle __attribute__((annotate("string"))) by Nate Begeman · 17 years ago
- bde7184 add a fixme. by Chris Lattner · 17 years ago
- 7654914 Collect and build and process type attributes on pointers. For by Chris Lattner · 17 years ago
- 232e882 move some code, no other change. by Chris Lattner · 17 years ago
- f1d705c move type attribute processing into the creatively named ProcessTypeAttributes method. by Chris Lattner · 17 years ago
- 74788ba Correctly handle address space qualifiers in declspecs. This by Chris Lattner · 17 years ago
- fab5b45 move ConvertDeclSpecToType into Sema by Chris Lattner · 17 years ago
- 2070d80 rename some methods. by Chris Lattner · 17 years ago
- 212839c Use getKind() in HandleDeclAttribute instead of decoding the string inline. by Chris Lattner · 17 years ago
- 1abc7f6 Tabs are the enemy by Nate Begeman · 17 years ago
- 38d8b98 add some code that will be used to remove processed attrs from by Chris Lattner · 17 years ago
- 958858e Change ConvertDeclSpecToType to break out of switch instead of by Chris Lattner · 17 years ago
- f46699c Alternate address spaces work: by Chris Lattner · 17 years ago
- 60c9b18 Allow ArraySubscriptExpr to be a base node for vector dereference. This by Nate Begeman · 17 years ago
- b7894b5 Turn handling of parameter attributes back on, fixing the ObjC breakage by Nate Begeman · 17 years ago
- 0e4c627 Revert this temporarily, it's breaking objc :/ by Nate Begeman · 17 years ago
- 6d20d03 Handle parameter attributes by Nate Begeman · 17 years ago
- 5280408 Fix PR2042. One remaining issue: we don't currently diagnose by Chris Lattner · 17 years ago
- 042c4e7 Better handling of the aligned attribute. by Anders Carlsson · 17 years ago
- e9ba323 Fix CheckEndOfDirective to diagnose lines that contain macros that expand to by Chris Lattner · 17 years ago
- 425a609 Fix typo by Anders Carlsson · 17 years ago
- ad14806 Handle packed attribute correctly by Anders Carlsson · 17 years ago
- 3fe0293 Don't call non-existent method... sorry about the spam; the fix seemed by Eli Friedman · 17 years ago
- a1321b6 Get rid of unused variable warning. by Eli Friedman · 17 years ago
- c5773c4 Split out incomplete arrays from VariableArrayType into by Eli Friedman · 17 years ago
- 9db1397 Part of clearing up the whole VariableArrayType + incomplete arrays by Eli Friedman · 17 years ago
- f78915f Get rid of AttributeList in the AST and use the new Attr class instead by Anders Carlsson · 17 years ago
- f963339 Get rid of outdated code that masks type errors. Fixes PR2036. by Eli Friedman · 17 years ago
- 438757c avoid making implicit casts that just remove typedefs. by Chris Lattner · 17 years ago
- e2c1410 Use IgnoreParenCasts. by Anders Carlsson · 17 years ago
- 56f3494 Move IgnoreParenCasts to be a method on Expr. by Chris Lattner · 17 years ago
- fabbc34 by Steve Naroff · 17 years ago
- 406db93 by Steve Naroff · 17 years ago
- 88cf226 Get rid of bogus warnings when the second argument in va_start is either an implicit cast expr or a paren expr. by Anders Carlsson · 17 years ago
- 54174e8 by Steve Naroff · 17 years ago
- b43eaa5 by Steve Naroff · 17 years ago
- a7ad98f Fix PR1992 by computing the right type for string literals, which by Chris Lattner · 17 years ago
- a541d53 Fix the type of conditionals involving void* to be self-consistent and by Eli Friedman · 17 years ago
- 3c2eb66 by Steve Naroff · 17 years ago
- 4bd6d0c by Steve Naroff · 17 years ago
- 336ed0b by Steve Naroff · 17 years ago
- efe7f36 by Steve Naroff · 17 years ago
- 8c4e5db Fix indentation. by Eli Friedman · 17 years ago
- 8e54ad0 Detabify SemaExpr. My text editor defaults to 8 spaces per tab, so it by Eli Friedman · 17 years ago
- a312ce2 Improve diagnostic for illegal array initialization. by Eli Friedman · 17 years ago
- dfab6cb Put back the top-level asm code; all tests pass now. by Anders Carlsson · 17 years ago
- 3f9424f Back out 46855 for now, it causes test failures on Darwin. by Anders Carlsson · 17 years ago
- 61900f0 Handle top-level asm declarations. by Anders Carlsson · 17 years ago
- 64ec0cc Add a FIXME for alternate address spaces. by Eli Friedman · 17 years ago
- d62701b by Steve Naroff · 17 years ago
- 5101907 Make sure to propagate qualifiers through the member operator. by Eli Friedman · 17 years ago
- 8ee3c03 move the codegen ASTConsumer out of the driver into libcodegen, by Chris Lattner · 17 years ago
- e1e7985 inform astconsumer about tagdecls as they are defined. by Chris Lattner · 17 years ago
- 2ae34ed pass the astconsumer into Sema's ctor, clean up some stuff in by Chris Lattner · 17 years ago
- e91c134 rename ASTSTreamer.{h|cpp} -> ParseAST.{h|cpp} by Chris Lattner · 17 years ago
- a0e328f kill the ASTStreamer class, inlining it into its only client: clang::ParseAST by Chris Lattner · 17 years ago
- dfab34a Handle simple asm statements correctly. by Anders Carlsson · 17 years ago
- a91d381 simplify some code. by Chris Lattner · 17 years ago
- ebb97e9 Add experimental support for address space qualified types. Address space by Christopher Lamb · 17 years ago
- c0ff1ca by Steve Naroff · 17 years ago
- f2a4b84 getPrimaryDecl can return null. by Anders Carlsson · 17 years ago
- 369dee4 It is allowed to get the address of an array subscript, even if the array has the register qualifier, if the array is really a pointer. by Anders Carlsson · 17 years ago
- 6e10a08 make some diagnostics more terse, update testcases. by Chris Lattner · 17 years ago
- fb8cc1d Sema::ActOnInstanceMessage is generally doing bad things with typedefs, but by Chris Lattner · 17 years ago
- 796ef3d Remainder of the __builtin_overload feedback by Nate Begeman · 17 years ago
- 4c49a6c by Steve Naroff · 17 years ago
- 67295d0 Implement first round of feedback on __builtin_overload by Nate Begeman · 17 years ago
- 6c751c2 Add TODO marker so that it is easier to search. by Devang Patel · 17 years ago
- 4ca0867 Ignore __aligned__ with zero arguments in addition to __aligned__ with by Eli Friedman · 17 years ago
- b1284ac Fix codegen for conditionals with incommpatible pointer types. Code by Eli Friedman · 17 years ago
- b7b032e by Steve Naroff · 17 years ago
- a0f5579 Rewriting of @synchronized. This has one FIXME in it. But this should allow @sychronized to be rewritten. by Fariborz Jahanian · 17 years ago
- fa3ee8e AST for @synchronized. by Fariborz Jahanian · 17 years ago
- 2565eef by Steve Naroff · 17 years ago
- 0493025 Use the canonical type when comparing array types so the comparison by Eli Friedman · 17 years ago
- b3c2b88 by Steve Naroff · 17 years ago
- 7dd0bd4 by Steve Naroff · 17 years ago
- 578edc6 by Steve Naroff · 17 years ago
- d6326c6 by Steve Naroff · 17 years ago
- 1dad5b2 Diagnose bad receiver type. by Fariborz Jahanian · 17 years ago