1. ac9289d [ms-inline asm] Fixup test case to be valid ms-style asm. Fix whitespace. by Chad Rosier · 12 years ago
  2. 94bb74c Tweak AnalyzerOptions::getOptionAsInteger() to populate the string by Ted Kremenek · 12 years ago
  3. 9e28fe6 Change AnalyzerOptions::mayInlineCXXMemberFunction to default populate by Ted Kremenek · 12 years ago
  4. 2a46533 [Doc parsing]: Add available and deprecated attribute info by Fariborz Jahanian · 12 years ago
  5. ad90d10 Fix test for r165028. It only generates that flag for source files now. by Bill Wendling · 12 years ago
  6. 865cc14 Convert to FileCheck. by Rafael Espindola · 12 years ago
  7. 438daee FP_CONTRACT: Fix two tests for -Asserts. by NAKAMURA Takumi · 12 years ago
  8. d44e43e Splitting this test case into two because the behavior for the calling convention code is target-specific. by Aaron Ballman · 12 years ago
  9. 82bfa19 Allowing individual targets to determine whether a given calling convention is allowed or ignored with warning. This allows for correct name mangling for x64 targets on Windows, which in turn allows for linking against the Win32 APIs. by Aaron Ballman · 12 years ago
  10. bb2011d Add redecls into their lexical DeclContext: this is what they assert on, and the merging should have set it correctly. by Axel Naumann · 12 years ago
  11. 38c3bb4 Only those InterestingDecls that got added to the AST should be passed to the ASTConsumer. by Axel Naumann · 12 years ago
  12. f88cd53 -arch is a darwin-specific driver feature, use a triple instead in rewriter test. by Benjamin Kramer · 12 years ago
  13. e50d4f6 Force triple in test to unbreak it on non-darwin platforms. by Benjamin Kramer · 12 years ago
  14. 39d26c3 Merge pending instantiations instead of overwriting existing ones. by Axel Naumann · 12 years ago
  15. 3ba17ee Tweak diagnostic text to indicate that __weak on a local variable is only allowed by Ted Kremenek · 12 years ago
  16. be9af12 Add FP_CONTRACT support for clang. by Lang Hames · 12 years ago
  17. 0fabc18 Re-enable this test to reflect re-enabling the new SROA pass. by Chandler Carruth · 12 years ago
  18. 66360e2 -Wformat: Don't check format strings in uninstantiated templates. by Jordan Rose · 12 years ago
  19. d625056 clang/test/Index: Fix two tests. Both %S and %t are expanded to absolute paths. by NAKAMURA Takumi · 12 years ago
  20. 7cf0cd3 [clang-tests] Changed relative paths to absolute paths in run command for annotate-macro-args.m, get-cursor-macro-args.m, import_self.c. by Michael Gottesman · 12 years ago
  21. ec0df93 Modern translator test. Breakup test into two and by Fariborz Jahanian · 12 years ago
  22. fdcc289 Rename a test I just added. by Fariborz Jahanian · 12 years ago
  23. 88b6c4b objective-C modern translator. Test for producing both by Fariborz Jahanian · 12 years ago
  24. 01cad02 Fix treatment of case which came up on std-proposals@: 'void' is permitted in core constant expressions, despite not being a literal type. by Richard Smith · 12 years ago
  25. c4a8391 PR13978: A 'decltype' DeclSpec has an expression representation, not a type by Richard Smith · 12 years ago
  26. 0209abf Add xml test for availability to comment-xml-schema.c by Fariborz Jahanian · 12 years ago
  27. e606e3d [analyzer] Allow ObjC ivar lvalues where the base is nil. by Jordan Rose · 12 years ago
  28. 75c5e6d [analyzer] Add a test for PR13927 "offsetof replacement flagged as null deref" by Jordan Rose · 12 years ago
  29. d27a368 Revert "[analyzer] Check that a member expr is valid even when the result is an lvalue." by Jordan Rose · 12 years ago
  30. faab561 availability in structured documents. Takes by Fariborz Jahanian · 12 years ago
  31. 622b6fb Have AnalyzerOptions::getBooleanOption() stick the matching config by Ted Kremenek · 12 years ago
  32. 0504a59 Reapply "[analyzer] Handle inlined constructors for rvalue temporaries correctly." by Jordan Rose · 12 years ago
  33. 568f785 Cleaning up the self initialization checker. by Richard Trieu · 12 years ago
  34. 3dd82f7 The Redeclarable part of named decls is read before their name. by Axel Naumann · 12 years ago
  35. b0e33d4 Also merge template redeclarations. by Axel Naumann · 12 years ago
  36. 6e208db Mark two Clang tests as passing on ARM by Nico Weber · 12 years ago
  37. 5819750 fix test/CodeGen/tbaa-for-vptr.cpp: don't hardcode the index of metadata by Kostya Serebryany · 12 years ago
  38. 7b3b95a Bring ASTReader and Writer into sync for the case where a canonical template specialization was written, which is non-canonical at the time of reading: force the reading of the ClassTemplateDecl if it was written. by Axel Naumann · 12 years ago
  39. 6cacae8 CodeGen: Copy tail padding when we're not dealing with a trivial copy assign or move assign operator. by Benjamin Kramer · 12 years ago
  40. 33e3911 Specify a full target in an attempt to appease buildbots. by Bob Wilson · 12 years ago
  41. f2f3ce5 Add Clang support for iOS6. by Bob Wilson · 12 years ago
  42. 1952354 Move the 'find macro by spelling' infrastructure to the Preprocessor class and by Dmitri Gribenko · 12 years ago
  43. 436e825 clang/test/CodeGen/tbaa-struct.cpp: Fix. Be aware of 32 bit pointer. by NAKAMURA Takumi · 12 years ago
  44. ce6644b Revert "[analyzer] Create a temporary region for rvalue structs when accessing fields" by Jordan Rose · 12 years ago
  45. 20aa403 Revert "[analyzer] Create a temp region when a method is called on a struct rvalue." by Jordan Rose · 12 years ago
  46. 846c898 Revert "[analyzer] Handle inlined constructors for rvalue temporaries correctly." by Jordan Rose · 12 years ago
  47. 31f69cc [analyzer] Re-implement IvarInvalidationChecker so that it verifies that by Anna Zaks · 12 years ago
  48. ef4d5ce PR13941: Mark all virtual functions as unnamed_addr. It's not possible to by Richard Smith · 12 years ago
  49. 66da0ab Compatibility macro detection for the -Wimplicit-fallthrough diagnostic. by Alexander Kornienko · 12 years ago
  50. 3437daa -Wreceiver-is-weak: rephrase warning text and add a suggestion Note. by Jordan Rose · 12 years ago
  51. 7a27048 -Warc-repeated-use-of-weak: check ivars and variables as well. by Jordan Rose · 12 years ago
  52. 58b6bdc Add a warning (off by default) for repeated use of the same weak property. by Jordan Rose · 12 years ago
  53. b22c7dc Add basic support for adding !tbaa.struct metadata on llvm.memcpy calls for by Dan Gohman · 12 years ago
  54. 72ab277 When processing an InitListExpr and skipping the initialization of an invalid by Richard Smith · 12 years ago
  55. 3c88301 Update template type diffing to handle qualifiers. Differing qualifiers will by Richard Trieu · 12 years ago
  56. 70d38f3 Allow __builtin_bswap32/64 in constant expressions, like gcc does. Patch by Tijl Coosemans! by Richard Smith · 12 years ago
  57. a5ee089 Modern objcective-C translator. When doing rewriting, Do not by Fariborz Jahanian · 12 years ago
  58. 580cd17 [analyzer] Handle inlined constructors for rvalue temporaries correctly. by Jordan Rose · 12 years ago
  59. 0006ba4 [analyzer] Create a temp region when a method is called on a struct rvalue. by Jordan Rose · 12 years ago
  60. 6f61df3 [analyzer] Create a temporary region for rvalue structs when accessing fields by Jordan Rose · 12 years ago
  61. 919a2d7 Fix a regression from r164656. by Eli Friedman · 12 years ago
  62. bf24792 [analyzer] Address Jordan's code review for r164790. by Anna Zaks · 12 years ago
  63. 377945c [analyzer] IvarInvalidation: track synthesized ivars and allow escape by Anna Zaks · 12 years ago
  64. 88a83e3 [analyzer] Add an experimental ObjC direct ivar assignment checker. by Anna Zaks · 12 years ago
  65. b087bbf [analyzer] Address Jordan's code review comments for r164716. by Anna Zaks · 12 years ago
  66. cc59e91 clang/test/CodeGen/ms-inline-asm.c: It requires x86 codegen. Reported by Joey Gouly. by NAKAMURA Takumi · 12 years ago
  67. f3477c1 Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. See: http://en.wikipedia.org/wiki/If_and_only_if Commit 164766 by Sylvestre Ledru · 12 years ago
  68. 94ff8e1 Fix a typo 'iff' => 'if' by Sylvestre Ledru · 12 years ago
  69. da31359 Per discussion in http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20120917/064551.html by Argyrios Kyrtzidis · 12 years ago
  70. 69e80c5 Use %clang_cc1 so that the test works even if the target isn't available. by Jordan Rose · 12 years ago
  71. c04bb92 [libclang] Always report a CXCursor_MacroDefinition for code-completion by Argyrios Kyrtzidis · 12 years ago
  72. a4376dc Turn off this test, as the new and old SROA cause it produce different output. by Nick Lewycky · 12 years ago
  73. 99c7208 Allow -MF to be used in combination with -E -M or -E -MM. by Benjamin Kramer · 12 years ago
  74. 5bf5c2e [analyzer] Add experimental ObjC invalidation method checker. by Anna Zaks · 12 years ago
  75. 0be2638 [analyzer] Commit a test case for r164579. by Anna Zaks · 12 years ago
  76. d278dbe Fix template instantiation of attributes. More specifically, fix the case by DeLesley Hutchins · 12 years ago
  77. 1aca456 Make our mini-stdint.h platform-independent by using predefined macros. by Jordan Rose · 12 years ago
  78. 526d244 [libclang] Remove the ParentKind cursor kind from code-completion results. by Argyrios Kyrtzidis · 12 years ago
  79. 86b671b Fix build failure and enhance the testcase for unwind.h. by Logan Chien · 12 years ago
  80. 025560c Run test in a freestanding environment so it doesn't accidentally pick up system headers for the wrong target. by Benjamin Kramer · 12 years ago
  81. dc32de2 Fix two more tests that didn't do anything. by Nico Weber · 12 years ago
  82. c888133 Make this test actually test something by Nico Weber · 12 years ago
  83. 93dec51 Revert r163022, it caused PR13924. by Nico Weber · 12 years ago
  84. c5e3df7 Add struct keyword before _Unwind_Context. by Logan Chien · 12 years ago
  85. 80bfa3d Fix an edge case of mangling involving the combination of a lambda and typeid. by Eli Friedman · 12 years ago
  86. d7a6b16 Fix the AST representation for non-type template arguments to encode by Eli Friedman · 12 years ago
  87. 0738198 Teach Type::getAs<TemplateSpecializationType> that a TemplateSpecializationType by Richard Smith · 12 years ago
  88. 80ecf5e [driver] Add support for the -fno-fast-math option. rdar://12299433 by Chad Rosier · 12 years ago
  89. bf7f77a [analyzer] Add tests for symbolic expression liveness. by Jordan Rose · 12 years ago
  90. 0073a5c Reapply "[analyzer] Remove constraints on dead symbols as part of removeDeadBindings." by Jordan Rose · 12 years ago
  91. 4d7e0ce Macro history (de-)serialization. Deserialization currently reads only the latest macro definition. Needs more work. by Alexander Kornienko · 12 years ago
  92. 1370d37 -iframework should allow separate arguments. by Douglas Gregor · 12 years ago
  93. b09de51 Introduce builtin macros to determine whether we're building a by Douglas Gregor · 12 years ago
  94. 4c6d6dc Fix failing test/Sema/wchar.c on ARM. by Hans Wennborg · 12 years ago
  95. ecd03b4 When performing a ::delete of an object with a virtual destructor, by John McCall · 12 years ago
  96. 0e33dcd clang/test/CodeGenCXX/microsoft-*: Fix for -Asserts. by NAKAMURA Takumi · 12 years ago
  97. 9653ab5 Implement Mike Herrick's proposed noexcept mangling. by John McCall · 12 years ago
  98. bd31574 In the MS ABI, ctors return 'this'. Patch by Dmitry Sokolov. by John McCall · 12 years ago
  99. ea30e2f Add the Microsoft __is_interface_class type trait. Patch by Andy Gibbs! by John McCall · 12 years ago
  100. e402e72 Fix for r163013 regression and further __interface enhancement. by John McCall · 12 years ago