1. de3abf8 AST for @finally statement. by Fariborz Jahanian · 17 years ago
  2. 0679836 AST build for @catch clause (this is work in progress). by Fariborz Jahanian · 17 years ago
  3. 414bf8f Simplified Serialization code for SourceLocation and SourceRange, and by Ted Kremenek · 17 years ago
  4. 7095248 Bunch of class declarations for objective-c's @try-catch statement. by Fariborz Jahanian · 17 years ago
  5. 7a78e43 Rename classes and collections that maintain record layout information. by Devang Patel · 17 years ago
  6. e1fed7a Implemented serialization of QualTypes within ASTContext. Clarified by Ted Kremenek · 17 years ago
  7. 65e7eb5 Remaining work to collect objective-c's type qualifiers and use them to encode by Fariborz Jahanian · 17 years ago
  8. b114738 by Steve Naroff · 17 years ago
  9. 4816a0c Changed serialization/deserialization of BuiltinTypes to explicitly serialize by Ted Kremenek · 17 years ago
  10. 48532db Reverted unnecessary inlining of operator!=, since negating operator== is by Ted Kremenek · 17 years ago
  11. f616a24 Propagate bitfield info. by Devang Patel · 17 years ago
  12. c8a92d1 by Steve Naroff · 17 years ago
  13. 5003e8b add support for vector type compatibility checking. Patch by Nate Begeman. by Chris Lattner · 17 years ago
  14. 77d081b by Steve Naroff · 17 years ago
  15. 42e86b6 Implement test/Sema/init.c by treating functions as constants. by Chris Lattner · 17 years ago
  16. 9be009e Put constant CFStrings in the __DATA,__cfstring section. by Anders Carlsson · 17 years ago
  17. 783e143 Stub out codegen for __builtin_constant_p. Remove any implicit cast exprs in the call to __builtin___CFStringMakeConstantString. by Anders Carlsson · 17 years ago
  18. 9f5bf52 Remove unnecessary method. by Devang Patel · 17 years ago
  19. 9889c1a start adding pading fields. by Devang Patel · 17 years ago
  20. 2fd0daa 1) More additions for objective-c's qualifier type. by Fariborz Jahanian · 17 years ago
  21. 44db38f Fix a typo that prevented pointer-to-int conversions from working. by Anders Carlsson · 17 years ago
  22. e3575e6 Refactor code into a separate method. by Devang Patel · 17 years ago
  23. fb4f6a3 Fixed a bug exposed by fixing the assert in previous patch (one of the tests asserted). by Fariborz Jahanian · 17 years ago
  24. 2a3c776 Changed direction of assert. Added more comments. by Fariborz Jahanian · 17 years ago
  25. 68228a9 Implemented more of serialization/deserialization for ASTContext. We now by Ted Kremenek · 17 years ago
  26. 809b4f0 by Steve Naroff · 17 years ago
  27. 0ae1541 Handle function calls that return aggregate expressions. by Anders Carlsson · 17 years ago
  28. 6dab49b More infrastructure to recognize objective-c's type qualifiers (in,inout, etc.) by Fariborz Jahanian · 17 years ago
  29. 85efa66 New test to verify llvm struct layout. by Devang Patel · 17 years ago
  30. 125e584 Check whether next slot meets field type's alignment requirements. by Devang Patel · 17 years ago
  31. ebeb428 by Steve Naroff · 17 years ago
  32. a092334 Implemented short-circuited version of Builtin::Info::operator!=. by Ted Kremenek · 17 years ago
  33. 5a61ca5 Keep track of field offsets during structure layout. Take 2. by Devang Patel · 17 years ago
  34. a8fccb8 Take 2. by Devang Patel · 17 years ago
  35. 9af4d5c Adjusted QualType deserialization to reflect updated deserialization API. by Ted Kremenek · 17 years ago
  36. 32e20f9 Initialize MemCpyFn by Devang Patel · 17 years ago
  37. 8709373 Fixed problem with rewriting stand-alone @implementation (with no matching @interface). by Fariborz Jahanian · 17 years ago
  38. ae84af8 by Steve Naroff · 17 years ago
  39. 215c2c8 Preliminary support for serializing statements. by Ted Kremenek · 17 years ago
  40. 81a1029 Updated path to clang.cpp in build documentation. by Ted Kremenek · 17 years ago
  41. 1a4a663 Updated build instructions to not include an absolute line number in clang.cpp to add hard-coded paths. by Ted Kremenek · 17 years ago
  42. 27f9c9b Updated a comment to hopefully silence a Lattner warning. by Ted Kremenek · 17 years ago
  43. c825319 Implemented serialization of Variable Array Types (VLAs). by Ted Kremenek · 17 years ago
  44. 6acfa2b Rewriteing of ivars changed to just copy directly from the source. by Fariborz Jahanian · 17 years ago
  45. 738e6c0 Renamed ivar "ArrayTypes" in ASTContext to "ComplexArrayTypes". by Ted Kremenek · 17 years ago
  46. 5b77c21 by Steve Naroff · 17 years ago
  47. c6b7175 After Anders check-in, we can now encode 'Class' type. by Fariborz Jahanian · 17 years ago
  48. 19cb0e4 Added a few clarifying steps the the "building clang" section. by Ted Kremenek · 17 years ago
  49. 07e8232 temporarily revert devang's patch to link in the llvm codegen etc. by Chris Lattner · 17 years ago
  50. 05d6ff5 by Steve Naroff · 17 years ago
  51. 7f23e3d Encode Class, SEL and Objective-C objects. by Anders Carlsson · 17 years ago
  52. 6e05ca9 Keep track of field offsets during structure layout. by Devang Patel · 17 years ago
  53. 2f1a2fc Make target info available to clang code generator. by Devang Patel · 17 years ago
  54. 2e09e44 Added new type and bitfield fields in some decl types in preparation for objective-c's type qualifiers. by Fariborz Jahanian · 17 years ago
  55. 2d9b34b Avoid unnecessary PATypeHolder copy. by Devang Patel · 17 years ago
  56. 02a82aa by Steve Naroff · 17 years ago
  57. 7670cca Updated some comments. by Ted Kremenek · 17 years ago
  58. 5bf7202 __real__ and __imag__ can be lvalues. Add support to ast and codegen for them. by Chris Lattner · 17 years ago
  59. 7c6c0fd Refactored CFG construction code that processes DeclStmts to use StmtIterator. by Ted Kremenek · 17 years ago
  60. 08a10cc Refactor code into a separate method. by Devang Patel · 17 years ago
  61. dd364ea Removed SrcMgr::FileInfo and SrcMgr::InfoRec and replaced them with a by Ted Kremenek · 17 years ago
  62. 193c125 Tightened IgnoreParen. by Ted Kremenek · 17 years ago
  63. 0f2a8fb Fix 80 col violations. by Devang Patel · 17 years ago
  64. 77470dc minor tweaks by Chris Lattner · 17 years ago
  65. 2c6e283 Use by Devang Patel · 17 years ago
  66. b9b9361 Fixed tests. by Fariborz Jahanian · 17 years ago
  67. cb034cb minor code cleanup by Chris Lattner · 17 years ago
  68. c48deec shrinkify storage class to a bitfield, add a fixme about merging it in the future. by Chris Lattner · 17 years ago
  69. ce6c837 Remove commented out line. by Devang Patel · 17 years ago
  70. c0e96dd Revisited my last patch to be able to do encoding of ivar types with 'id'. by Fariborz Jahanian · 17 years ago
  71. acc56d4 update some comments. by Chris Lattner · 17 years ago
  72. fe54770 Avoid using macro expansions, which causes these to come out in -E mode. by Chris Lattner · 17 years ago
  73. 80faffa Added type encoding for 'id' type. by Fariborz Jahanian · 17 years ago
  74. f4b7d6a by Steve Naroff · 17 years ago
  75. 2058dc4 Added vector to ASTContext to store references to "complete" VLA types by Ted Kremenek · 17 years ago
  76. 667f168 by Steve Naroff · 17 years ago
  77. 1ccf463 by Steve Naroff · 17 years ago
  78. ef20ed3 by Steve Naroff · 17 years ago
  79. 5695bb7 Handle function types. by Anders Carlsson · 17 years ago
  80. 9b57fba Assert if isObjcIdType is called before 'id' type is built. by Fariborz Jahanian · 17 years ago
  81. 3793e1a VariableArrayTypes (VLAs) without a size expression are now uniqued by Ted Kremenek · 17 years ago
  82. c81f316 Encoding for objectiive-c methods. by Fariborz Jahanian · 17 years ago
  83. e4d3ffd Updated VC++ build system by Hartmut Kaiser · 17 years ago
  84. 7f70eb7 Added a missing #include. by Hartmut Kaiser · 17 years ago
  85. 5b96e2e by Steve Naroff · 17 years ago
  86. 1a7fa7b by Steve Naroff · 17 years ago
  87. e3a5daf Added support for StmtIterators to iterate over the size expressions by Ted Kremenek · 17 years ago
  88. c2205b4 Fixed deadcode bug where check for NULL decl occured within a block by Ted Kremenek · 17 years ago
  89. a1ace4a Add RecordOrganizer::layoutUnionFields() by Devang Patel · 17 years ago
  90. fce813e Modified StmtIterator to support iteration over the size expressions by Ted Kremenek · 17 years ago
  91. 256a259 Modified CFG pretty-printing to directly use the (reverse) body by Ted Kremenek · 17 years ago
  92. e0f9761 Renamed internal variables of StmtIteratorBase to make the code by Ted Kremenek · 17 years ago
  93. d5ea461 Do the encoding of ivar types in the ivar metadata. by Fariborz Jahanian · 17 years ago
  94. 486509e Added some comments. by Ted Kremenek · 17 years ago
  95. 4926e10 Added to test case for "self-comparison check" uses of relation operators: x < x and x > x by Ted Kremenek · 17 years ago
  96. cf8b77d For non-floating point types, added check for expressions of the form by Ted Kremenek · 17 years ago
  97. 83eab63 Insetead of assert() just emit an error message for by Devang Patel · 17 years ago
  98. dbb14ce For floating point equality check, we now ignore parentheses. e.g.: by Ted Kremenek · 17 years ago
  99. 7543914 For checking for floating point comparison using == or !=, we now suppress by Ted Kremenek · 17 years ago
  100. e3f0257 Address Chris's comments. by Anders Carlsson · 17 years ago