1. 2a3eb0e Improve c++ methods printing in DeclContextPrinter. by Zhongxing Xu · 16 years ago
  2. 9c2a3db add a fixme. by Zhongxing Xu · 16 years ago
  3. 867c39e Improve DeclContextPrinter: print enum name. by Zhongxing Xu · 16 years ago
  4. 4998888 Bug fix, __private_extern__ globals were always introducing a definition. by Daniel Dunbar · 16 years ago
  5. 5834ed6 Add KillStruct to region store. by Zhongxing Xu · 16 years ago
  6. 1601ce4 Updated checker build. by Ted Kremenek · 16 years ago
  7. 2d75d6f Add an initial framework of a DeclContextPrinter. It can print DeclContext and by Zhongxing Xu · 16 years ago
  8. 8b4bf90 Patch to fix encoding of Enum bitfields in ObjC. by Fariborz Jahanian · 16 years ago
  9. e3a46b0 This test now passes. by Ted Kremenek · 16 years ago
  10. 93a08e6 ccc: Darwin/CC1: Be bug compatible with gcc in a corner case. by Daniel Dunbar · 16 years ago
  11. e1c2a67 static analyzer: Handle casts from arrays to integers. This fixes PR 3297. by Ted Kremenek · 16 years ago
  12. bbee1a7 Invert condition on branch (was causing RegionStore::ArrayToPointer to return 'unknown' on most cases. by Ted Kremenek · 16 years ago
  13. 88b4bf2 Add the proper restrictions on the left-hand argument of a built-in by Douglas Gregor · 16 years ago
  14. e63ef48 Make sure we don't name a constructor or destructor with a qualified by Douglas Gregor · 16 years ago
  15. 35c3329 Patch to implement code gen for aggrgate-valued property used by Fariborz Jahanian · 16 years ago
  16. 482b77d Cleanup DeclContext::addDecl and DeclContext::insert interface, from Piotr Rak by Douglas Gregor · 16 years ago
  17. 3f20a68 Update C++ status and add a few more tests of overloading for member function calls by Douglas Gregor · 16 years ago
  18. 0fdea46 Fix test case (incomplete "expected-warning" line) by Ted Kremenek · 16 years ago
  19. d30ef87 Patch by Roman Divacky: by Ted Kremenek · 16 years ago
  20. ee49d04 Fix crasher due to use-after-release: DeclContext now owns all ObjCMethodDecls, and shouldn't be released elsewhere. by Ted Kremenek · 16 years ago
  21. 4920f1f Implement support for anonymous structs and unions in C. Both C and by Douglas Gregor · 16 years ago
  22. 1e0ead4 ccc: Bug fix, output can be NULL. by Daniel Dunbar · 16 years ago
  23. 1261938 retain/release checker: by Ted Kremenek · 16 years ago
  24. b37c965 ccc: Even more Darwin/cc1 argument translation support. by Daniel Dunbar · 16 years ago
  25. 491c7b7 (LLVM up) Match TargetData API change in LLVM TOT. by Daniel Dunbar · 16 years ago
  26. d1fa644 Patch to supprt case of readonly property being by Fariborz Jahanian · 16 years ago
  27. 3ecc20f ccc: Add leading space in -### output to match gcc. by Daniel Dunbar · 16 years ago
  28. dff9f50 ccc: (Darwin) More argument translation for Darwin/Compile tool. by Daniel Dunbar · 16 years ago
  29. 1a0d31a Properly set the scope of non-fields declared within a struct, union, by Douglas Gregor · 16 years ago
  30. 816dd50 ccc: (Darwin) More argument translation for Darwin/Compile tool. by Daniel Dunbar · 16 years ago
  31. 6325fcf ccc: (Darwin) Start implementing argument translation for Darwin/Compile tool. by Daniel Dunbar · 16 years ago
  32. 3235fdb ccc: When constructing a named output, only use base name (not full path). by Daniel Dunbar · 16 years ago
  33. 9cb2253 ccc: (Darwin) Move path resolution into ToolChain. by Daniel Dunbar · 16 years ago
  34. 996ce96 ccc: Implement the rest of Darwin/Assembler argument translation. by Daniel Dunbar · 16 years ago
  35. 4a0ba1a ccc: Implement macosx-version-min conditions (including a bug fix). by Daniel Dunbar · 16 years ago
  36. 9c257c3 ccc: Generalize Darwin/Link tool based on Darwin version. by Daniel Dunbar · 16 years ago
  37. 2ec55bc ccc: Support arguments which behave like linker inputs. by Daniel Dunbar · 16 years ago
  38. ee8cc26 ccc: (Darwin) Pass -ObjC to linker if -ObjC, -ObjC++ or -fobjc is present. by Daniel Dunbar · 16 years ago
  39. ebaae2a Handle multi-value inputs by Anders Carlsson · 16 years ago
  40. 0e936db Make sure to initialize the ConstraintInfo to 0 by Anders Carlsson · 16 years ago
  41. 2a18dfe some more minor asqualtype bugs. by Chris Lattner · 16 years ago
  42. 4bbce99 improve some more is*Type predicates to look through asqualtypes. by Chris Lattner · 16 years ago
  43. 863ea9a testcase that works now with r62061 by Chris Lattner · 16 years ago
  44. f728a4a simplify these predicates a bit. by Chris Lattner · 16 years ago
  45. 32f6209 make ScalarExprEmitter::EmitCompare() emit the expression with the correct type instead of always zext it to an int by Nuno Lopes · 16 years ago
  46. 9c199a0 ccc: Add fairly complete argument translation for Darwin link step. by Daniel Dunbar · 16 years ago
  47. 0fe5a4f ccc: Add several convenience methods for argument translation. by Daniel Dunbar · 16 years ago
  48. 6f5d65a ccc: Add and name a host of arguments. by Daniel Dunbar · 16 years ago
  49. bee1f0d ccc: Give the Host an opportunity to switch ToolChains when binding by Daniel Dunbar · 16 years ago
  50. e99f926 ccc: Print -### output on stderr to match gcc. by Daniel Dunbar · 16 years ago
  51. 9f2505b More inline asm fixes by Anders Carlsson · 16 years ago
  52. d7a7c00 make paste avoidance avoid pasting digraphs and :: only when digraphs or c++ is enabled by Chris Lattner · 16 years ago
  53. 2763b3a Handle readwrite constraints correctly by Anders Carlsson · 16 years ago
  54. c8c7b18 Forgot to commit this by Anders Carlsson · 16 years ago
  55. 6347172 Use a common function for emitting asm inputs and remove a FIXME by Anders Carlsson · 16 years ago
  56. 02fbb25 this patch "adds support for specifying multiple dependancy targets using ‘-MT’. Using this patch, I was able to use ‘ccc’ as C compiler for the few C files in LLVM. In my brief testing, the output remains identical to that of GCC." by Chris Lattner · 16 years ago
  57. 2726f9a Fix operator precedence. by Sebastian Redl · 16 years ago
  58. 93983f8 Convert property implementation to DeclContext::addDecl(). by Steve Naroff · 16 years ago
  59. 6327e0d A few property related cleanups to ObjCContainerDecl AST. by Steve Naroff · 16 years ago
  60. de30747 Convert some more actions to smart pointers. by Sebastian Redl · 16 years ago
  61. 489034c Fix a misleading comment. by Steve Naroff · 16 years ago
  62. 679a502 This patch fixes the code gen failures which was a fallout from by Fariborz Jahanian · 16 years ago
  63. 2129212 Explicit declaration of property setters over-ride by Fariborz Jahanian · 16 years ago
  64. d268520 add a bunch of castToDeclContext/castFromDeclContext methods. by Zhongxing Xu · 16 years ago
  65. e583364 add castToDeclContext/castFromDeclContext methods to RecordDecl. by Zhongxing Xu · 16 years ago
  66. 4312472 ccc: Introduce ToolChains for mapping Actions to Tools which can perform them. by Daniel Dunbar · 16 years ago
  67. a9ad2bc ccc: Add generic assembler & linker tools which effectively shell out to gcc. by Daniel Dunbar · 16 years ago
  68. d38c11e ccc: Add information about whether type can be user specified (a -x by Daniel Dunbar · 16 years ago
  69. 5a2f5d3 Allow multiple Microsoft calling-convention keywords. Fixes rdar://problem/6486133 by Douglas Gregor · 16 years ago
  70. 57966fc assert if attempting to code gen. a property setter/getter by Fariborz Jahanian · 16 years ago
  71. dcde115 Don't bother setting NextDeclarator for EnumConstantDecls. It isn't used by Douglas Gregor · 16 years ago
  72. 3218c4b When we see a reference to a struct, class, or union like "struct X" by Douglas Gregor · 16 years ago
  73. ef64fcf Add utils/SummarizeErrors. by Daniel Dunbar · 16 years ago
  74. c9b580a Add some comments to the virtual work. Thanks to Doug Gregor for the review. by Sebastian Redl · 16 years ago
  75. a75ea3d ccc: Get host information via Driver methods. by Daniel Dunbar · 16 years ago
  76. 3b58786 Dead stores checker: Don't flag dead stores for self-assignments (common escape hatch for 'unused variable' warnings). by Ted Kremenek · 16 years ago
  77. 5f07426 Enhance PTH 'getSpelling' caching: by Ted Kremenek · 16 years ago
  78. 0262f02 Prevent a segfault for vaarg expressions on unsupported architectures. by Sebastian Redl · 16 years ago
  79. a66793e This patch removes mergeProperties and does the property lookup by Fariborz Jahanian · 16 years ago
  80. 8fa73ed Implement EmitUnsupportedRValue to generate an appropriately typed RValue. by Daniel Dunbar · 16 years ago
  81. 9ba73ad Very basic support for pure virtual functions. by Sebastian Redl · 16 years ago
  82. 6037fcb Replace DeclContext's vector of ScopedDecl pointers with a linked list by Douglas Gregor · 16 years ago
  83. a8cc8ce Make sure that ScopedDecls passed to DeclContext::addDecl are added into their lexical context by Douglas Gregor · 16 years ago
  84. 1b95a65 Always print out SourceManager stats with 'Stats' is true. This revealed that PTH always pulls in the source pages with -fsyntax-only (investigating further). by Ted Kremenek · 16 years ago
  85. f8d49f6 Provide a new kind of iterator, the specific_decl_iterator, that by Douglas Gregor · 16 years ago
  86. 088a52d Emit more refined "unsupported" error for block expressions. by Daniel Dunbar · 16 years ago
  87. ce1d38b Give "unsupported" error on calls through block pointers instead of crashes. by Daniel Dunbar · 16 years ago
  88. 09c4719 Move property API's up to ObjCContainerDecl (removing a lot of duplicate code). by Steve Naroff · 16 years ago
  89. 1fd8011 Fix rdar://6480479 - [parser] infinite loop on invalid input by Chris Lattner · 16 years ago
  90. 4e174f1 Convert block types in IRgen. This is not the correct type, but by Daniel Dunbar · 16 years ago
  91. a782ca7 Block pointer types are not aggregate types. by Daniel Dunbar · 16 years ago
  92. 51efe56 Don't crash when our FunctionDecl has a non-identifier name by Douglas Gregor · 16 years ago
  93. 84efc04 Fix crash on null deference when searching for readwrite properties in by Daniel Dunbar · 16 years ago
  94. 9066af8 ccc: Start defining host information. by Daniel Dunbar · 16 years ago
  95. d043410 Addressed the issue in <rdar://problem/6479085>, where we failed to by Douglas Gregor · 16 years ago
  96. be3f7f3 Re-enable PTH testing for Cocoa.h and Carbon.h (and include testing for Objective-C++). by Ted Kremenek · 16 years ago
  97. 439c658 Adding support for ObjC methods which have c-style by Fariborz Jahanian · 16 years ago
  98. f890191 Enable support for '-x objective-c++-header'. by Ted Kremenek · 16 years ago
  99. e338ccd Simpler solution to LiteralSupport compatibility: just add one whitespace character after each cached string. by Ted Kremenek · 16 years ago
  100. defb709 Invert assertion condition. by Ted Kremenek · 16 years ago