1. 98be494 remove the source location arguments to various target query methods. by Chris Lattner · 16 years ago
  2. dfab34a Handle simple asm statements correctly. by Anders Carlsson · 17 years ago
  3. a0f5579 Rewriting of @synchronized. This has one FIXME in it. But this should allow @sychronized to be rewritten. by Fariborz Jahanian · 17 years ago
  4. fa3ee8e AST for @synchronized. by Fariborz Jahanian · 17 years ago
  5. 1e0a390 Move promoteExprToType from being a static method in SemaExpr.cpp to being by Chris Lattner · 17 years ago
  6. 20552d2 Recover from user typo not having proper @interface decl and a bad foreach decl. by Fariborz Jahanian · 17 years ago
  7. 7571228 Allow messaging expression as foreach's collection expression. by Fariborz Jahanian · 17 years ago
  8. a526c5c Substituted all instances of the string "Objc" for "ObjC". This fixes by Ted Kremenek · 17 years ago
  9. 8ce5da3 Issue diagnostics if more than one declaration in objectove-c's foreach-stmt header. by Fariborz Jahanian · 17 years ago
  10. 29dcc2f twiks based on Chris's comment. No need to iterate thru a list of declarations by Fariborz Jahanian · 17 years ago
  11. a517e40 Minor refactoring of foreach's semantics code per Chris's suggetion. by Fariborz Jahanian · 17 years ago
  12. 5cf216b Merge all the 'assignment' diagnostic code into one routine, decloning by Chris Lattner · 17 years ago
  13. 1f990d6 Patch to add semantics check for ObjC2's foreacn statement. by Fariborz Jahanian · 17 years ago
  14. bfe639e give better diagnostics for converting between function pointer and void*. by Chris Lattner · 17 years ago
  15. 3ba5a0f Patch to parse/build AST ObjC2's foreach statement. by Fariborz Jahanian · 17 years ago
  16. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  17. b107ce8 Simplified setting up Method's scope before generating AST for its nody. by Fariborz Jahanian · 17 years ago
  18. 529a4ad by Steve Naroff · 17 years ago
  19. d04c6e2 Add more semantic analysis for inline asm statements. by Anders Carlsson · 17 years ago
  20. 6fa9086 Check that the clobber registers are valid. by Anders Carlsson · 17 years ago
  21. 39c47b5 Keep track of whether the asm is volatile or not. by Anders Carlsson · 17 years ago
  22. 04728b7 Check asm input and output expressions. by Anders Carlsson · 17 years ago
  23. b235fc2 Store output and input operands as well as clobber information in the AsmStmt. Ted, could you please review the serialization/deserialization code? by Anders Carlsson · 17 years ago
  24. 6a0ef4b Store inline asm code in the AST. by Anders Carlsson · 17 years ago
  25. 39f8f15 AST for objective-c's @throw statement and its pretty-printing. by Fariborz Jahanian · 17 years ago
  26. bd49a64 AST for @try statement. by Fariborz Jahanian · 17 years ago
  27. 161a9c5 AST for @finally statement. by Fariborz Jahanian · 17 years ago
  28. 3b1191d AST build for @catch clause (this is work in progress). by Fariborz Jahanian · 17 years ago
  29. fe79595 Implement *skeletal* support for representing GNU inline asm stmts in the AST, by Chris Lattner · 17 years ago
  30. 2d85f8b Emit a warning when the body of an if block is a NullStmt. by Anders Carlsson · 17 years ago
  31. c7229c3 move IdentifierTable.h from liblex to libbasic. by Chris Lattner · 17 years ago
  32. 764a7ce Make case sorting deterministic by not depending on pointer by Chris Lattner · 17 years ago
  33. 1b273c4 Rename statement actions (from Parse-prefix to ActOn-prefix). by Steve Naroff · 17 years ago
  34. 1ff4f0c Updated VC++ build system. Silenced a couple of VC++ warnings. by Hartmut Kaiser · 17 years ago
  35. 9474504 by Steve Naroff · 17 years ago
  36. 8e74c93 by Steve Naroff · 17 years ago
  37. 61f6216 Added LabelLoc to GotoStmt to record the source location of the label token by Ted Kremenek · 17 years ago
  38. 0e85a27 Add a method required by the VC++ STL, patch by Hartmut Kaiser! by Chris Lattner · 17 years ago
  39. 9dcbfa4 by Steve Naroff · 17 years ago
  40. 507f2d5 by Steve Naroff · 17 years ago
  41. b5a6958 by Steve Naroff · 17 years ago
  42. 98414c1 Fix a bug/missing-feature Ted noticed: the 'unused' warning should not by Chris Lattner · 17 years ago
  43. ba61556 Emit a slightly better warning for unused values for unary and binary operators: by Chris Lattner · 17 years ago
  44. ae3b701 now that all the infrastructure is in place, enforce C99 6.8.5p3. by Chris Lattner · 17 years ago
  45. 36c4b0e If the condition of a for statement is promoted, make sure the by Chris Lattner · 17 years ago
  46. c30ebfb extwarn about decls intermixed with code in c89 mode. by Chris Lattner · 17 years ago
  47. 45a566c implement a fixme: __extension__ marker on decls in compound stmts. by Chris Lattner · 17 years ago
  48. 6e844ad Fix a bug reported by Keith Bauer by Chris Lattner · 17 years ago
  49. b2137ae in the truncation case, make sure to propagate the sign correctly, this by Chris Lattner · 17 years ago
  50. 0471f5b finish off switch case overlap checking, adding support for by Chris Lattner · 17 years ago
  51. 6efc4d3 detect and diagnose empty case ranges: by Chris Lattner · 17 years ago
  52. f334850 fix a segfault in cases where there are no cases. by Chris Lattner · 17 years ago
  53. b2ec9d6 report duplicate case values. TODO: report duplicate/overlapping ranges. by Chris Lattner · 17 years ago
  54. f4021e7 start checking case values of switch stmts more closely. Emit overflow by Chris Lattner · 17 years ago
  55. 06de276 Added extra semantic checking to do basic detection of by Ted Kremenek · 17 years ago
  56. 6a2394c Removed dead variable "hadError" in ParseReturnStmt. by Ted Kremenek · 17 years ago
  57. e1b31fe Implement syntax/semantic analysis for OCU Vector Components. by Steve Naroff · 17 years ago
  58. 700204c by Steve Naroff · 17 years ago
  59. 8a87e57 correctly verify that default and case are in a switchstmt, by Chris Lattner · 17 years ago
  60. c1fcb77 Refactor switch analysis to make it possible to detect duplicate case values by Anders Carlsson · 17 years ago
  61. 0fa152e Two fixes: by Chris Lattner · 17 years ago
  62. 6c36be5 Add initial switch stmt support, patch by Anders Carlsson! by Chris Lattner · 17 years ago
  63. c80b4ee by Steve Naroff · 17 years ago
  64. 590b664 Refactor code so that isIntegerConstantExpr has an ASTContext available. by Chris Lattner · 17 years ago
  65. 90045e8 by Steve Naroff · 17 years ago
  66. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago