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. ddee423 Add a bunch of attributes, patch by Nuno Lopes. by Chris Lattner · 16 years ago
  8. 7e669b2 Add support for attribute(deprecated), patch by Nuno Lopes! by Chris Lattner · 16 years ago
  9. f5c93c1 Added parsing of attributes for functions. by Ted Kremenek · 16 years ago
  10. aecb383 Added support for attribute "noreturn." by Ted Kremenek · 16 years ago
  11. a73349d Fix PR2092 by making sure the sign of the enum value follows the by Chris Lattner · 17 years ago
  12. c81c814 convert tabs to spaces, patch by Mike Stump! by Chris Lattner · 17 years ago
  13. c398f0b Handle __attribute__((annotate("string"))) by Nate Begeman · 17 years ago
  14. 7654914 Collect and build and process type attributes on pointers. For by Chris Lattner · 17 years ago
  15. 74788ba Correctly handle address space qualifiers in declspecs. This by Chris Lattner · 17 years ago
  16. 2070d80 rename some methods. by Chris Lattner · 17 years ago
  17. 212839c Use getKind() in HandleDeclAttribute instead of decoding the string inline. by Chris Lattner · 17 years ago
  18. f46699c Alternate address spaces work: by Chris Lattner · 17 years ago
  19. b7894b5 Turn handling of parameter attributes back on, fixing the ObjC breakage by Nate Begeman · 17 years ago
  20. 0e4c627 Revert this temporarily, it's breaking objc :/ by Nate Begeman · 17 years ago
  21. 6d20d03 Handle parameter attributes by Nate Begeman · 17 years ago
  22. 5280408 Fix PR2042. One remaining issue: we don't currently diagnose by Chris Lattner · 17 years ago
  23. 042c4e7 Better handling of the aligned attribute. by Anders Carlsson · 17 years ago
  24. e9ba323 Fix CheckEndOfDirective to diagnose lines that contain macros that expand to by Chris Lattner · 17 years ago
  25. 425a609 Fix typo by Anders Carlsson · 17 years ago
  26. ad14806 Handle packed attribute correctly by Anders Carlsson · 17 years ago
  27. 3fe0293 Don't call non-existent method... sorry about the spam; the fix seemed by Eli Friedman · 17 years ago
  28. a1321b6 Get rid of unused variable warning. by Eli Friedman · 17 years ago
  29. c5773c4 Split out incomplete arrays from VariableArrayType into by Eli Friedman · 17 years ago
  30. 9db1397 Part of clearing up the whole VariableArrayType + incomplete arrays by Eli Friedman · 17 years ago
  31. f78915f Get rid of AttributeList in the AST and use the new Attr class instead by Anders Carlsson · 17 years ago
  32. f963339 Get rid of outdated code that masks type errors. Fixes PR2036. by Eli Friedman · 17 years ago
  33. fabbc34 by Steve Naroff · 17 years ago
  34. 406db93 by Steve Naroff · 17 years ago
  35. 54174e8 by Steve Naroff · 17 years ago
  36. b43eaa5 by Steve Naroff · 17 years ago
  37. a312ce2 Improve diagnostic for illegal array initialization. by Eli Friedman · 17 years ago
  38. dfab6cb Put back the top-level asm code; all tests pass now. by Anders Carlsson · 17 years ago
  39. 3f9424f Back out 46855 for now, it causes test failures on Darwin. by Anders Carlsson · 17 years ago
  40. 61900f0 Handle top-level asm declarations. by Anders Carlsson · 17 years ago
  41. d62701b by Steve Naroff · 17 years ago
  42. e1e7985 inform astconsumer about tagdecls as they are defined. by Chris Lattner · 17 years ago
  43. a91d381 simplify some code. by Chris Lattner · 17 years ago
  44. ebb97e9 Add experimental support for address space qualified types. Address space by Christopher Lamb · 17 years ago
  45. 4c49a6c by Steve Naroff · 17 years ago
  46. 6c751c2 Add TODO marker so that it is easier to search. by Devang Patel · 17 years ago
  47. 4ca0867 Ignore __aligned__ with zero arguments in addition to __aligned__ with by Eli Friedman · 17 years ago
  48. b7b032e by Steve Naroff · 17 years ago
  49. 0493025 Use the canonical type when comparing array types so the comparison by Eli Friedman · 17 years ago
  50. 7dd0bd4 by Steve Naroff · 17 years ago
  51. 578edc6 by Steve Naroff · 17 years ago
  52. d6326c6 by Steve Naroff · 17 years ago
  53. a996033 by Steve Naroff · 17 years ago
  54. 0cbc215 Fix a bug recovering from broken code with a goto that Eli reported. by Chris Lattner · 17 years ago
  55. a49e1fa by Steve Naroff · 17 years ago
  56. ca10730 Sema::CheckInitializerTypes(). Start simpliying and cleaning up... by Steve Naroff · 17 years ago
  57. 9a75f8a by Steve Naroff · 17 years ago
  58. d3cd1e5 by Steve Naroff · 17 years ago
  59. 837618c by Steve Naroff · 17 years ago
  60. 21dd821 Fix build issue on cygwin, patch by Sam Bishop by Chris Lattner · 17 years ago
  61. adbbd0c by Steve Naroff · 17 years ago
  62. c6fdc34 Add first pieces of support for parsing and representing by Chris Lattner · 17 years ago
  63. d0091aa by Steve Naroff · 17 years ago
  64. ffce4d5 by Steve Naroff · 17 years ago
  65. 4a74678 by Steve Naroff · 17 years ago
  66. a526c5c Substituted all instances of the string "Objc" for "ObjC". This fixes by Ted Kremenek · 17 years ago
  67. 5cf216b Merge all the 'assignment' diagnostic code into one routine, decloning by Chris Lattner · 17 years ago
  68. bfe639e give better diagnostics for converting between function pointer and void*. by Chris Lattner · 17 years ago
  69. 529bd02 When promoting array to pointer for argument, don't lose type qualifiers. by Chris Lattner · 17 years ago
  70. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  71. abf5ad0 Fix the embarassing typo for real this time (- vs _), sorry about breaking the tests Steve. by Anders Carlsson · 17 years ago
  72. 0592cbe by Steve Naroff · 17 years ago
  73. 78aaae9 Fix an embarassing typo and add some very limited support for the aligned attribute. by Anders Carlsson · 17 years ago
  74. 6ede0ff Normalize attribute names if possible so we won't have to do two strcmps for every attribute. by Anders Carlsson · 17 years ago
  75. 54b263b fix broken assert. by Chris Lattner · 17 years ago
  76. 6e99978 Fix const propagation bug. by Chris Lattner · 17 years ago
  77. 4d83220 by Steve Naroff · 17 years ago
  78. 9c728dc TargetInfo no longer includes a reference to SourceManager. by Ted Kremenek · 17 years ago
  79. 4d39148 split objc pieces of SemaDecl.cpp out into SemaDeclObjC.cpp by Chris Lattner · 17 years ago
  80. 33b7b06 simplify code now that isConstantExpr really does always return a loc. by Chris Lattner · 17 years ago
  81. 0105556 For @optional unimplemented methods do not issue the warning. by Fariborz Jahanian · 17 years ago
  82. afedd22 by Steve Naroff · 17 years ago
  83. 32150f3 by Steve Naroff · 17 years ago
  84. 2fdc374 by Steve Naroff · 17 years ago
  85. 32c3904 by Steve Naroff · 17 years ago
  86. 9bcb5fc by Steve Naroff · 17 years ago
  87. 677cda1 Revert DidWarn change - It won't catch all cases anyway and GCC warns for every excess element. Maybe later we can add back the limit and make it smarter. by Anders Carlsson · 17 years ago
  88. e638639 by Steve Naroff · 17 years ago
  89. b107ce8 Simplified setting up Method's scope before generating AST for its nody. by Fariborz Jahanian · 17 years ago
  90. f0049e6 Handle initializing vector elements correctly. Emit just one warning if there are excess initializers, instead of one per initializer. by Anders Carlsson · 17 years ago
  91. 8b1be77 restore these lines, which fixes some regtest failures. by Chris Lattner · 17 years ago
  92. 2efcd2f improve VC++ compatibility, patch by Cédric Venet. by Chris Lattner · 17 years ago
  93. 89307ff by Steve Naroff · 17 years ago
  94. 48b1239 Update the initializer's type, in addition to the decl, if we've changed the type of the decl based on it. by Christopher Lamb · 17 years ago
  95. 1f64432 by Steve Naroff · 17 years ago
  96. b751c28 Fix a bug checking for 'int foo(void)' that didn't look through typedefs of void. by Chris Lattner · 17 years ago
  97. f471f2e Set loc earlier in CheckSingleInitializer to avoid emitting a by Chris Lattner · 17 years ago
  98. 529a4ad by Steve Naroff · 17 years ago
  99. 7ee261c handle __vector_size__ like vector_size by Chris Lattner · 17 years ago
  100. 5519644 Improve function decl merging, patch by Oliver Hunt! by Chris Lattner · 17 years ago