1. 4330d65 remove "; candidates are/is:" from various ambiguity diagnostics. by Chris Lattner · 16 years ago
  2. 9add317 Static variables and functions won't collide with standard library by Douglas Gregor · 16 years ago
  3. 574aa40 Make PragmaPackStack be a private class in SemaAttr and make its by Chris Lattner · 16 years ago
  4. 3e00bad Added ClassTemplateSpecializationDecl, which is a subclass of by Douglas Gregor · 16 years ago
  5. f50adff copying and assignment of sema seem unwise :) by Chris Lattner · 16 years ago
  6. 5a0c351 move attribute(packed) sema support out of SemaDecl into a new SemaAttr.cpp file. by Chris Lattner · 16 years ago
  7. 396b2a2 Diagnose non-power-of-2 arguments to attribute aligned. by Daniel Dunbar · 16 years ago
  8. ef2abfe Support IRgen of sqrt -> llvm.sqrt, pow -> llvm.pow. by Daniel Dunbar · 16 years ago
  9. 4310f4e Make "implicit int" an error in C++ (unless we're allowing Microsoft by Douglas Gregor · 16 years ago
  10. 22bd905 diagnose uses of deprecated typenames and tags. by Chris Lattner · 16 years ago
  11. b1152d8 Supply the header corresponding to a library builtin as a separate argument to the LIBBUILTIN macro by Douglas Gregor · 16 years ago
  12. ecb81f2 random cleanup by Chris Lattner · 16 years ago
  13. c7984dd warn about interfaces that inherit from deprecated classes. by Chris Lattner · 16 years ago
  14. 16b34b4 warn about categories that implement deprecated interfaces. by Chris Lattner · 16 years ago
  15. 70f1954 early exit on error. This code is creating an invalid decl on error. This is by Chris Lattner · 16 years ago
  16. 73525de enhance ExtVectorElementExpr to allow V->xxyy to work like (*V).xxyy by Chris Lattner · 16 years ago
  17. 450da98 When merging from a function with a prototype to a function without a by Douglas Gregor · 16 years ago
  18. 4247c07 Remove an unused variable (which caused a warning). by Fariborz Jahanian · 16 years ago
  19. f15970c do not warn about uses of deprecated decls when in an out-of-line objc method by Chris Lattner · 16 years ago
  20. a5afdd0 Remove FindIvarDeclaration. Use lookupInstanceVariable is is functionally by Fariborz Jahanian · 16 years ago
  21. c71e28c When inside an Objective-C++ method, name lookup should look into the by Douglas Gregor · 16 years ago
  22. ffed163 add assertion by Chris Lattner · 16 years ago
  23. bdbde4d code cleanup by Chris Lattner · 16 years ago
  24. 7eba82e Add support for deprecating ObjC properties. Unlike GCC, we warn that the by Chris Lattner · 16 years ago
  25. 97a5887 propagate attributes onto property decls. by Chris Lattner · 16 years ago
  26. 6871981 When a function with a prototype is redeclared without a prototype, by Douglas Gregor · 16 years ago
  27. cda9c67 Adopt a more principled approach to invalid declarations: by Douglas Gregor · 16 years ago
  28. 553905d add support for deprecated objc ivars. by Chris Lattner · 16 years ago
  29. cfdff38 Add support for deprecated members of RecordDecls (e.g. struct fields). by Chris Lattner · 16 years ago
  30. 9af5e67 Untabify. by Ben Laurie · 16 years ago
  31. b104b1f Don't allow taking the address of an element in an ext_vector by Nate Begeman · 16 years ago
  32. 8e9dcb7 lots of trailing whitespace by Chris Lattner · 16 years ago
  33. 76a642f Refactor the deprecated and unavailable checks into a new by Chris Lattner · 16 years ago
  34. 1251bb8 implement support for attribute(unavailable) on objc methods. by Chris Lattner · 16 years ago
  35. 61a0f17 allow implementations of deprecated functions to use deprecated symbols. by Chris Lattner · 16 years ago
  36. f244cd7 Add a test case for -ffreestanding that redefines malloc. by Douglas Gregor · 16 years ago
  37. 3d65864 Add svn:eol-style=native to some files by Cedric Venet · 16 years ago
  38. 59843ad Add support for deprecated Obj-C methods. The semantics mostly match what gcc has. by Anders Carlsson · 16 years ago
  39. 3c385e5 Add hook to add attributes to function declarations that we know by Douglas Gregor · 16 years ago
  40. ff975cf Pass the location of the start of the selector to ActOnClassMessage/ActOnInstanceMessage. by Anders Carlsson · 16 years ago
  41. 45ce5c3 simplify some code. by Chris Lattner · 16 years ago
  42. 0db29ec add parser and type checking support for attribute((objc_exception)). by Chris Lattner · 16 years ago
  43. 026dc96 Several related changes: by Chris Lattner · 16 years ago
  44. 90e150d reduce nesting. by Chris Lattner · 16 years ago
  45. 370ab3f Make it possible for builtins to expression FILE* arguments, so that by Douglas Gregor · 16 years ago
  46. a316e7b Extend builtin "attribute" syntax to include a notation for by Douglas Gregor · 16 years ago
  47. 3e41d60 Implicitly declare certain C library functions (malloc, strcpy, memmove, by Douglas Gregor · 16 years ago
  48. 186204b Warn about attribute used ignored on "extern int a __attribute__((used))". by Daniel Dunbar · 16 years ago
  49. 56cd21b If x is an invalid field decl, don't construct an expression for P->x, by Chris Lattner · 16 years ago
  50. b805dad Sema/AST support for attribute used. Patch by Anders Johnson (with small tweaks & test case)! by Daniel Dunbar · 16 years ago
  51. 9653db7 Remove DeclGroupOwningRef, since we intend for declarations to be owned by Douglas Gregor · 16 years ago
  52. b235caa Start warning about unknown attributes. by Anders Carlsson · 16 years ago
  53. 05f8e47 Add a new Ignored attribute type, and use it for may_alias. by Anders Carlsson · 16 years ago
  54. e896d98 Add CodeGen support for the nodebug attribute. by Anders Carlsson · 16 years ago
  55. d87df37 Add sema support for the nodebug attribute. by Anders Carlsson · 16 years ago
  56. f98aba3 Initial implementation of arbitrary fixed-width integer types. by Eli Friedman · 16 years ago
  57. ae17094 Tighten checking of the "overloadable" attribute. If any function by a by Douglas Gregor · 16 years ago
  58. 1fd0361 Fix <rdar://problem/6499801> clang does not detect objc type mismatch in conditional expr by Steve Naroff · 16 years ago
  59. dfb5e59 Fix a bug with designated initializers where we were stepping out of a by Douglas Gregor · 16 years ago
  60. 4ab2414 Sema::ActOnObjCAtThrowStmt(): return from recently added errors. Thanks Chris! by Steve Naroff · 16 years ago
  61. 389bf46 Several cleanups: by Steve Naroff · 16 years ago
  62. 17f194f Support __attribute__(section(<name>)) by Daniel Dunbar · 16 years ago
  63. 3dcfe10 Turn warning into error. Minor incompatibility with GCC (for scalar types, GCC only produces a warning). by Steve Naroff · 16 years ago
  64. b7b5d13 Expand the definition of a complex promotion to include complex -> by Douglas Gregor · 16 years ago
  65. 5cdf821 Introduce _Complex conversions into the function overloading by Douglas Gregor · 16 years ago
  66. 1a35fde Fix comment. by Mike Stump · 16 years ago
  67. f9201e0 Initial implementation of function overloading in C. by Douglas Gregor · 16 years ago
  68. 1bc6913 Appease the language lawyers by Douglas Gregor · 16 years ago
  69. e21dd6f Fix <rdar://problem/6243503> [sema] @throw; accepted outside catch block. by Steve Naroff · 16 years ago
  70. cc45cb3 Finished semantic analysis of non-type template arguments, to check by Douglas Gregor · 16 years ago
  71. 5fa77e9 Avoid bogus warning. by Mike Stump · 16 years ago
  72. 8e6563b Reverted r64307. Moved hasSameType and hasSameUnqualifiedType from by Douglas Gregor · 16 years ago
  73. 62cb18d Allow the use of default template arguments when forming a class by Douglas Gregor · 16 years ago
  74. 7151bbb Fix <rdar://problem/6206858> [sema] type check @throw statements. by Steve Naroff · 16 years ago
  75. 26a0bdb Rename Sema::hasSameType to QualType::isSameAs by Douglas Gregor · 16 years ago
  76. 658bbb5 Implement semantic checking for template arguments that correspond to by Douglas Gregor · 16 years ago
  77. b86b057 Add semantic checking for template arguments that correspond to by Douglas Gregor · 16 years ago
  78. f684e6e Semantic checking for template arguments that correspond to non-type by Douglas Gregor · 16 years ago
  79. a35284b Add partial semantic checking of template arguments that are meant for by Douglas Gregor · 16 years ago
  80. 6ae5e66 Add type-checking and implicit conversions for template parameters of by Douglas Gregor · 16 years ago
  81. 0bfe54f GNU allows structs with flexible array members to be placed inside by Douglas Gregor · 16 years ago
  82. d684b00 Implement parsing, semantic analysis and ASTs for default template by Douglas Gregor · 16 years ago
  83. 5d290d5 Semantic analysis for non-type template parameter declarations. by Douglas Gregor · 16 years ago
  84. 8b64259 Teach the type-id/expression disambiguator about different by Douglas Gregor · 16 years ago
  85. dd0574e Check template template arguments against their corresponding template by Douglas Gregor · 16 years ago
  86. c15cb38 Rudimentary checking of template arguments against their corresponding by Douglas Gregor · 16 years ago
  87. 668bf91 CallExpr now uses ASTContext's allocate to allocate/delete its array of subexpressions. by Ted Kremenek · 16 years ago
  88. fdf5569 When handling "the rest" of a designated array subobject, maybe sure by Douglas Gregor · 16 years ago
  89. 5908e9f Eliminate TemplateArg so that we only have a single kind of by Douglas Gregor · 16 years ago
  90. 55f6b14 Start processing template-ids as types when the template-name refers by Douglas Gregor · 16 years ago
  91. 00e68e2 Update new expression to make use of Declarator::getSourceRange(). by Sebastian Redl · 16 years ago
  92. ab197ba Implement Declarator::getSourceRange(). by Sebastian Redl · 16 years ago
  93. fb7413f Allocate the subexpression array for OberloadExpr from ASTContext's allocator. by Ted Kremenek · 16 years ago
  94. 1a51b4a Make Sema::getTypeName return the opaque pointer of a QualType rather by Douglas Gregor · 16 years ago
  95. 00d5074 Fix redundant errors with missing default arguments in member declarations. by Sebastian Redl · 16 years ago
  96. 89ef6e0 Fix redundant errors for redefinitions with multiple existing definitions. by Sebastian Redl · 16 years ago
  97. 89941c1 Improve Sema of the cleanup attribute somewhat. by Anders Carlsson · 16 years ago
  98. 7c8bd60 Move CheckPointerToMemberOperands to SemaExprCXX.cpp by Sebastian Redl · 16 years ago
  99. 169a266 Use 'Destroy(Context)' instead of 'Context.Deallocate()' (does recursive freeing of memory). by Ted Kremenek · 16 years ago
  100. 8189cde Overhaul of Stmt allocation: by Ted Kremenek · 16 years ago