1. b0850b3 [ms-inline asm] Test case for r166349 and r166352. by Chad Rosier · 12 years ago
  2. 362b18c [ms-inline asm] Update testcase for r166316. by Chad Rosier · 12 years ago
  3. 25bc47e [ms-inline asm] Revert accidental commit. Sorry for the churn. by Chad Rosier · 12 years ago
  4. e1aebe1 Pretty-print a ParenListExpr in a variable initializer correctly. Patch by Grzegorz Jablonski. by Eli Friedman · 12 years ago
  5. 793c405 [ms-inline asm] Set the SemaCallback in the TargetAsmParser. by Chad Rosier · 12 years ago
  6. 1f432ee tests: Fix two tests to just use -triple instead of XFAIL+XTARGET. by Daniel Dunbar · 12 years ago
  7. ca082d0 tests: Stop mangling '-vg' into the triple, we don't use this currently. by Daniel Dunbar · 12 years ago
  8. 5f531a4 Clarify wording of -Wshift-op-parentheses. by David Blaikie · 12 years ago
  9. 535a5d0 Allow objc_requires_super to be used to check class methods as well. by Jordan Rose · 12 years ago
  10. 266dba3 Change VerifyDiagnosticConsumer so that it *must* contain at least one "expected-*" directive. As a result, for test-cases that are not expected to generate any diagnostics, an additional directive "expected-no-diagnostics" has been implemented which can then be included in such test-cases. This new directive may not be used in conjunction with any other "expected-*" directive. by Andy Gibbs · 12 years ago
  11. 8e8fb3b Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. by Andy Gibbs · 12 years ago
  12. 4a529d2 Fix directive parsing in VerifyDiagnosticConsumer so that it ensures that "expected" is at the start of the word and will no longer accept typos such as "junkexpected-*" as a valid "expected-*" directive. A very few test-cases had to be amended to adhere to the new rule. by Andy Gibbs · 12 years ago
  13. 79cf161 Revert r166268, this fix for a crash-on-invalid introduced a rejects-valid. by Nick Lewycky · 12 years ago
  14. 820e9a7 DR1511: A const volatile global does not implicitly get internal linkage like a by Richard Smith · 12 years ago
  15. 80ddc31 PR14124: When performing template instantiation of a qualified-id outside of a by Richard Smith · 12 years ago
  16. 0b4cc95 Fix handling of the regparm attribute in the presence of classes with copy by Rafael Espindola · 12 years ago
  17. 71197a3 clang/test/Index/annotate-comments.cpp: Relax the expression to be matched to -fms-compatibility. Then XFAIL can be removed. by NAKAMURA Takumi · 12 years ago
  18. 5f75068 Handle diamond inheritance in -Woverloaded-virtual. by David Blaikie · 12 years ago
  19. 745e6f1 Move the set of files to be validated in an AST file into the control by Douglas Gregor · 12 years ago
  20. ae8273a clang/test/Index/annotate-comments.cpp: Mark this as XFAIL on msvc. Investigating. by NAKAMURA Takumi · 12 years ago
  21. 25c9bc1 Use the type as written when pretty-printing C-style casts. Patch by Grzegorz Jablonski. by Eli Friedman · 12 years ago
  22. da3301e Add a new option for and disable column number information as there by Eric Christopher · 12 years ago
  23. eafa9d4 Remove check which incorrectly suppressed printing an identifier in type printing. Patch by Benoit Perrot. by Eli Friedman · 12 years ago
  24. d03ef04 Fix AST pretty-printing for C++ new expressions with placement arguments with default values. by Eli Friedman · 12 years ago
  25. 9a14db3 Fix Objective-C implicit property synthesis for C++ classes so we use valid by Eli Friedman · 12 years ago
  26. c3c26b7 [analyzer] Ivar invalidation: identify properties declared in protocols. by Anna Zaks · 12 years ago
  27. b1502bc DR1442: In a range-based for statement, namespace 'std' is not an associated by Richard Smith · 12 years ago
  28. a9b1aa5 [ms-inline asm] Remove accidental commit. by Chad Rosier · 12 years ago
  29. 7ba2b45 Fix this test to match recent addition of declaration tag. by Fariborz Jahanian · 12 years ago
  30. 7fd00b1 [ms-inline asm] Move most of the AsmParsing logic in clang back into the MC by Chad Rosier · 12 years ago
  31. 6b2d7c7 Un-XFAIL some tests for comment to XML conversion. This reverts r166151 and by Dmitri Gribenko · 12 years ago
  32. 6678a05 Tests for DR1507. by Richard Smith · 12 years ago
  33. 8d7a24e [libclang] Invoke a ppIncludedFile callback when indexing implicit module imports. by Argyrios Kyrtzidis · 12 years ago
  34. ff9c9e1 [libclang] Add a test for annotation of module headers by Argyrios Kyrtzidis · 12 years ago
  35. 9be36ab DR1535: only potentially-evaluated typeid expressions are disallowed in constant by Richard Smith · 12 years ago
  36. 76398e5 Fix -Woverloaded-virtual when the using statement refers to a base declaration of a virtual function. by David Blaikie · 12 years ago
  37. d654f2d DR1528: C++11 doesn't allow repeated cv-qualifiers in declarators after all. by Richard Smith · 12 years ago
  38. 07c90ed XFAIL these tests until I can figure out what is going on on other platforms. by Fariborz Jahanian · 12 years ago
  39. bea52da Adds couple of missing warning flags so warnings can be turned by Fariborz Jahanian · 12 years ago
  40. 5ba49c0 Add -std=c++1y argument, for *highly* experimental C++14 support. by Richard Smith · 12 years ago
  41. 1bfb00d [Doc parsing]: This patch adds <Declaration> tag to by Fariborz Jahanian · 12 years ago
  42. d4ce811 [analyzer] When binding to a ParenExpr, bind to its inner expression instead. by Jordan Rose · 12 years ago
  43. f1e67d7 [analyzer] Create a temporary region when accessing a struct rvalue. by Jordan Rose · 12 years ago
  44. 9556b39 Revert r158009 since there are some uses of artificial functions in debug info. by Eric Christopher · 12 years ago
  45. 86ce8f5 Remove an unneeded flag from the bitrig driver tests. by Chandler Carruth · 12 years ago
  46. 64fe36e Update test FIXME: The '[]' in 'delete []' is never part of a lambda. by Richard Smith · 12 years ago
  47. b03527a Set a special flag in class metadata when an Objective-C class by John McCall · 12 years ago
  48. 015f33b At -O0, prefer objc_storeStrong with a null new value to the by John McCall · 12 years ago
  49. 5708c18 Implement C++ 10.3p16 - overrides involving deleted functions must match. by David Blaikie · 12 years ago
  50. 16de3db Move test to a more appropriate place. by Eli Friedman · 12 years ago
  51. 915c07d Fix pretty-printing for variables declared in a condition. Patch by Grzegorz Jablonski. by Eli Friedman · 12 years ago
  52. 57016dd Serialize TargetOptions into an AST file, and make sure that we keep by Douglas Gregor · 12 years ago
  53. 708f69b DR1492: In a definition of a destructor, the exception specification must be by Richard Smith · 12 years ago
  54. 2eb9a95 PR13684: Emit vtable entries for deleted functions as __cxa_deleted_function. by David Blaikie · 12 years ago
  55. 2e2f9dc ARM ABI: fix testing case arm-abi-vector.c by using [[VAR]] by Manman Ren · 12 years ago
  56. 263366f Add pnaclcall convention to Native Client targets. by Derek Schuff · 12 years ago
  57. 3f784bf XFAIL this testing case to recover buildbot by Manman Ren · 12 years ago
  58. 4d283e1 Test pure virtual vtable entries in the Itanium ABI. by David Blaikie · 12 years ago
  59. d954ab4 Note deleted functions when dumping vtables. by David Blaikie · 12 years ago
  60. 9337102 ARM ABI: fix ABI alignment issues in varargs. by Manman Ren · 12 years ago
  61. e0c50fa [analyzer] Ivar Invalidation: track ivars in continuations and @implementation. by Anna Zaks · 12 years ago
  62. 97f8157 ARM ABI: passing illegal vector types as varargs. by Manman Ren · 12 years ago
  63. d105e73 ARM ABI: fix ABI alignment issues when passing legal vector types as varargs. by Manman Ren · 12 years ago
  64. 9b29f4f Implement GCC's -Wint-to-pointer-cast. by David Blaikie · 12 years ago
  65. 4695f91 When using a symbol with attribute weakref, search for it first and by Joerg Sonnenberger · 12 years ago
  66. 1c9a2da Minor tweak to last patch along with a test case. // rdar://12491143 by Fariborz Jahanian · 12 years ago
  67. 891dac7 GNUstep runtime version default to 1.6, generate correct property attribute by David Chisnall · 12 years ago
  68. bc9e5ff [analyzer] ObjCContainersASTChecker: minor cleanup and an extra test case. by Jordan Rose · 12 years ago
  69. 625ce08 [analyzer] Do not warn on direct ivar assignments within copy methods. by Anna Zaks · 12 years ago
  70. 7a0c064 Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow. by Daniel Dunbar · 12 years ago
  71. 88d285c Fixes location of overriding declaration with no comment of their own. by Fariborz Jahanian · 12 years ago
  72. dc0d4e2 Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6. by Nico Weber · 12 years ago
  73. d9b56ed [ms-inline asm] Rework the front-end to use the API introduced in r165946. by Chad Rosier · 12 years ago
  74. 6553c68 structured document comment: patch to provide comment for overriding function by Fariborz Jahanian · 12 years ago
  75. 2b49d1f Introduce the notion of excluded headers into the module map by Douglas Gregor · 12 years ago
  76. 802cd5b At -O0, emit an @llvm.trap() call at the end of a value-returning function which by Richard Smith · 12 years ago
  77. 2784453 "Implement" codegen support for __noop(). by Nico Weber · 12 years ago
  78. 5f608ae Make -mms-bitfields behave consistently. by Eli Friedman · 12 years ago
  79. b2aa66c -fcatch-undefined-behavior: Trap undefined behavior due to conversions to or by Richard Smith · 12 years ago
  80. a143a9d Fix -ast-print for uses of operator->. by Eli Friedman · 12 years ago
  81. 3ce9fae Thread-safety analysis: support multiple thread-safety attributes on by DeLesley Hutchins · 12 years ago
  82. fba3fb9 [ms-inline asm] Remove a bunch of parsing code from the front-end, which will be by Chad Rosier · 12 years ago
  83. c8b2a86 Add missing header from 165821 by Douglas Gregor · 12 years ago
  84. 8b48e08 Sanitize the names of modules determined based on the names of headers by Douglas Gregor · 12 years ago
  85. 8b799f3 Remove XFAIL,fix test by Bill Schmidt · 12 years ago
  86. cfe9f32 XFAIL pending further investigation by Bill Schmidt · 12 years ago
  87. 6952c01 Fix typo correction of one qualified name to another. by David Blaikie · 12 years ago
  88. b1f5fe0 This patch addresses PR13948. by Bill Schmidt · 12 years ago
  89. f4deaef Handle a "#pragma options align" inside a class. by Argyrios Kyrtzidis · 12 years ago
  90. be9edce clang/test/Index/index-module.m: Tweak expressions to fit Win32 paths. by NAKAMURA Takumi · 12 years ago
  91. 54c8a40 Track which particular submodule #undef's a macro, so that the actual by Douglas Gregor · 12 years ago
  92. 749ace6 search for overridden methods with comment when overriding method by Fariborz Jahanian · 12 years ago
  93. abeadfb Provide a fixit when taking the address of an unqualified member function. by David Blaikie · 12 years ago
  94. 80eed72 clang/test/Index/index-module.m: Move XFAIL. It was line-number-sensitive. by NAKAMURA Takumi · 12 years ago
  95. 6eefeee clang/test/Index/index-module.m: Mark it as XFAIL:win32 for now. by NAKAMURA Takumi · 12 years ago
  96. 55cbb79 clang/test/Index/index-pch-with-module.m: Tweak expressions for win32 pathsep. by NAKAMURA Takumi · 12 years ago
  97. 90a76e5 [ms-inline asm] Remove a bunch of parsing code from the front-end, which will be by Chad Rosier · 12 years ago
  98. 3440415 [ms-inline asm] Lookup the IdentifierInfo using the Idents table and remove the by Chad Rosier · 12 years ago
  99. e8219a6 Diagnose the expansion of ambiguous macro definitions. This can happen by Douglas Gregor · 12 years ago
  100. 42adacb Remove OSAtomicChecker. by Ted Kremenek · 12 years ago