1. 3fd95ce Improve the representation of operator expressions like "x + y" within by Douglas Gregor · 16 years ago
  2. 8b1604e ccc/Driver: Mark {dump{machine,specs,version}, by Daniel Dunbar · 16 years ago
  3. af61c71 Driver: Determine which compilation stages to run. by Daniel Dunbar · 16 years ago
  4. 10aa554 Use the correct data structures! by Ted Kremenek · 16 years ago
  5. baf5348 Eliminate some unused default cases in switches on the binary operator kind by Douglas Gregor · 16 years ago
  6. c8ce9c8 More objc2's ivar layout bitmap. by Fariborz Jahanian · 16 years ago
  7. df03251 Implement template instantiation for builtin binary operators by Douglas Gregor · 16 years ago
  8. 2e050f1 Use paropery's setter attribute name as the selector for the property setter. by Fariborz Jahanian · 16 years ago
  9. c971f86 Store the type of the integral value within a TemplateArgument, so that we can more efficiently reconstruct an IntegerLiteral from it during template instantiation by Douglas Gregor · 16 years ago
  10. 9aecfab Driver: Value initialization is nicer than memset. by Daniel Dunbar · 16 years ago
  11. 082cb8d PathDiagnostics: by Ted Kremenek · 16 years ago
  12. 2fe63e6 Driver: Add majority of driver-driver implementation. by Daniel Dunbar · 16 years ago
  13. 313a81d Use StmtVisitor to handle the decoding of expressions for by Douglas Gregor · 16 years ago
  14. eaab206 API fix: All "bodies" for functions, Objective-C methods, blocks, are assumed to by Ted Kremenek · 16 years ago
  15. ba7db7d Driver: Drop some unnecessary uses of clang namespace. by Daniel Dunbar · 16 years ago
  16. d65bddc Driver: Introduce ActionList typedef, tweak some constness. by Daniel Dunbar · 16 years ago
  17. 9f5ef94 Driver: Add types::canLipoType helper method. by Daniel Dunbar · 16 years ago
  18. bca58cb Driver: Add ArgList support for synthesizing arguments. by Daniel Dunbar · 16 years ago
  19. ba9eee3 add a callback for macro expansion, based on a patch by Paolo Bolzoni! by Chris Lattner · 16 years ago
  20. a0e500d Straw man for instantiation of expressions. Use it to instantiate the by Douglas Gregor · 16 years ago
  21. 0c562a2 Driver: Add ArgList::getLastArg. by Daniel Dunbar · 16 years ago
  22. 50f4f46 Add Diagnostic files for Frontend and move a couple errors over. by Daniel Dunbar · 16 years ago
  23. b897f5d Driver: Tweak diag names to be more consistent. by Daniel Dunbar · 16 years ago
  24. 4ad4b3e Driver: Use standard Diagnostic interface for diagnostics. by Daniel Dunbar · 16 years ago
  25. e7fffa1 Driver: Fix thinko in Arg::hasArg. by Daniel Dunbar · 16 years ago
  26. a948045 Driver: '-' is parsed as an input. by Daniel Dunbar · 16 years ago
  27. 53ec552 Driver: Start sketching construction of abstract built actions. by Daniel Dunbar · 16 years ago
  28. 9d8d0fc Add comments. by Zhongxing Xu · 16 years ago
  29. e9fba57 Driver: Add information on Driver input/temporary types. by Daniel Dunbar · 16 years ago
  30. 644eade Driver: Add Option flags. by Daniel Dunbar · 16 years ago
  31. b13ecdb Use getAsRecordType() to get around sugar types. by Zhongxing Xu · 16 years ago
  32. b349fcc Driver: Tweak option naming/def: - Use OPT_ prefix for ids. by Daniel Dunbar · 16 years ago
  33. d67b09a Fix uninitialized use in GetAddrOfGlobalBlock, reenable assert. by Daniel Dunbar · 16 years ago
  34. e1495ec Driver: Reorder arguments in Options.def so option name is first. by Daniel Dunbar · 16 years ago
  35. d8cadd4 Driver: Add ArgList::hasArg, for testing for the presence of an by Daniel Dunbar · 16 years ago
  36. cf0dd15 Driver: Add Option::getId and Option::matches taking an option by Daniel Dunbar · 16 years ago
  37. 4a471aa Properly restore ActiveScope when we exit parsing of a block. This by Douglas Gregor · 16 years ago
  38. 656de63 Fix various problems with matching out-of-line definitions of static by Douglas Gregor · 16 years ago
  39. d3ad531 Remove '[naming convention]' from bug type. by Ted Kremenek · 16 years ago
  40. 32a47ed add some spaces :) by Chris Lattner · 16 years ago
  41. 021c3b3 Move most of the checking from ActOnCXXMemberDeclarator to other, more general routines. This is a step toward separating the checking logic from Declarators, which in turn is required for template instantiation. by Douglas Gregor · 16 years ago
  42. cafc222 don't use strtoul on a non-null-terminated string. by Chris Lattner · 16 years ago
  43. e06a75f x86_32 ABI: Don't try and expand structures with bitfields. by Daniel Dunbar · 16 years ago
  44. b2dea73 Add TypedViewRegion::isBoundable() to indicate whether or not the by Ted Kremenek · 16 years ago
  45. 21e6f17 Code refactoring. No change in functionality. by Fariborz Jahanian · 16 years ago
  46. 9397e1d More of objc2's ivar layout bitmap (Next: specific). Work in progress. by Fariborz Jahanian · 16 years ago
  47. 4dd55f5 Make sure that we set the access specifier for an instantiated FieldDecl, and that the aggregate and POD flags for an instantiated class template are updated based on instantiation of a FieldDecl by Douglas Gregor · 16 years ago
  48. ff7fea8 Eliminate CXXClassMemberWrapper by Douglas Gregor · 16 years ago
  49. 2d2e9cf Eliminate CXXClassVarDecl. It doesn't add anything by Douglas Gregor · 16 years ago
  50. ceb77d9 Adjust for linkage name change. by Duncan Sands · 16 years ago
  51. 335c680 Implement FIXME related to <rdar://problem/6496506> Implement class setter/getter for properties. by Steve Naroff · 16 years ago
  52. 3cf538d Implement basic template instantiation for fields. Reshuffle checking by Douglas Gregor · 16 years ago
  53. 344d4c8 Fix StmtIterator bug reported in PR 3780 where a VLA within a DeclGroup would by Ted Kremenek · 16 years ago
  54. 4fdf1fa Add basic, hackish support for instantiation of typedefs in a class by Douglas Gregor · 16 years ago
  55. 511d7ab Add parser support for static_assert. by Anders Carlsson · 16 years ago
  56. f178728 Fix <rdar://problem/6655054> clang issues bogus error on property usage in a dot-syntax. by Steve Naroff · 16 years ago
  57. 1ca6694 Fix <rdar://problem/6578665> user declared setter method should be used when using property syntx. by Steve Naroff · 16 years ago
  58. c45a825 Do not stipulate the record type is a definition in BindStruct(). by Zhongxing Xu · 16 years ago
  59. e3fedbe Correct for change of this name in LLVM. by Duncan Sands · 16 years ago
  60. 2b1dc17 Fix crash when LHS of pointer arithmetic is not ElementRegion. by Zhongxing Xu · 16 years ago
  61. ac6ff48 RegionStore::getLValueElement: Handle the case where the signedness of the by Ted Kremenek · 16 years ago
  62. 21028dd GRExprEngine::ProcessBranch: Don't register a "pretty-stack printer" when the Condition is null. by Ted Kremenek · 16 years ago
  63. fa6228d Fix PR 3780: In one code path in BasicValueFactory::getValue() we would not by Ted Kremenek · 16 years ago
  64. 0bed8a1 GRExprEngine: Add pretty-stack trace printing for crashes and assertion failures. by Ted Kremenek · 16 years ago
  65. 7de20fe SimpleConstraintManager doesn't reason about bitwise-constraints on symbolic by Ted Kremenek · 16 years ago
  66. 276c6ac GRExprEngine: For places we might conjure up a new symbol to recover by Ted Kremenek · 16 years ago
  67. 66b5271 Added method "canReasonAbout" to ConstraintManager. This method returns true if by Ted Kremenek · 16 years ago
  68. 940abcc Use the BugReports in BugReporter to determine the root nodes for "trim-egraph". by Ted Kremenek · 16 years ago
  69. 1841aa1 Clear all the linetable state in clear(), fixing problems by Chris Lattner · 16 years ago
  70. 8575927 fix PR3258 by rejecting invalid numeric operands. by Chris Lattner · 16 years ago
  71. 820e020 More Next objc2's gc ivar layout bitmap work. Work in progress. by Fariborz Jahanian · 16 years ago
  72. eab8cfb checking for symbolic operands as well as % at end of string. by Chris Lattner · 16 years ago
  73. 2ff0f42 position the caret properly on asm string diagnostics, e.g.: by Chris Lattner · 16 years ago
  74. 3182db1 reject invalid escape characters in extended-asm strings with a nice diagnostic. by Chris Lattner · 16 years ago
  75. e399564 Driver: Add host info (add new files). by Daniel Dunbar · 16 years ago
  76. 275a369 Add type checking for tentative definitions at the end of the translation unit. by Douglas Gregor · 16 years ago
  77. dd98e2c Driver: Add host info. by Daniel Dunbar · 16 years ago
  78. fb5058e add plumbing to report diagnostics back through sema for malformed asmstrings. by Chris Lattner · 16 years ago
  79. 458cd9c move the asm string analysis code out of codegen into common by Chris Lattner · 16 years ago
  80. a03aca8 Partial fix for PR3310, concerning type-checking for tentative by Douglas Gregor · 16 years ago
  81. fbe899f Emit super class debug info. by Devang Patel · 16 years ago
  82. 365c02f Driver: Handle magic -ccc- options. by Daniel Dunbar · 16 years ago
  83. df667e7 Extend the notion of active template instantiations to include the by Douglas Gregor · 16 years ago
  84. 27b152f If we run into multiple errors within the same template instantiation, by Douglas Gregor · 16 years ago
  85. 9813753 Add pretty-printing for class template specializations, e.g., by Douglas Gregor · 16 years ago
  86. 4e16d04 When pretty-printing an anonymous tag type that is associated with a typedef, use the name of the typedef rather than <anonymous> by Douglas Gregor · 16 years ago
  87. ee1828a Add a notion of "post-diagnostic hooks", which are callbacks attached by Douglas Gregor · 16 years ago
  88. 3523d4f ir-gen support for class getter/setter call using property dot-syntax. by Fariborz Jahanian · 16 years ago
  89. 4a77edb Remove some now-unneeded calls to llvm::errs().flush(). by Daniel Dunbar · 16 years ago
  90. fdc92b7 Simplify SelectorTable::constructSetterName() usage... by Steve Naroff · 16 years ago
  91. 4843e58 Address Doug's comments wrt the mangler and fix Eli's test case by Anders Carlsson · 16 years ago
  92. a5a10c3 More objc2's gc meta-data work related to ivar layout bitmap. Work in progress. by Fariborz Jahanian · 16 years ago
  93. 88beebe Fix PR3682 by just disabling a broken assertion. This check should be by Chris Lattner · 16 years ago
  94. 02af974 reduce duplication of parsing code between %0 and %x0 and by Chris Lattner · 16 years ago
  95. 10ca96a move matching of named operands into AsmStmt class. At the same by Chris Lattner · 16 years ago
  96. bb57265 reduce nesting, use memchr instead of explicit loop, eliminate a by Chris Lattner · 16 years ago
  97. 63c8b14 Expand %= into ${:uid} so that the code generator emits a unique ID for the by Chris Lattner · 16 years ago
  98. 0e5c8d4 BugReporter: by Ted Kremenek · 16 years ago
  99. 2223622 Adjust HTML diagnostics CSS to not use "smaller" for font size and instead use by Ted Kremenek · 16 years ago
  100. 321abd4 Add FullSourceLoc::getDecomposedLoc. by Ted Kremenek · 16 years ago