1. 142f9e9 -fapple-kext cannot have 'weak' visibility in this abi. by Fariborz Jahanian · 13 years ago
  2. 4814fb5 If any Fix-Its attached to a diagnostic have invalid source locations by Douglas Gregor · 13 years ago
  3. 2100fe9 Moved here from LLVM Clang's configuration options and related macros. by Oscar Fuentes · 13 years ago
  4. c2e20d0 [analyzer] Fix a crash until we can handle temporary struct objects properly. by Argyrios Kyrtzidis · 13 years ago
  5. afdf137 Add __has_feature() for each of the type traits by Douglas Gregor · 13 years ago
  6. 67410b3 Optionally, Clang now builds using LLVM as an external library. by Oscar Fuentes · 13 years ago
  7. 771c678 Clean up of -fapple-kext abi code. No change otherwise. by Fariborz Jahanian · 13 years ago
  8. 799ef66 Implement -Woverloaded-virtual. by Argyrios Kyrtzidis · 13 years ago
  9. 86a4d0d Teach SourceManager::getLocation() how to cope with a source file by Douglas Gregor · 13 years ago
  10. 3b5b023 Remove unnecessary RUN: directive. by Axel Naumann · 13 years ago
  11. 6966c67 More tweaks to the compatibility page. by John McCall · 13 years ago
  12. 3cdbe44 More minor documentation tweaks. by John McCall · 13 years ago
  13. 504b369 Rework the __block jump-checking section, including a justification of by John McCall · 13 years ago
  14. 5ae84f2 Rework and embellish the C99 inline compatibility section. by John McCall · 13 years ago
  15. c3189e9 CMake: Fix test. CMake has not built unittests yet. by NAKAMURA Takumi · 13 years ago
  16. 26743b2 Capture a few implicit references to 'self'. by John McCall · 13 years ago
  17. 5808ce4 More capturing of 'this': implicit member expressions. Getting that by John McCall · 13 years ago
  18. 5533045 Reenable -Wuninitialized warning for captured block variables. by Ted Kremenek · 13 years ago
  19. 59d89c3 Add test from PR9130. by Rafael Espindola · 13 years ago
  20. 01de7a4 Revert 124768. by Rafael Espindola · 13 years ago
  21. 7a17889 Add gTest unittests to clang, and write the first one. by Jeffrey Yasskin · 13 years ago
  22. 50ae3e3 Revert 124754 and 124760 as they made clang unusable in the presence of symbolic by Rafael Espindola · 13 years ago
  23. f704c61 Frontend: Switch -header-include-file output to use unbuffered raw_ostreams with by Daniel Dunbar · 13 years ago
  24. aedd9d5 Don't try to mark virtual members referenced for classes where the key function by Anders Carlsson · 13 years ago
  25. b51eee4 Fix Microsoft bit field problem. This resolves the Index\complete-exprs.c regression on Win32. by Francois Pichet · 13 years ago
  26. b9d4cb3 Improve the performance of filename canonicalization by avoiding by Douglas Gregor · 13 years ago
  27. 609e317 Based on user feedback, swap -Wuninitialized diagnostics to have the warning refer to the bad use, and the note to the variable declaration. by Ted Kremenek · 13 years ago
  28. 5abec14 -fapple-kext, elimination of all direct calls to virtual dtors. by Fariborz Jahanian · 13 years ago
  29. 0ce34c6 Emit debug info for template value parameters. by Devang Patel · 13 years ago
  30. aa596e8 Canonicalize path names in the file manager before performing a lookup by Douglas Gregor · 13 years ago
  31. fa275df Emit debug info for template type parameters. by Devang Patel · 13 years ago
  32. 322c29f clang: Add support for a CC_PRINT_HEADERS environment variable, which mirrors by Daniel Dunbar · 13 years ago
  33. b34d69b Frontend: Add -header-include-file option, for allowing saving header include by Daniel Dunbar · 13 years ago
  34. b376e5e Frontend: Add support (unused) for showing all "interesting" headers, not just by Daniel Dunbar · 13 years ago
  35. 8d2968c Turn test for // rdar://8945175 into a sema test. by Fariborz Jahanian · 13 years ago
  36. adf082e For gcc compatibility, size of a class which is zero by Fariborz Jahanian · 13 years ago
  37. 6159d0f Revert r124704, which uniqued code-completion strings. The space by Douglas Gregor · 13 years ago
  38. 8e50a96 Add NetBSD target support. Patch by Joerg Sonnenberger. by Benjamin Kramer · 13 years ago
  39. 668fdd8 Don't warn for -Wnon-virtual-dtor for dependent classes. by Argyrios Kyrtzidis · 13 years ago
  40. eef63e0 Frontend: Factor out header include dumping (-H) into its own preprocessor by Daniel Dunbar · 13 years ago
  41. 469a1eb An insomniac stab at making block declarations list the variables they close by John McCall · 13 years ago
  42. 5b5828b Fix test by fully specifying the platform. by Nick Lewycky · 13 years ago
  43. b2d11cc Turn on -momit-leaf-frame-pointer by default on all non-Darwin platforms. by Nick Lewycky · 13 years ago
  44. 148f32a Update this test following recent optimizer changes. by Dan Gohman · 13 years ago
  45. f7275cd Remove redundant check to not warn for warn_equality_with_extra_parens if we are in a macro. This is checked twice. by Ted Kremenek · 13 years ago
  46. e349d2c Unique code-completion strings. On Cocoa.h, this costs us about 4% in by Douglas Gregor · 13 years ago
  47. 40249e7 When diagnosing address-space changes, apply array-to-pointer decay first. by John McCall · 13 years ago
  48. ccd5259 -fapple-kext support for indirect call to virtuals dtors - wip. by Fariborz Jahanian · 13 years ago
  49. 110a68e Fix name lookup issue by Douglas Gregor · 13 years ago
  50. e10f900 Add support for x86-64 Mandriva 2010.2. Reported by 'rindolf' on IRC! by Nick Lewycky · 13 years ago
  51. dae6875 Create a special allocator class for code completion, so that all of by Douglas Gregor · 13 years ago
  52. daef9cc Use tempfiles for the .o outputs. by Matt Beaumont-Gay · 13 years ago
  53. ea6d4e7 Enable the self-init checker in scan-build. by Ted Kremenek · 13 years ago
  54. 006ae38 Don't warn about extraneous '()' around a comparison if it occurs within a macro. by Ted Kremenek · 13 years ago
  55. cf1620a Don't warn for "if ((a == b))" if the parens came from a macro. Thanks to Fariborz for the hint! by Argyrios Kyrtzidis · 13 years ago
  56. 7143325 Do the right thing for zero-initializing VLAs that don't have a zero by John McCall · 13 years ago
  57. db08355 Add updated Debian ARM include path. by Nick Lewycky · 13 years ago
  58. a63f6de Provide constant strings for certain common code completion strings, by Douglas Gregor · 13 years ago
  59. bf5c3ac Add test case for dead stores checker to not flag dead assignments to 'self' within a nested assignment. by Ted Kremenek · 13 years ago
  60. 63eeade Fix the message. Thanks to Thomas Clement for noticing. by Argyrios Kyrtzidis · 13 years ago
  61. 70f2330 For "if ((a == b))" only warn if 'a' is a modifiable l-value. Caught by John! by Argyrios Kyrtzidis · 13 years ago
  62. be29d8d [analyzer] Slightly improve the diagnostic message of ObjCSelfInitChecker. by Argyrios Kyrtzidis · 13 years ago
  63. 218937c Allocate CodeCompletionString and all of its components in a by Douglas Gregor · 13 years ago
  64. 0e2dc3a Warn for "if ((a == b))" where the equality expression is needlessly wrapped inside parentheses. by Argyrios Kyrtzidis · 13 years ago
  65. 63b5410 Add temporary hack to -Wuninitialize to create a separate CFG (for C++ code) that doesn't include implicit dtors. by Ted Kremenek · 13 years ago
  66. 9fcbcee Enhance -Wuninitialized to better reason about || and &&, tracking dual dataflow facts and properly merging them. by Ted Kremenek · 13 years ago
  67. d880f52 Implement access checking for the "delete" operator. Fixes PR9050, by Douglas Gregor · 13 years ago
  68. f9997a0 Fix a thinko where I didn't update a consistency check for by Douglas Gregor · 13 years ago
  69. 6f75550 Basic support for -mms-bitfields, from Carl Norum! by Douglas Gregor · 13 years ago
  70. fb7049a Support EFI target triple, from Carl Norum! by Douglas Gregor · 13 years ago
  71. 38ca4f7 Make that test case actually test something, and add another test. by John McCall · 13 years ago
  72. cde5a40 The code trying to assign a typedef to an anonymous tag declaration was by John McCall · 13 years ago
  73. 071d3af Revert 124633. The linker has been told how to merge available_externally. by Rafael Espindola · 13 years ago
  74. 2a7c12c Correct units in doxygen comment for NonVirtualSize. by Ken Dyck · 13 years ago
  75. 5c3633f Convert RecordLayout::NonVirtualSize from bit units to CharUnits. by Ken Dyck · 13 years ago
  76. 65e7a9e When initializing struct members, the important thing is that the "initializing" expression is by Argyrios Kyrtzidis · 13 years ago
  77. 517ebc6 Set visibility for available_externally globals. This is important for two reasons: by Rafael Espindola · 13 years ago
  78. 86c05f3 Perform the bad-address-space conversions check as part of by John McCall · 13 years ago
  79. 293a45e Improve the diagnostic for -Wcustom-atomic-properties. Suggestion by Fariborz! by Argyrios Kyrtzidis · 13 years ago
  80. e4be87e Make Check*PointerTypesForAssignment private and tell them that they're by John McCall · 13 years ago
  81. 3de8424 Harden Lexer::GetBeginningOfToken() against bogus source locations and by Douglas Gregor · 13 years ago
  82. b6cfa24 Slightly reorganize CheckAssignmentConstraints and remove some redundant logic. by John McCall · 13 years ago
  83. 4f5e21e Teach Diagnostic::setClient() to free the existing, owned by Douglas Gregor · 13 years ago
  84. c7a9cda libclang: Don't allow RemoveFileOnSignal to be called via libclang, badness can by Daniel Dunbar · 13 years ago
  85. ff9cd96 Frontend: Add an explicit RemoveFileOnSignal flag argument, to control the by Daniel Dunbar · 13 years ago
  86. 94659e4 Add -Wcustom-atomic-properties which warns if an atomic-by-default property has custom getter or setter. by Argyrios Kyrtzidis · 13 years ago
  87. 4c551b6 Document that set-xcode-analyzer should typically be run using sudo. by Ted Kremenek · 13 years ago
  88. 395cc37 Implement reasonable conversion ranking for Objective-C pointer by Douglas Gregor · 13 years ago
  89. 9641fc8 Only warn for -Wnon-virtual-dtor for public destructors. Thanks to Benjamin Kramer for the hint! by Argyrios Kyrtzidis · 13 years ago
  90. 683a81f Implement the suggested resolution to core issue 547, extended to also by Douglas Gregor · 13 years ago
  91. def4e2a Warn if the class has virtual methods but non-virtual destructor. Addresses rdar://8756445. by Argyrios Kyrtzidis · 13 years ago
  92. 36eb5e4 Don't warn that variables in C++ static member functions shadow fields. Fixes rdar://8900456. by Argyrios Kyrtzidis · 13 years ago
  93. 49a6172 Fix the diagnostic when we are shadowing an external variable and there exists a locally scoped extern with the same name. by Argyrios Kyrtzidis · 13 years ago
  94. 6684d85 Diagnose if extern local variable is followed by non-extern and vice-versa. by Argyrios Kyrtzidis · 13 years ago
  95. 6df96e0 'extern' variables in functions don't shadow externs in global scope. Fixes rdar://8883302. by Argyrios Kyrtzidis · 13 years ago
  96. 43f0a7c If there were errors, disable 'unused' warnings since they will mostly be noise. by Argyrios Kyrtzidis · 13 years ago
  97. 6ad5df1 Error for use of field from anonymous struct or union should say "invalid use of nonstatic data member" by Argyrios Kyrtzidis · 13 years ago
  98. 0413db4 Amazing that there are still issues with the fields of anonymous struct/unions.. by Argyrios Kyrtzidis · 13 years ago
  99. d4d3ce6 Fix test that didn't actually test what it wanted to test. by Argyrios Kyrtzidis · 13 years ago
  100. dfaa5fb Allow Microsoft attributes in a constructor's parameter list. by Francois Pichet · 13 years ago