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