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. 4d283e1 Test pure virtual vtable entries in the Itanium ABI. by David Blaikie · 12 years ago
  9. d954ab4 Note deleted functions when dumping vtables. by David Blaikie · 12 years ago
  10. 9337102 ARM ABI: fix ABI alignment issues in varargs. by Manman Ren · 12 years ago
  11. e0c50fa [analyzer] Ivar Invalidation: track ivars in continuations and @implementation. by Anna Zaks · 12 years ago
  12. 97f8157 ARM ABI: passing illegal vector types as varargs. by Manman Ren · 12 years ago
  13. d105e73 ARM ABI: fix ABI alignment issues when passing legal vector types as varargs. by Manman Ren · 12 years ago
  14. 9b29f4f Implement GCC's -Wint-to-pointer-cast. by David Blaikie · 12 years ago
  15. 4695f91 When using a symbol with attribute weakref, search for it first and by Joerg Sonnenberger · 12 years ago
  16. 1c9a2da Minor tweak to last patch along with a test case. // rdar://12491143 by Fariborz Jahanian · 12 years ago
  17. 891dac7 GNUstep runtime version default to 1.6, generate correct property attribute by David Chisnall · 12 years ago
  18. bc9e5ff [analyzer] ObjCContainersASTChecker: minor cleanup and an extra test case. by Jordan Rose · 12 years ago
  19. 625ce08 [analyzer] Do not warn on direct ivar assignments within copy methods. by Anna Zaks · 12 years ago
  20. 7a0c064 Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow. by Daniel Dunbar · 12 years ago
  21. 88d285c Fixes location of overriding declaration with no comment of their own. by Fariborz Jahanian · 12 years ago
  22. dc0d4e2 Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6. by Nico Weber · 12 years ago
  23. d9b56ed [ms-inline asm] Rework the front-end to use the API introduced in r165946. by Chad Rosier · 12 years ago
  24. 6553c68 structured document comment: patch to provide comment for overriding function by Fariborz Jahanian · 12 years ago
  25. 2b49d1f Introduce the notion of excluded headers into the module map by Douglas Gregor · 12 years ago
  26. 802cd5b At -O0, emit an @llvm.trap() call at the end of a value-returning function which by Richard Smith · 12 years ago
  27. 2784453 "Implement" codegen support for __noop(). by Nico Weber · 12 years ago
  28. 5f608ae Make -mms-bitfields behave consistently. by Eli Friedman · 12 years ago
  29. b2aa66c -fcatch-undefined-behavior: Trap undefined behavior due to conversions to or by Richard Smith · 12 years ago
  30. a143a9d Fix -ast-print for uses of operator->. by Eli Friedman · 12 years ago
  31. 3ce9fae Thread-safety analysis: support multiple thread-safety attributes on by DeLesley Hutchins · 12 years ago
  32. fba3fb9 [ms-inline asm] Remove a bunch of parsing code from the front-end, which will be by Chad Rosier · 12 years ago
  33. c8b2a86 Add missing header from 165821 by Douglas Gregor · 12 years ago
  34. 8b48e08 Sanitize the names of modules determined based on the names of headers by Douglas Gregor · 12 years ago
  35. 8b799f3 Remove XFAIL,fix test by Bill Schmidt · 12 years ago
  36. cfe9f32 XFAIL pending further investigation by Bill Schmidt · 12 years ago
  37. 6952c01 Fix typo correction of one qualified name to another. by David Blaikie · 12 years ago
  38. b1f5fe0 This patch addresses PR13948. by Bill Schmidt · 12 years ago
  39. f4deaef Handle a "#pragma options align" inside a class. by Argyrios Kyrtzidis · 12 years ago
  40. be9edce clang/test/Index/index-module.m: Tweak expressions to fit Win32 paths. by NAKAMURA Takumi · 12 years ago
  41. 54c8a40 Track which particular submodule #undef's a macro, so that the actual by Douglas Gregor · 12 years ago
  42. 749ace6 search for overridden methods with comment when overriding method by Fariborz Jahanian · 12 years ago
  43. abeadfb Provide a fixit when taking the address of an unqualified member function. by David Blaikie · 12 years ago
  44. 80eed72 clang/test/Index/index-module.m: Move XFAIL. It was line-number-sensitive. by NAKAMURA Takumi · 12 years ago
  45. 6eefeee clang/test/Index/index-module.m: Mark it as XFAIL:win32 for now. by NAKAMURA Takumi · 12 years ago
  46. 55cbb79 clang/test/Index/index-pch-with-module.m: Tweak expressions for win32 pathsep. by NAKAMURA Takumi · 12 years ago
  47. 90a76e5 [ms-inline asm] Remove a bunch of parsing code from the front-end, which will be by Chad Rosier · 12 years ago
  48. 3440415 [ms-inline asm] Lookup the IdentifierInfo using the Idents table and remove the by Chad Rosier · 12 years ago
  49. e8219a6 Diagnose the expansion of ambiguous macro definitions. This can happen by Douglas Gregor · 12 years ago
  50. 42adacb Remove OSAtomicChecker. by Ted Kremenek · 12 years ago
  51. 0ef983e [libclang] Make sure the index_data.main_filename field is initialized by Argyrios Kyrtzidis · 12 years ago
  52. 1d20e82 [libclang] Remove this test while I investigate why it is crashing on release+asserts. by Argyrios Kyrtzidis · 12 years ago
  53. 8003fd6 [libclang] Add tests for indexing modules and PCHs using modules. by Argyrios Kyrtzidis · 12 years ago
  54. f1c1ba0 -Warc-repeated-use-of-weak: fix a use-of-uninitialized and add a test case. by Jordan Rose · 12 years ago
  55. 7da46f9 Properly factor Native Client defines to support NaCl as an OS by Derek Schuff · 12 years ago
  56. 0142f0c Handle gnu_inline in c++ in a gcc compatible way. Original patch by Tobias by Rafael Espindola · 12 years ago
  57. b5cd122 -Warc-repeated-use-of-weak: Don't warn on a single read followed by writes. by Jordan Rose · 12 years ago
  58. 7fffce7 -Warc-repeated-use-of-weak: Check messages to property accessors as well. by Jordan Rose · 12 years ago
  59. a2cdd4d clang/test/CodeGenCXX/microsoft-uuidof.cpp: Fix for -Asserts. by NAKAMURA Takumi · 12 years ago
  60. c5f8046 Add codegen support for __uuidof(). by Nico Weber · 12 years ago
  61. 146e5a4 X86: add F16C support in Clang by Manman Ren · 12 years ago
  62. 6c6c54a Deserialize macro history when we deserialize an identifier that has by Douglas Gregor · 12 years ago
  63. 2edcde8 Make sure we perform the variadic method check correctly for calls to a member operator(). PR14057. by Eli Friedman · 12 years ago
  64. 786e620 Reapply "[analyzer] Treat fields of unions as having symbolic offsets." by Jordan Rose · 12 years ago
  65. 3ea19c8 Fix a crash-on-invalid when parsing a reference to an invalid auto declaration by David Blaikie · 12 years ago
  66. b9966bd objective-C IRgen: When sending a method to 'super' by Fariborz Jahanian · 12 years ago
  67. 8ceb837 Temporarily Revert "[analyzer] Treat fields of unions as having symbolic offsets." by Eric Christopher · 12 years ago
  68. cf9030e [analyzer] Treat fields of unions as having symbolic offsets. by Jordan Rose · 12 years ago
  69. 831339c Make -Wshift-op-parentheses a subgroup of -Wparentheses by David Blaikie · 12 years ago
  70. bf967be [Doc parsing] This patch searches overridden objc/c++ by Fariborz Jahanian · 12 years ago
  71. 4eff6b5 [analyzer] Don't run non-path-sensitive checks on system headers... by Jordan Rose · 12 years ago
  72. c88f8ef -Warc-repeated-use-of-weak: look through explicit casts on assigned values. by Jordan Rose · 12 years ago
  73. 04bec39 Move Sema::PropertyIfSetterOrGetter to ObjCMethodDecl::findPropertyDecl. by Jordan Rose · 12 years ago
  74. 9a1f7d8 Change Sema::PropertyIfSetterOrGetter to make use of isPropertyAccessor. by Jordan Rose · 12 years ago
  75. b5e4ace Fix stack overflow when trying to create an implicit moving by Argyrios Kyrtzidis · 12 years ago
  76. f82232c Apply the same fundamental fix for PR14048 as was applied for PR11905. by Chandler Carruth · 12 years ago
  77. eae5a820 Fix PR 11709: Change the definition of va_list to meet AAPCS requirement by Logan Chien · 12 years ago
  78. 930c05c -fcatch-undefined-behavior: catch a VLA bound which evalutes to a non-positive value. by Richard Smith · 12 years ago
  79. 0a94068 Fix test broken by r165572. by Richard Smith · 12 years ago
  80. a8235d6 Rework the (de-)serialization of macros, as stored in by Douglas Gregor · 12 years ago
  81. 8b2bfdd People put pragmas in crazy places; add more handling. PR14046. by Eli Friedman · 12 years ago
  82. 238b6a9 The clang driver has a fairly fancy support for executing gcc instead of by Rafael Espindola · 12 years ago
  83. 4def70d -fcatch-undefined-behavior: emit calls to the runtime library whenever one of the checks fails. by Richard Smith · 12 years ago
  84. d372a70 [driver] Remove the -W[no-][int-conversion|constant-conversion|enum-conversion] by Chad Rosier · 12 years ago
  85. 5456b0fe When we load a function or method body from an AST file, we check by Douglas Gregor · 12 years ago
  86. 3644d97 If a macro has been #undef'd in a precompiled header, we still need to by Douglas Gregor · 12 years ago
  87. 38eb1e1 When storing the C++ overridden methods, store them once for the by Argyrios Kyrtzidis · 12 years ago
  88. 3ef38ee Make sure we allow "#pragma options align=mac68k" in function-local contexts. <rdar://problem/12453134> by Eli Friedman · 12 years ago
  89. 7716a6b Add regression test to check if -Wenum-conversion is a subgroup of -Wconversion. by Ted Kremenek · 12 years ago
  90. d69f31c In VarDecl::getSourceRange() make sure to check that the source location by Argyrios Kyrtzidis · 12 years ago
  91. 8e6881d Make Bitrig's clang understand -stdlib= correctly. by Chandler Carruth · 12 years ago
  92. 6b34c17 Use a single note diagnostic for all the precedent/parentheses warnings. by David Blaikie · 12 years ago
  93. a4a809e Use getArch instead of getArchName. by Rafael Espindola · 12 years ago
  94. d190057 Expose __builtin_bswap16. by Benjamin Kramer · 12 years ago
  95. b1368c8 [analyzer] Tweak test to run the retain-count checker even on non-Darwin. by Jordan Rose · 12 years ago
  96. 1e5101e ParentMap: Restore the ability to update an existing map. by Jordan Rose · 12 years ago
  97. cf4ce93 [analyzer] Handle implicit statements used for end-of-path nodes' source locs. by Jordan Rose · 12 years ago
  98. cbeda89 Fix another spot where this test varied for a Release build. by Alex Rosenberg · 12 years ago
  99. 74112be Make test resilient to Release build temp names. by Alex Rosenberg · 12 years ago
  100. c857ce8 Propagate calling convention for aliases and weakrefs. by Alex Rosenberg · 12 years ago