1. 915c07d Fix pretty-printing for variables declared in a condition. Patch by Grzegorz Jablonski. by Eli Friedman · 12 years ago
  2. 57016dd Serialize TargetOptions into an AST file, and make sure that we keep by Douglas Gregor · 12 years ago
  3. 708f69b DR1492: In a definition of a destructor, the exception specification must be by Richard Smith · 12 years ago
  4. 2eb9a95 PR13684: Emit vtable entries for deleted functions as __cxa_deleted_function. by David Blaikie · 12 years ago
  5. 2e2f9dc ARM ABI: fix testing case arm-abi-vector.c by using [[VAR]] by Manman Ren · 12 years ago
  6. 263366f Add pnaclcall convention to Native Client targets. by Derek Schuff · 12 years ago
  7. 3f784bf XFAIL this testing case to recover buildbot by Manman Ren · 12 years ago
  8. e54cba1 [ms-inline asm] Move some logic around to simplify the interface between the by Chad Rosier · 12 years ago
  9. 4d283e1 Test pure virtual vtable entries in the Itanium ABI. by David Blaikie · 12 years ago
  10. d954ab4 Note deleted functions when dumping vtables. by David Blaikie · 12 years ago
  11. 9337102 ARM ABI: fix ABI alignment issues in varargs. by Manman Ren · 12 years ago
  12. 68aa3a9 [analyzer] Expose clang_version in CmpRuns by Anna Zaks · 12 years ago
  13. e0c50fa [analyzer] Ivar Invalidation: track ivars in continuations and @implementation. by Anna Zaks · 12 years ago
  14. 97f8157 ARM ABI: passing illegal vector types as varargs. by Manman Ren · 12 years ago
  15. d105e73 ARM ABI: fix ABI alignment issues when passing legal vector types as varargs. by Manman Ren · 12 years ago
  16. 9b29f4f Implement GCC's -Wint-to-pointer-cast. by David Blaikie · 12 years ago
  17. 4695f91 When using a symbol with attribute weakref, search for it first and by Joerg Sonnenberger · 12 years ago
  18. 1c9a2da Minor tweak to last patch along with a test case. // rdar://12491143 by Fariborz Jahanian · 12 years ago
  19. 9f5933a fixes an objc crash involving objc bool literal on by Fariborz Jahanian · 12 years ago
  20. 891dac7 GNUstep runtime version default to 1.6, generate correct property attribute by David Chisnall · 12 years ago
  21. a240df2 Transform pattern: by Alexey Samsonov · 12 years ago
  22. a637556 Use the Attributes::get method which takes an AttrVal value directly to simplify the code a bit. No functionality change. by Bill Wendling · 12 years ago
  23. bc9e5ff [analyzer] ObjCContainersASTChecker: minor cleanup and an extra test case. by Jordan Rose · 12 years ago
  24. 8176557 [analyzer] CmpRuns - cleaned up the API, added relative path getter by Anna Zaks · 12 years ago
  25. f238aa4 [analyzer] Embed the analyzer version into the plist output. by Anna Zaks · 12 years ago
  26. 51431dc [analyzer] Enhance the error message. by Anna Zaks · 12 years ago
  27. 625ce08 [analyzer] Do not warn on direct ivar assignments within copy methods. by Anna Zaks · 12 years ago
  28. 7a0c064 Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow. by Daniel Dunbar · 12 years ago
  29. 6cf7d7d Fixed CXXNamedCast right paren location propagation to instantiations. by Abramo Bagnara · 12 years ago
  30. ac70278 Fixed LabelDecl source range. by Abramo Bagnara · 12 years ago
  31. b2e8001 Fixed ClassTemplateSpecializationDecl source range. by Abramo Bagnara · 12 years ago
  32. ac8ea05 Fixed FunctionTypeLoc range for trailing return type. by Abramo Bagnara · 12 years ago
  33. 88d285c Fixes location of overriding declaration with no comment of their own. by Fariborz Jahanian · 12 years ago
  34. dc0d4e2 Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6. by Nico Weber · 12 years ago
  35. 0d58339 Move the Attributes::Builder outside of the Attributes class and into its own class named AttrBuilder. No functionality change. by Bill Wendling · 12 years ago
  36. d9b56ed [ms-inline asm] Rework the front-end to use the API introduced in r165946. by Chad Rosier · 12 years ago
  37. 6553c68 structured document comment: patch to provide comment for overriding function by Fariborz Jahanian · 12 years ago
  38. 9a022bb Teach TargetInfo to hold on to the TargetOptions with which it was created. by Douglas Gregor · 12 years ago
  39. ba1f040 [asan] make AddressSanitizer to be a FunctionPass instead of ModulePass. clang part: for FunctionPass we need to run asan at a different point, otherwise it will run before inlining by Kostya Serebryany · 12 years ago
  40. 3d21078 Only report first error when no compilation database is found. by Daniel Jasper · 12 years ago
  41. 75d37b4 Use enum values instead of magic numbers for indexing into the attribute list. by Bill Wendling · 12 years ago
  42. 2b49d1f Introduce the notion of excluded headers into the module map by Douglas Gregor · 12 years ago
  43. 50e6b18 Attributes Rewrite by Bill Wendling · 12 years ago
  44. 802cd5b At -O0, emit an @llvm.trap() call at the end of a value-returning function which by Richard Smith · 12 years ago
  45. a2e9489 Make sure temporary files are deleted when recovering from a crash when compiling modules. by Benjamin Kramer · 12 years ago
  46. ac447fc Delete temporary output files when an error occurs during PCH reading. by Benjamin Kramer · 12 years ago
  47. 10be5ba Simplify code. No functionality change. by Benjamin Kramer · 12 years ago
  48. 4d68ed5 Remove operator cast method in favor of querying with the correct method. by Bill Wendling · 12 years ago
  49. e91e9ec Use the Builder to create the stack alignment attribute. by Bill Wendling · 12 years ago
  50. 2784453 "Implement" codegen support for __noop(). by Nico Weber · 12 years ago
  51. 4308581 Simplify. Suggestion by Sean Silva. by Nico Weber · 12 years ago
  52. e5a934d [analyzer] Remove the "direct bindings only" Environment lookup. by Jordan Rose · 12 years ago
  53. 42e95ac [analyzer] Remove unneeded 'inlineCall' checker callback. by Jordan Rose · 12 years ago
  54. 67bd78f Update for r165858. by Chad Rosier · 12 years ago
  55. de31b28 [ms-inline asm] Remove a bunch of parsing code from the front-end. by Chad Rosier · 12 years ago
  56. 6505a29 Add TargetInfo for r600. by Eli Friedman · 12 years ago
  57. 5f608ae Make -mms-bitfields behave consistently. by Eli Friedman · 12 years ago
  58. b2aa66c -fcatch-undefined-behavior: Trap undefined behavior due to conversions to or by Richard Smith · 12 years ago
  59. 7461682 Move assertion to not crash tests. by Ted Kremenek · 12 years ago
  60. d0f3d71 Silence static analyzer issue by documenting that in this context by Ted Kremenek · 12 years ago
  61. 5a8fc88 Silence null dereference warnings by documenting context-specific by Ted Kremenek · 12 years ago
  62. 7642b9a Further harden checking that scan-view isn't serving up pages outside by Ted Kremenek · 12 years ago
  63. 441ee1d Fix potential crash in ObjCContainersChecker by properly validating by Ted Kremenek · 12 years ago
  64. 186ec9c Silence dead store warning. It is conceptually possible we will by Ted Kremenek · 12 years ago
  65. 507d106 Fix potential null deference in CFG printer. by Ted Kremenek · 12 years ago
  66. 857f568 Remove dead store. by Ted Kremenek · 12 years ago
  67. 106ddc1 Update for r165833. by Chad Rosier · 12 years ago
  68. a143a9d Fix -ast-print for uses of operator->. by Eli Friedman · 12 years ago
  69. 6c500b1 Fix warnings introduced by r165826. by DeLesley Hutchins · 12 years ago
  70. 3ce9fae Thread-safety analysis: support multiple thread-safety attributes on by DeLesley Hutchins · 12 years ago
  71. fba3fb9 [ms-inline asm] Remove a bunch of parsing code from the front-end, which will be by Chad Rosier · 12 years ago
  72. c8b2a86 Add missing header from 165821 by Douglas Gregor · 12 years ago
  73. 8b48e08 Sanitize the names of modules determined based on the names of headers by Douglas Gregor · 12 years ago
  74. 8b799f3 Remove XFAIL,fix test by Bill Schmidt · 12 years ago
  75. cfe9f32 XFAIL pending further investigation by Bill Schmidt · 12 years ago
  76. 6952c01 Fix typo correction of one qualified name to another. by David Blaikie · 12 years ago
  77. b1f5fe0 This patch addresses PR13948. by Bill Schmidt · 12 years ago
  78. 44cbe67 Have scan-view guard against serving up pages outside the root directory. by Ted Kremenek · 12 years ago
  79. 47fcbba Change (!ptr != 0) to (!ptr) to make the code more readable. by Richard Trieu · 12 years ago
  80. f4deaef Handle a "#pragma options align" inside a class. by Argyrios Kyrtzidis · 12 years ago
  81. 71793ef Add dump support for comments coming from by Fariborz Jahanian · 12 years ago
  82. 3c5527e c-index-test.c: /* Use C style comment. */ by NAKAMURA Takumi · 12 years ago
  83. be9edce clang/test/Index/index-module.m: Tweak expressions to fit Win32 paths. by NAKAMURA Takumi · 12 years ago
  84. ab21005 Remove unused variable. by Benjamin Kramer · 12 years ago
  85. 716c8df [PCH] We only need to record C++ overridden methods once for the canonical decl. by Argyrios Kyrtzidis · 12 years ago
  86. 5dbd990 Conditionally use an integral cast for BodyFarm support for OSAtomicCompareAndSwap if the return type is not a boolean. by Ted Kremenek · 12 years ago
  87. 54c8a40 Track which particular submodule #undef's a macro, so that the actual by Douglas Gregor · 12 years ago
  88. 6ec69c3 Remove dead code introduced in r165751. by Chad Rosier · 12 years ago
  89. 749ace6 search for overridden methods with comment when overriding method by Fariborz Jahanian · 12 years ago
  90. b43d87b Remove pointless classof()'s. by Sean Silva · 12 years ago
  91. d680b98 Add missing classof(). by Sean Silva · 12 years ago
  92. abeadfb Provide a fixit when taking the address of an unqualified member function. by David Blaikie · 12 years ago
  93. 80eed72 clang/test/Index/index-module.m: Move XFAIL. It was line-number-sensitive. by NAKAMURA Takumi · 12 years ago
  94. 6eefeee clang/test/Index/index-module.m: Mark it as XFAIL:win32 for now. by NAKAMURA Takumi · 12 years ago
  95. 55cbb79 clang/test/Index/index-pch-with-module.m: Tweak expressions for win32 pathsep. by NAKAMURA Takumi · 12 years ago
  96. 90a76e5 [ms-inline asm] Remove a bunch of parsing code from the front-end, which will be by Chad Rosier · 12 years ago
  97. 3440415 [ms-inline asm] Lookup the IdentifierInfo using the Idents table and remove the by Chad Rosier · 12 years ago
  98. e8219a6 Diagnose the expansion of ambiguous macro definitions. This can happen by Douglas Gregor · 12 years ago
  99. 42adacb Remove OSAtomicChecker. by Ted Kremenek · 12 years ago
  100. 48fa136 Switch over to BodyFarm implementation of OSAtomicCompareAndSwap and by Ted Kremenek · 12 years ago