1. b846deb Prune includes. by Benjamin Kramer · 14 years ago
  2. c6f530d Update doxygen comments about lifetime requirements of CXUnsaveFile data arguments. by Ted Kremenek · 14 years ago
  3. 6cc5906 Add some API code for future work. by Fariborz Jahanian · 14 years ago
  4. 93c6296 IRgen: Add CGRecordLayout::dump, and dump (irgen) record layouts as part of -fdump-record-layouts. by Daniel Dunbar · 14 years ago
  5. a7a98c9 fix PR6819 by Chris Lattner · 14 years ago
  6. 8b9f187 tighten the check for cast of super to avoid rejecting valid code, by Chris Lattner · 14 years ago
  7. 6275e0c When creating the implicitly-declared special member functions, be by Douglas Gregor · 14 years ago
  8. 454006d fix rdar://7852959 - Use of super within a block is actually ok. by Chris Lattner · 14 years ago
  9. 3be1794 Issue warning when 'weak_import' attribute is applied on a class only by Fariborz Jahanian · 14 years ago
  10. 15f2e72 Remove the blanket statement about Clang not supporting access control. It does now by Douglas Gregor · 14 years ago
  11. 57265e3 Fix a crash-on-invalid involving name lookup of tag names, where we by Douglas Gregor · 14 years ago
  12. 7683a3f Add another test case for r101029, which verifies that we now by Douglas Gregor · 14 years ago
  13. cb27b0f Be sure to instantiate the parameters of a function, even when the by Douglas Gregor · 14 years ago
  14. 1e46136 fix a bug I noticed by inspection, correcting two reject-valid bugs. by Chris Lattner · 14 years ago
  15. a823d6a fix a rejects-valid bug that I introduced, pointed out by David Chisnall by Chris Lattner · 14 years ago
  16. c987a41 use pointer comparison instead of isStr by Chris Lattner · 14 years ago
  17. 236beab fix a rejects-valid testcase involving super that I dreamt up. by Chris Lattner · 14 years ago
  18. 966c78b change Scope::WithinElse to be a normal scope flag, widen the by Chris Lattner · 14 years ago
  19. cf7cfe8 fix this test. by Chris Lattner · 14 years ago
  20. 3023747 xfail this test for now. by Chris Lattner · 14 years ago
  21. 00e2c63 fix an invalid use of super, you can't use super like this in a block! by Chris Lattner · 14 years ago
  22. 15faee1 Have the parser decide whether a message to super is a variable or by Chris Lattner · 14 years ago
  23. 69c05d5 Typo. by Nick Lewycky · 14 years ago
  24. aec43db fix a fixme, stop evaluating getCurMethodDecl() repeatedly by Chris Lattner · 14 years ago
  25. 9f6c772 other half of r101005 by Chris Lattner · 14 years ago
  26. e8551e4 fix PR6287 by accepting and ignoring the returns_twice attribute. by Chris Lattner · 14 years ago
  27. 80638c5 Have the CXXBaseOrMemberInitializer keep track of whether an initializer initializes a virtual base or not. by Anders Carlsson · 14 years ago
  28. 21b7323 Unbreak test on windows. by Ted Kremenek · 14 years ago
  29. 73e6fa0 Fix another bug where we wouldn't generate secondary vtables for construction vtables in some cases. by Anders Carlsson · 14 years ago
  30. fa8231d Add initial USR support for macro definitions. by Ted Kremenek · 14 years ago
  31. c3ef91d Augment clang_getCursorUSR() to not always expect that clang_getCursorDecl() does the right by Ted Kremenek · 14 years ago
  32. 718d069 More renames. by Anders Carlsson · 14 years ago
  33. 9123284 Rename a function parameter. by Anders Carlsson · 14 years ago
  34. 1ee6cad Add CIndex support for blocks. by Ted Kremenek · 14 years ago
  35. f3d4a97 Update checker build. by Ted Kremenek · 14 years ago
  36. 836d9dd Clarify an assertion. by Anders Carlsson · 14 years ago
  37. af6ddf2 Fix a bug where we were adding too many vcall offsets in some cases. by Anders Carlsson · 14 years ago
  38. 86ed3a3 add haiku support, patch by Paul Davey! by Chris Lattner · 14 years ago
  39. b9342fb avoid double negatives by Chris Lattner · 14 years ago
  40. 115c1b9 Fix CFG bug where bases of member expressions were not always evaluated in a lvalue context. Fixes <rdar://problem/7813989>. by Ted Kremenek · 14 years ago
  41. 431ac2d Fix bug in AddStmtChoice:asLValue() where 'AsLValueNotAlwaysAdd' would not be treated as indicating an lvalue. by Ted Kremenek · 14 years ago
  42. 7ea2136 Sort visitor methods. No functionality change. by Ted Kremenek · 14 years ago
  43. e6da20f Fix run line so this test actually tests something. by Benjamin Kramer · 14 years ago
  44. eb483eb fix PR6811 by not parsing 'super' as a magic expression in by Chris Lattner · 14 years ago
  45. b9d4fc1 actually the interface grossness in the previous patch was due to by Chris Lattner · 14 years ago
  46. 7f81652 factor the code that handles "expr.field" when expr is a by Chris Lattner · 14 years ago
  47. 0784fcd fix a problem causing us to lose the ''s around objc interface names by Chris Lattner · 14 years ago
  48. 5f6480d Simplify test, in the hopes of making linux happy. by Daniel Dunbar · 14 years ago
  49. 4995997 Enable an assert and remove a now unnecessary assert. by Anders Carlsson · 14 years ago
  50. 573021f Fix another vbase layout bug. by Anders Carlsson · 14 years ago
  51. a1e8716 Add a simple debug-only verification pass to the record layout builder. by Anders Carlsson · 14 years ago
  52. f622b45 Fix a bug where we would add the same function twice in a vtable. by Anders Carlsson · 14 years ago
  53. c603d09 revert 100942, pending discussion. by Chris Lattner · 14 years ago
  54. 9446481 Rename VtableComponent and VtableBuilder. by Anders Carlsson · 14 years ago
  55. 46116ce Rename -dump-record-layouts to -fdump-record-layouts now that the option behaves like aa flag. by Anders Carlsson · 14 years ago
  56. d281915 Fix for PR6811. by David Chisnall · 14 years ago
  57. bdda6c1 Simplify the virtual base layout code and fix a bug where we wouldn't store the offset for a virtual base. by Anders Carlsson · 14 years ago
  58. c24b9c4 fix PR6805: llvm.objectsize changed to take an i1 instead of an i32. by Chris Lattner · 14 years ago
  59. e3c153a Driver: Only add extra -L paths on darwin if they exist. Unfortunately, this by Daniel Dunbar · 14 years ago
  60. 467ebc9 Tweak test for portability. by Daniel Dunbar · 14 years ago
  61. 43a9b32 Driver: Ignore -fobjc-gc and -fobjc-gc-only for platforms which don't support them. by Daniel Dunbar · 14 years ago
  62. 35f59b6 A bunch of string-related microoptimizations in Mangler. by Benjamin Kramer · 14 years ago
  63. dbf02bc Fix use after free. Incrementing an use_iterator after its user is erased is unsafe. by Benjamin Kramer · 14 years ago
  64. 59fc269 When a member pointer is dereferenced, the class it points into must be complete. Enforce this. by Sebastian Redl · 14 years ago
  65. 739bf09 Doug pointed out that we have a perfectly reasonable expression here to by John McCall · 14 years ago
  66. 3c3ccdb Diagnose more cases of initializing distinct members of an anonymous union by John McCall · 14 years ago
  67. d6ca8da Diagnose misordered initializers in constructor templates immediately instead of by John McCall · 14 years ago
  68. 35db3b9 rely even less on CallInst internals by Gabor Greif · 14 years ago
  69. 6ba728d do not rely on CallInst interna, use CallSite to access arguments by Gabor Greif · 14 years ago
  70. 8bc9c55 Driver/Darwin/x86: When linking, incorporate -L paths based on the path where by Daniel Dunbar · 14 years ago
  71. 0b3c773 Disable diag::err_file_modified on Win32 completely, until someone cares to fix by Daniel Dunbar · 14 years ago
  72. d930760 Mangle some expressions with codegen implications but no mangling "overhead". by John McCall · 14 years ago
  73. 6ae1f35 Provide an extremely unsatisfactory diagnostic (instead of crashing) when by John McCall · 14 years ago
  74. de81063 Provide manglings for bool and character literal expressions. These are by John McCall · 14 years ago
  75. 78713d8 When upgrading an Objective-C class from a forward declaration to a by Douglas Gregor · 14 years ago
  76. c42b652 Only complain about explicit instantiations following explicit by Douglas Gregor · 14 years ago
  77. 66d5142 Remove copy of 'Optional' in Clang tree, and convert clients to use the one now in the LLVM tree. by Ted Kremenek · 14 years ago
  78. 03a4bee Remove fixit for string literal comparison. Telling the user to use 'strcmp' is bad, and by Ted Kremenek · 14 years ago
  79. c53e365 Fix typo. by Benjamin Kramer · 14 years ago
  80. 32579cf Turn access control on by default in the driver. by John McCall · 14 years ago
  81. 380509a Argh, I modified the .inc file locally, not the .td. by John McCall · 14 years ago
  82. 7002f4c Turn access control on by default in -cc1. by John McCall · 14 years ago
  83. fd22544 Suppress access control diagnostics when looking up a base or member name by John McCall · 14 years ago
  84. 08a4190 Improve diagnostics like "initializing <type> from an expression of by Douglas Gregor · 14 years ago
  85. 47268a3 Remove all "used" static functions *after* we have performed all of by Douglas Gregor · 14 years ago
  86. 6cd3b9f Instantiate default argument expressions even if their associated parameter by John McCall · 14 years ago
  87. 1a4221c Don't warn about unused static functions if they are marked with by Chris Lattner · 14 years ago
  88. 9f692a0 On Windows, disable the modification-time check for files used in by Douglas Gregor · 14 years ago
  89. 4ecb25f Fixes a regression caused by implementing cstyle methods for objc. by Fariborz Jahanian · 14 years ago
  90. 08c0cdf Forcibly disable test/PCH/pr4489.c, it is flaky on one of the buildbots. by Daniel Dunbar · 14 years ago
  91. 5dd52ac Add a note to the C++ compatibility page about templates with no by John McCall · 14 years ago
  92. d4eea83 Improve diagnostics when we fail to convert from a source type to a by Douglas Gregor · 14 years ago
  93. 355fa3a Use '%clang_cc1' instead of '%clang' to make the warning output more consistent across by Ted Kremenek · 14 years ago
  94. bace4ba For 'open' check in UnixAPIChecker, hard code value of 'O_CREAT' on Darwin. by Ted Kremenek · 14 years ago
  95. 8804bdc Reorder diagnostics to separate the Sema::AssignmentAction diagnostics from other diagnostics by Douglas Gregor · 14 years ago
  96. 5d07401 Temporarily only enable 'open' check on Mac OS X to unbreak Windows buildbot. I'm by Ted Kremenek · 14 years ago
  97. cb821d0 Downgrade the "declaration does not declare anything" error to a by Douglas Gregor · 14 years ago
  98. 7732cc9 Implement method type encoding in the presense by Fariborz Jahanian · 14 years ago
  99. b4c0c2d Match GCC's behavior and do not include '-Wunused-parameter' in '-Wunused'. by Ted Kremenek · 14 years ago
  100. c173be2 Explain that a template needs arguments to make it into a type, for by Jeffrey Yasskin · 14 years ago