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