1. a1e8716 Add a simple debug-only verification pass to the record layout builder. by Anders Carlsson · 14 years ago
  2. f622b45 Fix a bug where we would add the same function twice in a vtable. by Anders Carlsson · 14 years ago
  3. c603d09 revert 100942, pending discussion. by Chris Lattner · 14 years ago
  4. 9446481 Rename VtableComponent and VtableBuilder. by Anders Carlsson · 14 years ago
  5. 46116ce Rename -dump-record-layouts to -fdump-record-layouts now that the option behaves like aa flag. by Anders Carlsson · 14 years ago
  6. d281915 Fix for PR6811. by David Chisnall · 14 years ago
  7. 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
  8. c24b9c4 fix PR6805: llvm.objectsize changed to take an i1 instead of an i32. by Chris Lattner · 14 years ago
  9. e3c153a Driver: Only add extra -L paths on darwin if they exist. Unfortunately, this by Daniel Dunbar · 14 years ago
  10. 43a9b32 Driver: Ignore -fobjc-gc and -fobjc-gc-only for platforms which don't support them. by Daniel Dunbar · 14 years ago
  11. 35f59b6 A bunch of string-related microoptimizations in Mangler. by Benjamin Kramer · 14 years ago
  12. dbf02bc Fix use after free. Incrementing an use_iterator after its user is erased is unsafe. by Benjamin Kramer · 14 years ago
  13. 59fc269 When a member pointer is dereferenced, the class it points into must be complete. Enforce this. by Sebastian Redl · 14 years ago
  14. 739bf09 Doug pointed out that we have a perfectly reasonable expression here to by John McCall · 14 years ago
  15. 3c3ccdb Diagnose more cases of initializing distinct members of an anonymous union by John McCall · 14 years ago
  16. d6ca8da Diagnose misordered initializers in constructor templates immediately instead of by John McCall · 14 years ago
  17. 35db3b9 rely even less on CallInst internals by Gabor Greif · 14 years ago
  18. 6ba728d do not rely on CallInst interna, use CallSite to access arguments by Gabor Greif · 14 years ago
  19. 8bc9c55 Driver/Darwin/x86: When linking, incorporate -L paths based on the path where by Daniel Dunbar · 14 years ago
  20. 0b3c773 Disable diag::err_file_modified on Win32 completely, until someone cares to fix by Daniel Dunbar · 14 years ago
  21. d930760 Mangle some expressions with codegen implications but no mangling "overhead". by John McCall · 14 years ago
  22. 6ae1f35 Provide an extremely unsatisfactory diagnostic (instead of crashing) when by John McCall · 14 years ago
  23. de81063 Provide manglings for bool and character literal expressions. These are by John McCall · 14 years ago
  24. 78713d8 When upgrading an Objective-C class from a forward declaration to a by Douglas Gregor · 14 years ago
  25. c42b652 Only complain about explicit instantiations following explicit by Douglas Gregor · 14 years ago
  26. 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
  27. 03a4bee Remove fixit for string literal comparison. Telling the user to use 'strcmp' is bad, and by Ted Kremenek · 14 years ago
  28. 32579cf Turn access control on by default in the driver. by John McCall · 14 years ago
  29. 7002f4c Turn access control on by default in -cc1. by John McCall · 14 years ago
  30. fd22544 Suppress access control diagnostics when looking up a base or member name by John McCall · 14 years ago
  31. 47268a3 Remove all "used" static functions *after* we have performed all of by Douglas Gregor · 14 years ago
  32. 6cd3b9f Instantiate default argument expressions even if their associated parameter by John McCall · 14 years ago
  33. 1a4221c Don't warn about unused static functions if they are marked with by Chris Lattner · 14 years ago
  34. 9f692a0 On Windows, disable the modification-time check for files used in by Douglas Gregor · 14 years ago
  35. 4ecb25f Fixes a regression caused by implementing cstyle methods for objc. by Fariborz Jahanian · 14 years ago
  36. d4eea83 Improve diagnostics when we fail to convert from a source type to a by Douglas Gregor · 14 years ago
  37. bace4ba For 'open' check in UnixAPIChecker, hard code value of 'O_CREAT' on Darwin. by Ted Kremenek · 14 years ago
  38. 5d07401 Temporarily only enable 'open' check on Mac OS X to unbreak Windows buildbot. I'm by Ted Kremenek · 14 years ago
  39. cb821d0 Downgrade the "declaration does not declare anything" error to a by Douglas Gregor · 14 years ago
  40. 7732cc9 Implement method type encoding in the presense by Fariborz Jahanian · 14 years ago
  41. c173be2 Explain that a template needs arguments to make it into a type, for by Jeffrey Yasskin · 14 years ago
  42. ea7390c Set access properly on instantiated friend class template declarations. by John McCall · 14 years ago
  43. 99d9838 Add static analyzer check for calls to 'pthread_once()' where the control-flow has by Ted Kremenek · 14 years ago
  44. b7e5f14 Remove micro-optimization for not issueing CFG-based warnings for 'static inline' functions by Ted Kremenek · 14 years ago
  45. c53d0d7 Introduce an egregious hack to work around a bug in libstdc++ 4.2.x's by Douglas Gregor · 14 years ago
  46. 6f46c26 Fix a misuse of iterators when iterating through block's by Fariborz Jahanian · 14 years ago
  47. 9ab1454 Make CXXScopeSpec invalid when incomplete, and propagate that into any by Jeffrey Yasskin · 14 years ago
  48. 461e326 Rename CGVtable files to CGVTables. by Anders Carlsson · 14 years ago
  49. ec9c202 Clarify an assert. by Anders Carlsson · 14 years ago
  50. e17ad2f Unbreak the build by Douglas Gregor · 14 years ago
  51. 1e201b4 Eliminate excessive PCH deserialization caused by the search for by Douglas Gregor · 14 years ago
  52. 71c972a Remove caseless switch. by Benjamin Kramer · 14 years ago
  53. af2094e Implement dependent friend function template specializations. by John McCall · 14 years ago
  54. 2b60513 Removed unused object. by Ted Kremenek · 14 years ago
  55. b69eca5 Fronted: Kill overly specialized RecordLayoutDumper, just make -dump-record-layouts a bit that Sema honors. by Daniel Dunbar · 14 years ago
  56. bf9e48c AST: Move C++ record layout dumping to ASTContext::DumpRecordLayout. by Daniel Dunbar · 14 years ago
  57. 7f28964 IRgen: Move the bit-field access type into CGBitFieldInfo, and change bit-field LValues to just store the base address of object containing the bit-field. by Daniel Dunbar · 14 years ago
  58. 4f4fd92 Patch to implement gcc's cstyle arguments in objc methods. wip. by Fariborz Jahanian · 14 years ago
  59. d6f1906 refactor out a function. by Chris Lattner · 14 years ago
  60. bb6fb46 Fix a (bogus) uninitialized-member-of-local warning. by John McCall · 14 years ago
  61. d75fa6e Use SmallVector instead of an std::queue. by Ted Kremenek · 14 years ago
  62. db88d8a When a template (without arguments) is passed as a template type by Jeffrey Yasskin · 14 years ago
  63. edc2877 Fix some redundant errors by changing CXXScopeSpec::isSet calls into by Jeffrey Yasskin · 14 years ago
  64. 216c278 Implement checking for template literal operator functions. This by Sean Hunt · 14 years ago
  65. 83e7a78 rename llvm::llvm_report_error -> llvm::report_fatal_error by Chris Lattner · 14 years ago
  66. 30019c0 Updated comment to reflect changes made in the most recent draft. by Sean Hunt · 14 years ago
  67. c39f697 Fixed 80-cols violation by Sean Hunt · 14 years ago
  68. 0f0c963 add a new driver-level -ferror-limit=412 option, which causes clang to stop by Chris Lattner · 14 years ago
  69. c100214 add clang -cc1 level support for "-ferror-limit 42" by Chris Lattner · 14 years ago
  70. fc2ca56 Return early from Sema::MarkDeclarationReferenced when we know there by Douglas Gregor · 14 years ago
  71. b205ac9 add capabilities to stop emitting errors after some limit. by Chris Lattner · 14 years ago
  72. c46a246 Don't emit an 'unused expression' warning for '||' and '&&' expressions that contain assignments by Ted Kremenek · 14 years ago
  73. 53eee7b Instead of counting totally diagnostics, split the count into a count by Chris Lattner · 14 years ago
  74. 06245bf Improve handling of friend types in several ways: by Douglas Gregor · 14 years ago
  75. 1d86935 Split Sema::ActOnFriendTypeDecl into Sema::CheckFriendTypeDecl (for by Douglas Gregor · 14 years ago
  76. beb4128 @llvm.sqrt isn't really close enough to C's sqrt to justify emitting calls by John McCall · 14 years ago
  77. fc1a9c3 a ridiculous amount of propagation through the backend later, by Chris Lattner · 14 years ago
  78. 3aae609 Teach -Wsign-compare to treat 1 << blah as "idiomatically non-negative". by John McCall · 14 years ago
  79. 974d97b Fix crash in StoreManager::CastRegion() when the base region is a type with 0 size. by Ted Kremenek · 14 years ago
  80. c91cc66 Check access for the implicit calls to destructors that occur when we by John McCall · 14 years ago
  81. e8f5a17 Implement code completion for Objective-C method declarations and by Douglas Gregor · 14 years ago
  82. dba0b0b Minor clean up. by Fariborz Jahanian · 14 years ago
  83. 2846b2b default access for synthesize ivar is @protect. Fixes radar 7823675. by Fariborz Jahanian · 14 years ago
  84. 0bd0459 Patch to not build ivar ASTs when they are ilegally declared in categories. by Fariborz Jahanian · 14 years ago
  85. 209acbd Devote a special diagnostic to the typo by John McCall · 14 years ago
  86. 68b9a59 Teach MemRegion::getBaseRegion() about ObjCIvarRegions. We want to treat by Ted Kremenek · 14 years ago
  87. 161755a Implement the protected access restriction ([class.protected]), which requires by John McCall · 14 years ago
  88. 2e4c7a5 When code completion produces an overload set as its results (e.g., by Douglas Gregor · 14 years ago
  89. fe0bdba Do not produce semicolons at the end of code-completion results by Douglas Gregor · 14 years ago
  90. 2f880e4 Only prove macros as code-completion results when we're in a case by Douglas Gregor · 14 years ago
  91. 22f5699 When sending a message to "id", apply some heuristics to try to narrow by Douglas Gregor · 14 years ago
  92. 6da9eb6 teach clang to install the inline asm diagnostic handler, by Chris Lattner · 14 years ago
  93. cabae68 reduce indentation, tidy. by Chris Lattner · 14 years ago
  94. 719770d Make code-completion for Objective-C message sends to "id" work in the by Douglas Gregor · 14 years ago
  95. 52d9ae3 fit in 80 cols by Chris Lattner · 14 years ago
  96. a983448 Put type restriction on convesion to nonconforming 'id' back in by Fariborz Jahanian · 14 years ago
  97. 60a53f2 Driver: Add a Tool::hasGoodDiagnostics hook, and use it to simplify logic for by Daniel Dunbar · 14 years ago
  98. 13438f9 Implement support for code completion of an Objective-C message send to by Douglas Gregor · 14 years ago
  99. 64538cf Perform code-completion within ParseCastExpression, which handles, by Douglas Gregor · 14 years ago
  100. 7f33085 Fix PR 6725. It looks like the copy constructor gets elided during inlining. by Zhongxing Xu · 14 years ago