1. 363bcff by Steve Naroff · 17 years ago
  2. d34e915 by Steve Naroff · 17 years ago
  3. 8d1a3b8 by Steve Naroff · 17 years ago
  4. 02c642e remove more explicit accesses to the canonical type pointer. by Chris Lattner · 17 years ago
  5. 2dcb6bb simplify some type checking code, don't explicitly access canonical types. by Chris Lattner · 17 years ago
  6. c862963 split the rest of the type predicates into pure predicates: by Chris Lattner · 17 years ago
  7. a1d9fde rename isReferenceType to follow the new scheme. by Chris Lattner · 17 years ago
  8. befee48 make isPointerType() a pure predicate, rename the by Chris Lattner · 17 years ago
  9. d1861fd by Steve Naroff · 17 years ago
  10. d51d890 Don't use canonical type for sema here. In by Chris Lattner · 17 years ago
  11. fec0b49 Finish up semantic analysis for vector components. by Steve Naroff · 17 years ago
  12. bea0b34 by Steve Naroff · 17 years ago
  13. 31a4584 by Steve Naroff · 17 years ago
  14. e1b31fe Implement syntax/semantic analysis for OCU Vector Components. by Steve Naroff · 17 years ago
  15. 08f794b Fix the following bogus diagnostic...reported by Jeroen. by Steve Naroff · 17 years ago
  16. dfa6aae by Steve Naroff · 17 years ago
  17. 82c7e6d - Fix commit in Parser.h (patch by Kevin Andre). by Steve Naroff · 17 years ago
  18. e80a59c Fix a couple of bugs, add some new cool stuff. by Chris Lattner · 17 years ago
  19. 700204c by Steve Naroff · 17 years ago
  20. ab18c4c implement ast building and trivial semantic analysis of stmt exprs. by Chris Lattner · 17 years ago
  21. 8a87e57 correctly verify that default and case are in a switchstmt, by Chris Lattner · 17 years ago
  22. c1fcb77 Refactor switch analysis to make it possible to detect duplicate case values by Anders Carlsson · 17 years ago
  23. 78c75fb recover from void argument types more nicely. by Chris Lattner · 17 years ago
  24. 4565d4e better wording for an error, suggested by Neil. by Chris Lattner · 17 years ago
  25. 2274266 Implement code generation for __func__, __FUNCTION__ and __PRETTY_FUNCTION__ by Anders Carlsson · 17 years ago
  26. 2ff5426 improve and simplify error recovery for calls, fix a crash when diagnosing by Chris Lattner · 17 years ago
  27. eddbe03 fix a warning on some compilers by Chris Lattner · 17 years ago
  28. d472b31 Fix off-by-one error when emitting diagnostics. Also, make diagnostic by Chris Lattner · 17 years ago
  29. 74c469f move some casts up to the entry of the function for clarity. by Chris Lattner · 17 years ago
  30. 0fa152e Two fixes: by Chris Lattner · 17 years ago
  31. d217773 At one point there were going to be lexer and parser tokens. by Chris Lattner · 17 years ago
  32. aff1edd Finish fixing crasher with compound literals. by Steve Naroff · 17 years ago
  33. 4aa88f8 by Steve Naroff · 17 years ago
  34. 5265af5 Fix a crasher that Neil reported: Sema::GetTypeForDeclarator should never by Chris Lattner · 17 years ago
  35. 7332292 by Steve Naroff · 17 years ago
  36. 75af480 Cast to void is valid, patch by Benoit Boissinot by Chris Lattner · 17 years ago
  37. 6c36be5 Add initial switch stmt support, patch by Anders Carlsson! by Chris Lattner · 17 years ago
  38. ccb4af8 Use the correct method for getting the ReferenceType from a QualType. by Bill Wendling · 17 years ago
  39. ea5e79f Change dyn_cast for reference types to be more like pointers and not need the canonical type. Also fix so that we're not expecting a return value from a void function by Bill Wendling · 17 years ago
  40. 08ad47c Fix references: by Bill Wendling · 17 years ago
  41. a4332e2 by Steve Naroff · 17 years ago
  42. 16beff8 by Steve Naroff · 17 years ago
  43. 3e5e556 by Steve Naroff · 17 years ago
  44. c80b4ee by Steve Naroff · 17 years ago
  45. 2682490 Fix a GCC warning: by Chris Lattner · 17 years ago
  46. 7a2e047 Now that isPointerType can return a pointer type, avoid stripping off typedef by Chris Lattner · 17 years ago
  47. 12d9ff6 Use the return value of isPointerType and isVectorType to significantly simplify by Chris Lattner · 17 years ago
  48. 727a80d rename variables to be more consistent. Always use LHS/RHS intead of T1/T2 sometimes. by Chris Lattner · 17 years ago
  49. 590b664 Refactor code so that isIntegerConstantExpr has an ASTContext available. by Chris Lattner · 17 years ago
  50. fa2eaab by Steve Naroff · 17 years ago
  51. d2d2a11 A significant refactoring of the type size stuff to also by Chris Lattner · 17 years ago
  52. 90045e8 by Steve Naroff · 17 years ago
  53. a7674d8 Move getSize() out of type, into ASTContext, where it has target info, and by Chris Lattner · 17 years ago
  54. 7a543ad Unspecified type specs default to int. This fixes a crash by Chris Lattner · 17 years ago
  55. ba61c14 Removed some superfluous code. The getType() method and associated by Steve Naroff · 17 years ago
  56. 49b4526 by Steve Naroff · 17 years ago
  57. 8b9023b Implement codegen for + and - with pointers. Patch contributed by Keith Bauer. by Chris Lattner · 17 years ago
  58. c63b96a by Steve Naroff · 17 years ago
  59. 24c3990 remember the initializer for a variable in the AST and teach the by Chris Lattner · 17 years ago
  60. 1c2a65b Fix a release build of clang. by Chris Lattner · 17 years ago
  61. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago