1. 6cd3b9f Instantiate default argument expressions even if their associated parameter by John McCall · 14 years ago
  2. 1a4221c Don't warn about unused static functions if they are marked with by Chris Lattner · 14 years ago
  3. 9f692a0 On Windows, disable the modification-time check for files used in by Douglas Gregor · 14 years ago
  4. 4ecb25f Fixes a regression caused by implementing cstyle methods for objc. by Fariborz Jahanian · 14 years ago
  5. 08c0cdf Forcibly disable test/PCH/pr4489.c, it is flaky on one of the buildbots. by Daniel Dunbar · 14 years ago
  6. 5dd52ac Add a note to the C++ compatibility page about templates with no by John McCall · 14 years ago
  7. d4eea83 Improve diagnostics when we fail to convert from a source type to a by Douglas Gregor · 14 years ago
  8. 355fa3a Use '%clang_cc1' instead of '%clang' to make the warning output more consistent across by Ted Kremenek · 14 years ago
  9. bace4ba For 'open' check in UnixAPIChecker, hard code value of 'O_CREAT' on Darwin. by Ted Kremenek · 14 years ago
  10. 8804bdc Reorder diagnostics to separate the Sema::AssignmentAction diagnostics from other diagnostics by Douglas Gregor · 14 years ago
  11. 5d07401 Temporarily only enable 'open' check on Mac OS X to unbreak Windows buildbot. I'm by Ted Kremenek · 14 years ago
  12. cb821d0 Downgrade the "declaration does not declare anything" error to a by Douglas Gregor · 14 years ago
  13. 7732cc9 Implement method type encoding in the presense by Fariborz Jahanian · 14 years ago
  14. b4c0c2d Match GCC's behavior and do not include '-Wunused-parameter' in '-Wunused'. by Ted Kremenek · 14 years ago
  15. c173be2 Explain that a template needs arguments to make it into a type, for by Jeffrey Yasskin · 14 years ago
  16. ea7390c Set access properly on instantiated friend class template declarations. by John McCall · 14 years ago
  17. 99d9838 Add static analyzer check for calls to 'pthread_once()' where the control-flow has by Ted Kremenek · 14 years ago
  18. a8b48e4 Update test case. by Ted Kremenek · 14 years ago
  19. b7e5f14 Remove micro-optimization for not issueing CFG-based warnings for 'static inline' functions by Ted Kremenek · 14 years ago
  20. c53d0d7 Introduce an egregious hack to work around a bug in libstdc++ 4.2.x's by Douglas Gregor · 14 years ago
  21. 6f46c26 Fix a misuse of iterators when iterating through block's by Fariborz Jahanian · 14 years ago
  22. e1fcf29 Include all warnings under '-Wunused' in '-Wmost' and '-Wall'. by Ted Kremenek · 14 years ago
  23. bbf3fe4 Sort entries in diagnostic group "Most". by Ted Kremenek · 14 years ago
  24. 33cab70 Maybe we should store template arguments in the position we allocated for them by John McCall · 14 years ago
  25. 9ab1454 Make CXXScopeSpec invalid when incomplete, and propagate that into any by Jeffrey Yasskin · 14 years ago
  26. 461e326 Rename CGVtable files to CGVTables. by Anders Carlsson · 14 years ago
  27. ec9c202 Clarify an assert. by Anders Carlsson · 14 years ago
  28. e17ad2f Unbreak the build by Douglas Gregor · 14 years ago
  29. cfb51b6 CIndex: move extractUSRSuffix out of extern "C" and simplify it. by Benjamin Kramer · 14 years ago
  30. 1e201b4 Eliminate excessive PCH deserialization caused by the search for by Douglas Gregor · 14 years ago
  31. 71c972a Remove caseless switch. by Benjamin Kramer · 14 years ago
  32. af2094e Implement dependent friend function template specializations. by John McCall · 14 years ago
  33. 2b60513 Removed unused object. by Ted Kremenek · 14 years ago
  34. b69eca5 Fronted: Kill overly specialized RecordLayoutDumper, just make -dump-record-layouts a bit that Sema honors. by Daniel Dunbar · 14 years ago
  35. bf9e48c AST: Move C++ record layout dumping to ASTContext::DumpRecordLayout. by Daniel Dunbar · 14 years ago
  36. 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
  37. 4f4fd92 Patch to implement gcc's cstyle arguments in objc methods. wip. by Fariborz Jahanian · 14 years ago
  38. d6f1906 refactor out a function. by Chris Lattner · 14 years ago
  39. bb6fb46 Fix a (bogus) uninitialized-member-of-local warning. by John McCall · 14 years ago
  40. d75fa6e Use SmallVector instead of an std::queue. by Ted Kremenek · 14 years ago
  41. db88d8a When a template (without arguments) is passed as a template type by Jeffrey Yasskin · 14 years ago
  42. edc2877 Fix some redundant errors by changing CXXScopeSpec::isSet calls into by Jeffrey Yasskin · 14 years ago
  43. 1e3c6f4 update for api change. by Chris Lattner · 14 years ago
  44. 216c278 Implement checking for template literal operator functions. This by Sean Hunt · 14 years ago
  45. 19063cd Add support for stpncpy_chk. by Eric Christopher · 14 years ago
  46. 83e7a78 rename llvm::llvm_report_error -> llvm::report_fatal_error by Chris Lattner · 14 years ago
  47. 30019c0 Updated comment to reflect changes made in the most recent draft. by Sean Hunt · 14 years ago
  48. c39f697 Fixed 80-cols violation by Sean Hunt · 14 years ago
  49. 0f0c963 add a new driver-level -ferror-limit=412 option, which causes clang to stop by Chris Lattner · 14 years ago
  50. c100214 add clang -cc1 level support for "-ferror-limit 42" by Chris Lattner · 14 years ago
  51. fc2ca56 Return early from Sema::MarkDeclarationReferenced when we know there by Douglas Gregor · 14 years ago
  52. b205ac9 add capabilities to stop emitting errors after some limit. by Chris Lattner · 14 years ago
  53. c46a246 Don't emit an 'unused expression' warning for '||' and '&&' expressions that contain assignments by Ted Kremenek · 14 years ago
  54. 53eee7b Instead of counting totally diagnostics, split the count into a count by Chris Lattner · 14 years ago
  55. 5863b41 convert to -verify mode. by Chris Lattner · 14 years ago
  56. 06245bf Improve handling of friend types in several ways: by Douglas Gregor · 14 years ago
  57. 1d86935 Split Sema::ActOnFriendTypeDecl into Sema::CheckFriendTypeDecl (for by Douglas Gregor · 14 years ago
  58. beb4128 @llvm.sqrt isn't really close enough to C's sqrt to justify emitting calls by John McCall · 14 years ago
  59. fc1a9c3 a ridiculous amount of propagation through the backend later, by Chris Lattner · 14 years ago
  60. 74626d6 Fix comment. by Zhongxing Xu · 14 years ago
  61. 2dce0c4 Update checker build. by Ted Kremenek · 14 years ago
  62. 595f269 Deprecate CXXScopeSpec::isSet() in favor of isNotEmpty() or isValid(). by Jeffrey Yasskin · 14 years ago
  63. 3aae609 Teach -Wsign-compare to treat 1 << blah as "idiomatically non-negative". by John McCall · 14 years ago
  64. 974d97b Fix crash in StoreManager::CastRegion() when the base region is a type with 0 size. by Ted Kremenek · 14 years ago
  65. c91cc66 Check access for the implicit calls to destructors that occur when we by John McCall · 14 years ago
  66. 5dbacb4 Fix CIndex crash on invalid code reported in <rdar://problem/7833619>. by Ted Kremenek · 14 years ago
  67. e9f5581 Improve on diagnostics when an objc class is used as by Fariborz Jahanian · 14 years ago
  68. e8f5a17 Implement code completion for Objective-C method declarations and by Douglas Gregor · 14 years ago
  69. dba0b0b Minor clean up. by Fariborz Jahanian · 14 years ago
  70. 2846b2b default access for synthesize ivar is @protect. Fixes radar 7823675. by Fariborz Jahanian · 14 years ago
  71. 0bd0459 Patch to not build ivar ASTs when they are ilegally declared in categories. by Fariborz Jahanian · 14 years ago
  72. 209acbd Devote a special diagnostic to the typo by John McCall · 14 years ago
  73. 68b9a59 Teach MemRegion::getBaseRegion() about ObjCIvarRegions. We want to treat by Ted Kremenek · 14 years ago
  74. 161755a Implement the protected access restriction ([class.protected]), which requires by John McCall · 14 years ago
  75. 2e4c7a5 When code completion produces an overload set as its results (e.g., by Douglas Gregor · 14 years ago
  76. fe0bdba Do not produce semicolons at the end of code-completion results by Douglas Gregor · 14 years ago
  77. 2f880e4 Only prove macros as code-completion results when we're in a case by Douglas Gregor · 14 years ago
  78. 2aefcb2 Fix ccc-analyzer's handling of quoted arguments in the build command. Fixes PR 6791.[B by Ted Kremenek · 14 years ago
  79. 22f5699 When sending a message to "id", apply some heuristics to try to narrow by Douglas Gregor · 14 years ago
  80. 914803f add a testcase that the integrated assembler rejects, this verifies by Chris Lattner · 14 years ago
  81. 6da9eb6 teach clang to install the inline asm diagnostic handler, by Chris Lattner · 14 years ago
  82. cabae68 reduce indentation, tidy. by Chris Lattner · 14 years ago
  83. 69ecbdb improved wording around ABI by Blaine Garst · 14 years ago
  84. 719770d Make code-completion for Objective-C message sends to "id" work in the by Douglas Gregor · 14 years ago
  85. 52d9ae3 fit in 80 cols by Chris Lattner · 14 years ago
  86. a983448 Put type restriction on convesion to nonconforming 'id' back in by Fariborz Jahanian · 14 years ago
  87. 60a53f2 Driver: Add a Tool::hasGoodDiagnostics hook, and use it to simplify logic for by Daniel Dunbar · 14 years ago
  88. 13438f9 Implement support for code completion of an Objective-C message send to by Douglas Gregor · 14 years ago
  89. 85372b9 Add test for code completion of Objective-C message sends to classes. by Douglas Gregor · 14 years ago
  90. 64538cf Perform code-completion within ParseCastExpression, which handles, by Douglas Gregor · 14 years ago
  91. 7969f93 clang-wpa fixes for Diagnostic by Douglas Gregor · 14 years ago
  92. 7f33085 Fix PR 6725. It looks like the copy constructor gets elided during inlining. by Zhongxing Xu · 14 years ago
  93. f45d673 Unbreak build by Douglas Gregor · 14 years ago
  94. efbf487 IRgen: Move BitFieldIsSigned bit into CGBitFieldInfo. by Daniel Dunbar · 14 years ago
  95. c7a984a Simplify. by Daniel Dunbar · 14 years ago
  96. 8bea3ef Simplify. by Daniel Dunbar · 14 years ago
  97. 2801977 Make Diagnostic reference-counted, which is simpler than juggling by Douglas Gregor · 14 years ago
  98. e968657 Use cast<> + OpaquePtr.getAs<Decl> to add extra checking of our assumptions. by Ted Kremenek · 14 years ago
  99. 01ae93f inline in MC assembly parsers. clang -integrated-as now works with inline asm! by Chris Lattner · 14 years ago
  100. a0a270c Match MemoryBuffer API changes. by Chris Lattner · 14 years ago