1. bb280a4 make sizeof/alignof diagnostics highlight their operand with a sourcerange. by Chris Lattner · 16 years ago
  2. b6ccaac Move isObjCObjectPointerType() from Sema to ASTContext. by Ted Kremenek · 16 years ago
  3. 4493f79 Implement nans, prefetch, and trap builtins. by Daniel Dunbar · 16 years ago
  4. 7caeabd minor cleanup to the actions interface to pass around SmallVectorImpl instead by Chris Lattner · 16 years ago
  5. b49b572 improve comments yet again, now I know what this does :) by Chris Lattner · 16 years ago
  6. be2341d http://llvm.org/bugs/show_bug.cgi?id=2523 by Nate Begeman · 16 years ago
  7. 0795232 Add Sema support for C++ classes. by Argyrios Kyrtzidis · 16 years ago
  8. c9b346d make type attribute processing static instead of methods on Sema. by Chris Lattner · 16 years ago
  9. 803d080 make the rest of the decl attribute processing methods be by Chris Lattner · 16 years ago
  10. 0b2f4da make most of Sema public. Sema is a class private to the Sema library by Chris Lattner · 16 years ago
  11. e5c5ee1 Make ProcessDeclAttributes walk the declarator structure pulling by Chris Lattner · 16 years ago
  12. 3ff30c8 move some code from all callers of ProcessDeclAttributes into by Chris Lattner · 16 years ago
  13. f2e4bd5 more attribute refactoring/renaming, no functionality change. by Chris Lattner · 16 years ago
  14. 065c5a8 more cleanups, refactor HandleVectorTypeAttribute by Chris Lattner · 16 years ago
  15. 545dd34 adjust the prototypes of a bunch of decl processing methods to take by Chris Lattner · 16 years ago
  16. 53d0ea5 Replace CurFunctionDecl and CurMethodDecl with methods getCurFunctionDecl() and getCurMethodDecl() that return the appropriate Decl through CurContext. by Argyrios Kyrtzidis · 16 years ago
  17. fbf1347 the 'mode' attribute is a decl attribute, not a type attribute. Move it to by Chris Lattner · 16 years ago
  18. 985abd9 Make Declarator::getDeclSpec() return a const reference to avoid by Chris Lattner · 16 years ago
  19. fca0ddd fix a bug handling type attributes in the declspec. declspec processing by Chris Lattner · 16 years ago
  20. 4cc18a4 Add parsing support for C++ classes. by Argyrios Kyrtzidis · 16 years ago
  21. 5a6ddbf add parser and sema support for the funny ObjC '@defs' thing. by Chris Lattner · 16 years ago
  22. 4111024 Change self/_cmd to be instances of ImplicitParamDecl instead of ParmVarDecl. by Chris Lattner · 16 years ago
  23. 7ff22b2 Introduce preliminary support for NSString format-string checking. by Ted Kremenek · 16 years ago
  24. d4cbda6 implement the alias attirbute (in both Sema and Codegen) by Nuno Lopes · 16 years ago
  25. e6f058f Clean up dead code from SemaInit landing. by Eli Friedman · 16 years ago
  26. 1b76ada Re-fix r51907 in a way which doesn't affect valid code. This essentially by Eli Friedman · 16 years ago
  27. 3c0eb16 Implementation of gcc mode attribute; this is significant because by Eli Friedman · 16 years ago
  28. c594b32 Perform stricter/more accurate checking for C99 constant expressions by Eli Friedman · 16 years ago
  29. 6cfda23 Add __builtin_frame_address and __builtin_return_address gcc builtins to by Eli Friedman · 16 years ago
  30. b85f707 Various fixes; solves (almost) all of the test regressions that would be by Eli Friedman · 16 years ago
  31. d38617c Implementation of __builtin_shufflevector, a portable builtin capable of by Eli Friedman · 16 years ago
  32. 6d6eb57 Diagnose attempts to use C++ default arguments outside of a function declaration by Douglas Gregor · 17 years ago
  33. 5251e13 Patch to refactor setter/getter names of property attributes into Selector by Fariborz Jahanian · 17 years ago
  34. a647caa Several fixes to SemaInit.cpp. It's still not enabled (since it fails a few tests). Expect to enable it very soon. by Steve Naroff · 17 years ago
  35. 46b55e5 percolate @optional/@required protocols down to ASTs for by Fariborz Jahanian · 17 years ago
  36. aebf0cb This patch is about merging ObjC2's properties declared in class by Fariborz Jahanian · 17 years ago
  37. 0cca749 Replace Sema::CheckInitializerListTypes() with a helper class (InitListChecker) that synthesizes implicit InitListExpr's when appropriate (see InitListExpr comments in Expr.h for more details). I also moved the code to SemaInit.cpp, to help reduce clutter in SemaDecl.cpp. by Steve Naroff · 17 years ago
  38. 02edb98 More ObjC2 property semantics work. Work in progress. by Fariborz Jahanian · 17 years ago
  39. 2d1c5d3 Parsing of namespaces: by Argyrios Kyrtzidis · 17 years ago
  40. 27ae6c6 initial support for recognizing __transparent_union__ attributes by Nuno Lopes · 17 years ago
  41. b5e0224 Patch to diagnose inconsistancies between properties declared in current and by Fariborz Jahanian · 17 years ago
  42. 9fdf9c6 "This patch renames by Chris Lattner · 17 years ago
  43. f009795 Clean up handling of function redeclarations by Douglas Gregor · 17 years ago
  44. 213541a OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris. by Nate Begeman · 17 years ago
  45. f624f81 Initial work for property implementation declarations. by Fariborz Jahanian · 17 years ago
  46. 1de1e74 New AST representation for each objc2's property declaration. by Fariborz Jahanian · 17 years ago
  47. e37ac4f This patch adds very basic support for parsing and type-checking class by Douglas Gregor · 17 years ago
  48. 87f3ff0 Added PushOnScopeChains method to Sema, that adds a decl to both the IdResolver and the Scope. by Argyrios Kyrtzidis · 17 years ago
  49. dae1a1a AST generation for objc2's property declarations. by Fariborz Jahanian · 17 years ago
  50. 45bc03f Minor changes per Chris L's review. by Fariborz Jahanian · 17 years ago
  51. 7f925cc Switch sema to maintaining its own scope chain information for variable by Chris Lattner · 17 years ago
  52. 1d78cc4 Patch for: by Fariborz Jahanian · 17 years ago
  53. 0442108 Add support for C++ default arguments, and rework Parse-Sema by Chris Lattner · 17 years ago
  54. eca7be6 move ObjCQualifiedIdTypesAreCompatible out of ASTContext into Sema. by Chris Lattner · 17 years ago
  55. b048c98 This patch contains these changes: by Chris Lattner · 17 years ago
  56. 0ed844b Introduce ContextDecl, patch by Argiris Kirtzidis! by Chris Lattner · 17 years ago
  57. 3110251 Change ObjCInterfaceDecl to inherit from NamedDecl (not TypeDecl). While ObjCInterfaceDecl is arguably a TypeDecl, it isn't a ScopedDecl. Since TypeDecl's are scoped, it makes sense to simply treat them as NamedDecl's. I could have fiddled a bit more with the hierarchy (in terms of creating a non-scoped TypeDecl), however this probably isn't worth the effort. by Steve Naroff · 17 years ago
  58. b327ce0 by Steve Naroff · 17 years ago
  59. c822ff4 Fix a comment typo and add a couple suggestions from Chris. by Steve Naroff · 17 years ago
  60. e8043c3 Fairly large "cleaup" related to changing ObjCCompatibleAliasDecl superclass (to inherit from NamedDecl, instead of ScopedDecl). by Steve Naroff · 17 years ago
  61. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 17 years ago[Renamed from Sema/Sema.h]
  62. 81c018d improve DeclStmt to be able to store SourceRange info correctly. by Chris Lattner · 17 years ago
  63. 440b456 Add fastcall/stdcall attribute support by Nate Begeman · 17 years ago
  64. ddee423 Add a bunch of attributes, patch by Nuno Lopes. by Chris Lattner · 17 years ago
  65. aecb383 Added support for attribute "noreturn." by Ted Kremenek · 17 years ago
  66. 50dd289 add parsing, ast building and pretty printing support for C++ throw expressions. by Chris Lattner · 17 years ago
  67. c398f0b Handle __attribute__((annotate("string"))) by Nate Begeman · 17 years ago
  68. f1d705c move type attribute processing into the creatively named ProcessTypeAttributes method. by Chris Lattner · 17 years ago
  69. fab5b45 move ConvertDeclSpecToType into Sema by Chris Lattner · 17 years ago
  70. 1abc7f6 Tabs are the enemy by Nate Begeman · 17 years ago
  71. ad14806 Handle packed attribute correctly by Anders Carlsson · 17 years ago
  72. 3c2eb66 by Steve Naroff · 17 years ago
  73. efe7f36 by Steve Naroff · 17 years ago
  74. dfab6cb Put back the top-level asm code; all tests pass now. by Anders Carlsson · 17 years ago
  75. 3f9424f Back out 46855 for now, it causes test failures on Darwin. by Anders Carlsson · 17 years ago
  76. 61900f0 Handle top-level asm declarations. by Anders Carlsson · 17 years ago
  77. 2ae34ed pass the astconsumer into Sema's ctor, clean up some stuff in by Chris Lattner · 17 years ago
  78. dfab34a Handle simple asm statements correctly. by Anders Carlsson · 17 years ago
  79. ebb97e9 Add experimental support for address space qualified types. Address space by Christopher Lamb · 17 years ago
  80. fa3ee8e AST for @synchronized. by Fariborz Jahanian · 17 years ago
  81. a996033 by Steve Naroff · 17 years ago
  82. a49e1fa by Steve Naroff · 17 years ago
  83. e2ce1d9 Implement basic overload support via a new builtin, __builtin_overload. by Nate Begeman · 17 years ago
  84. 1e0a390 Move promoteExprToType from being a static method in SemaExpr.cpp to being by Chris Lattner · 17 years ago
  85. c6fdc34 Add first pieces of support for parsing and representing by Chris Lattner · 17 years ago
  86. d0091aa by Steve Naroff · 17 years ago
  87. a526c5c Substituted all instances of the string "Objc" for "ObjC". This fixes by Ted Kremenek · 17 years ago
  88. a517e40 Minor refactoring of foreach's semantics code per Chris's suggetion. by Fariborz Jahanian · 17 years ago
  89. b7b6115 add comments for the various AssignConvertType's, and split int->pointer from pointer->int. by Chris Lattner · 17 years ago
  90. 5cf216b Merge all the 'assignment' diagnostic code into one routine, decloning by Chris Lattner · 17 years ago
  91. 1f990d6 Patch to add semantics check for ObjC2's foreacn statement. by Fariborz Jahanian · 17 years ago
  92. 4667ac3 generalize some of the conversion warnings. by Chris Lattner · 17 years ago
  93. bfe639e give better diagnostics for converting between function pointer and void*. by Chris Lattner · 17 years ago
  94. 3ba5a0f Patch to parse/build AST ObjC2's foreach statement. by Fariborz Jahanian · 17 years ago
  95. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  96. 925e60d Change Sema::ActOnCallExpr to construct the CallExpr early and put it into by Chris Lattner · 17 years ago
  97. 1b9a079 implement semantic analysis for __builtin_islessequal and friends. by Chris Lattner · 17 years ago
  98. 30ce344 refactor some code that handles sema of direct function calls. by Chris Lattner · 17 years ago
  99. 78aaae9 Fix an embarassing typo and add some very limited support for the aligned attribute. by Anders Carlsson · 17 years ago
  100. ca5eede implement correct semantic analysis for shifts. For: by Chris Lattner · 17 years ago