1. a8f7a97 Implement __builtin_eh_return_data_regno() for ARM and MIPS. by Logan Chien · 12 years ago
  2. a0a628f ubsan: Emit bounds checks for array indexing, vector indexing, and (in really simple cases) pointer arithmetic. This augments the existing bounds checking with language-level array bounds information. by Richard Smith · 12 years ago
  3. 1c8278b Test that attribute(availability) doesn't override private_extern. by John McCall · 12 years ago
  4. 02fb50d Remove the hack that avoided mangling static functions in extern C contexts. by Rafael Espindola · 12 years ago
  5. 7728cdd Revert r175912, "Add support for coldcc to clang" at John's request. by Peter Collingbourne · 12 years ago
  6. fdf5706 [libclang] Fix assertion hit when code-completing inside a function macro with more by Argyrios Kyrtzidis · 12 years ago
  7. f799ae1 objective-C arg: provide fixit support when by Fariborz Jahanian · 12 years ago
  8. 5bb033b Update tests so that we don't test for function-only attributes on call sites. by Bill Wendling · 12 years ago
  9. efc5b67 Driver: Pass down the -march setting down to -cc1as on x86 too. by Benjamin Kramer · 12 years ago
  10. 8019039 Split out the command handling for split debug info, we're going by Eric Christopher · 12 years ago
  11. ae7396c [analyzer] Don't canonicalize the RecordDecl used in CXXBaseObjectRegion. by Jordan Rose · 12 years ago
  12. 4c67aa9 Add support for coldcc to clang by Peter Collingbourne · 12 years ago
  13. 0b849d3 [preprocessing record] Have the MacroDefinitions map point to the MacroDefinition object instead by Argyrios Kyrtzidis · 12 years ago
  14. 4c8cba8 Make sure pragmas don't attach visibility attributes to auto variables with by Rafael Espindola · 12 years ago
  15. 684aa73 [Sema] Semantic analysis for empty-declaration and attribute-declaration. by Michael Han · 12 years ago
  16. 6ebf091 Comment parsing: add CommentOptions to allow specifying custom comment block commands by Dmitri Gribenko · 12 years ago
  17. 33b52ad Fix MergeFunctionDecl implicit CC for static methods. by Timur Iskhodzhanov · 12 years ago
  18. 4da0903 Don't crash if we try to apply 'alignas' to a variable declared with an by Richard Smith · 12 years ago
  19. 672edb0 Don't accidentally and silently accept C++11 attributes in decl-specifier-seqs by Richard Smith · 12 years ago
  20. 4e1125f Update to use references to attribute groups instead of listing the attributes on the call/invoke instructions. by Bill Wendling · 12 years ago
  21. 68ea3ae Per the grammar in [dcl.dcl]p1, a simple-declaration can only have attributes by Richard Smith · 12 years ago
  22. f6565a9 Handle alignas(foo...) pack expansions. by Richard Smith · 12 years ago
  23. 745af1c In LookupResult::resolveKind(), when handling multiple found declarations, ignore invalid declarations. by Argyrios Kyrtzidis · 12 years ago
  24. d5668a2 When a parameter list in a C function has an error, recover by forming a K&R function, by Argyrios Kyrtzidis · 12 years ago
  25. 28965bf Don't crash when applying an alloc_size attribute on a K&R function. by Argyrios Kyrtzidis · 12 years ago
  26. 150d853 Don't skip '_Alignas' when disambiguating 'final'. '_Alignas' can't appear here, by Richard Smith · 12 years ago
  27. 425663a Teach -ast-print how to print trailing-return-types. by Richard Smith · 12 years ago
  28. b04a238 [analyzer] Implement "Loop executed 0 times" diagnostic correctly. by Ted Kremenek · 12 years ago
  29. 671b321 Implement C++11 [dcl.align]p6-p8, and C11 6.7.5/7. This had to be split out of by Richard Smith · 12 years ago
  30. 1f12c47 [libclang] Fix a crash with invalid code, while skip function bodies is enabled. by Argyrios Kyrtzidis · 12 years ago
  31. 637619b Only suppress instance context if a member is actually by John McCall · 12 years ago
  32. 8dadf15 [analyzer] Place all inlining policy checks into one palce by Anna Zaks · 12 years ago
  33. 9e738cc Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=, by Richard Smith · 12 years ago
  34. 5e5440b [analyzer] Make sure a materialized temporary matches its bindings. by Jordan Rose · 12 years ago
  35. f08740b Fix regression in modeling assignments of an address of a variable to itself. Fixes <rdar://problem/13226577>. by Ted Kremenek · 12 years ago
  36. 5704d34 Make sure we only use the output file as a base for debug splitting by Eric Christopher · 12 years ago
  37. f0b1a0e objective-C arc: Diagnostic can not say to use bridge by Fariborz Jahanian · 12 years ago
  38. c7d1ca5 Preproceessor: fix #if skipping under -traditional-cpp. by Jordan Rose · 12 years ago
  39. 0c67fc9 Make for x86 to stop it failing on ARM buildbots. by Bill Wendling · 12 years ago
  40. 9f1d541 [analyzer] Make sure a temporary object region matches its initial bindings. by Jordan Rose · 12 years ago
  41. 3892d02 Ignore visibility from enclosing template arguments by John McCall · 12 years ago
  42. 1c885a5 clang/test/Driver/qa_override.c: Appease gcc-driver. by NAKAMURA Takumi · 12 years ago
  43. b83a5d8 Fix typo 'with with' in diagnostic. by Richard Smith · 12 years ago
  44. f870e12 Don't pass -split-dwarf= to the backend unless we're on linux for now. by Eric Christopher · 12 years ago
  45. 59320e7 Remove the SplitDebug action and replace with a set of commands by Eric Christopher · 12 years ago
  46. 4216ee1 AST dumping: dump template instantiations only once by Dmitri Gribenko · 12 years ago
  47. 05f8ff1 Patch for debug info of qualified-id types is 'id' By Adrian Pranti. by Fariborz Jahanian · 12 years ago
  48. 51d1095 Try to fix the test for cmake builds, where clang is called clang-3.3. by Benjamin Kramer · 12 years ago
  49. 478bbf3 Try to get buildbots to pass these tests. by Bill Wendling · 12 years ago
  50. 79165b8 [driver] Handle the processing of the QA_OVERRIDE_GCC3_OPTIONS and CCC_ADD_ARGS by Chad Rosier · 12 years ago
  51. 6aad4a3 Preprocessor: preserve whitespace in -traditional-cpp mode. by Jordan Rose · 12 years ago
  52. ff04dd4 Add a 64-bit triple to these tests, to fix 32-bit bots. by Joey Gouly · 12 years ago
  53. b965d8b Fix an OpenCL test case. Pointer arguments to kernels must be declared with the by Joey Gouly · 12 years ago
  54. 52e933b by Joey Gouly · 12 years ago
  55. 0cd3142 [analyzer] Add another reinterpret_cast behavior test. by Jordan Rose · 12 years ago
  56. 9f6e910 libstdc++'s <cstdalign> #includes <stdalign.h> and expects it to guard against by Richard Smith · 12 years ago
  57. 11f0cae [analyzer] Tighten up safety in the use of lazy bindings. by Jordan Rose · 12 years ago
  58. 41a6a3e objective-C arc IR-gen. Retaining of strong by Fariborz Jahanian · 12 years ago
  59. 90a7820 Revert "intmax_t is long long on Darwin, not long." by Jordan Rose · 12 years ago
  60. 30f2a74 PR15311: Finish implementation of the suggested resolution of core issue 1488, by Richard Smith · 12 years ago
  61. 3bba3ef Attempt to clean up tests for non-X86 platforms. by Bill Wendling · 12 years ago
  62. 6b3d3e5 Process and handle attributes on conditions and for loop variables. Process and by Richard Smith · 12 years ago
  63. 2ec6cfc [ms-inline asm] Remove this test while I investigate why eax isn't being clobbered. by Chad Rosier · 12 years ago
  64. 2f98ad3 Remove target-specific features. by Bill Wendling · 12 years ago
  65. f7a9da0 Modify the tests to use attribute group references instead of listing the by Bill Wendling · 12 years ago
  66. a905c4f intmax_t is long long on Darwin, not long. by Jordan Rose · 12 years ago
  67. d4c3d66 Add a new 'type_visibility' attribute to allow users to by John McCall · 12 years ago
  68. 0532140 PR15300: Support C++11 attributes on base-specifiers. We don't support any such by Richard Smith · 12 years ago
  69. 65f991c [analyzer] Don't accidentally strip off base object regions for lazy bindings. by Jordan Rose · 12 years ago
  70. aad3fa6 Add the missing 'static' keyword to the test by Timur Iskhodzhanov · 12 years ago
  71. a880b19 Add support for -fvisibility-ms-compat. by John McCall · 12 years ago
  72. 0b5a483 Use the actual class visibility for the ObjC EHTYPE global, by John McCall · 12 years ago
  73. 9352a62 Test for my last patch. // rdar://13178483 by Fariborz Jahanian · 12 years ago
  74. 3b1a40f CodeGenFunction::CurFuncDecl can be NULL; fix crash introduced in r175386. by Douglas Gregor · 12 years ago
  75. aa94590 Ensure that the identifier chains have the most recent declaration after module deserialization. by Douglas Gregor · 12 years ago
  76. 6a93c86 AArch64: add atomic support parameters to TargetInfo by Tim Northover · 12 years ago
  77. 6b8f37a Update test cases to account for DIBuilder type changes. by David Blaikie · 12 years ago
  78. 724cfee Disable dead stores checker for template instantations. Fixes <rdar://problem/13213575>. by Ted Kremenek · 12 years ago
  79. e50e91d Test ivar-invariant.m: use a more idiomatic RUN line and tighten the test by Dmitri Gribenko · 12 years ago
  80. e95036b Remove block names from test case to unbreak release builds. by Lang Hames · 12 years ago
  81. 56c00c4 Re-apply r174919 - smarter copy/move assignment/construction, with fixes for by Lang Hames · 12 years ago
  82. 28a2cec [clang] fix test execution command by Saleem Abdulrasool · 12 years ago
  83. 961f570 [CodeGen] tighten objc ivar invariant.load attribution by Saleem Abdulrasool · 12 years ago
  84. 97e948e Fix for ARM: functions don't have extra attributes there, so {{.*}} is "" by Dmitri Gribenko · 12 years ago
  85. 12e0c13 libAnalysis: Add a case for TypeAliasDecl in CFGRecStmtDeclVisitor. by Jordan Rose · 12 years ago
  86. 896c7dd Don't warn on conversion from NULL to nullptr_t by David Blaikie · 12 years ago
  87. b4127a2 Emit vtables for an extern template class as available_externally, not as by Richard Smith · 12 years ago
  88. 7640b02 [PCH] Deserializing the DeclContext of a template parameter is not safe by Argyrios Kyrtzidis · 12 years ago
  89. 5a758de Rework the visibility computation algorithm in preparation by John McCall · 12 years ago
  90. a6e0a0d Add test case for r175312. by Chad Rosier · 12 years ago
  91. c0dcc2d Add the 'target-cpu' and 'target-features' attributes to functions. by Bill Wendling · 12 years ago
  92. ae03d8e libclang: add clang_getTypeSpelling(CXType CT) by Dmitri Gribenko · 12 years ago
  93. 17c1a2e objective-C: Fixes a compiler crash when encoding by Fariborz Jahanian · 12 years ago
  94. 3285c78 Fixed diagnostic nondeterministic order bug (pr14901). by Enea Zaffanella · 12 years ago
  95. db546fa Fix crash-on-invalid where a ParenListExpr shows up as a message receiver by Argyrios Kyrtzidis · 12 years ago
  96. 820b23d When a statement is dropped from the AST because it was invalid, make sure by Argyrios Kyrtzidis · 12 years ago
  97. 2e85e74 Sema: Unnest early exit and remove an unnecessary bad cast. by Benjamin Kramer · 12 years ago
  98. 0f9827f Abstract out emitting the vdtor calls and do it properly when using -cxx-abi microsoft; also fix vdtor calls for the ARM ABI by Timur Iskhodzhanov · 12 years ago
  99. c1ea4b9 Update testcases due to Attribute sorting improvements. by Bill Wendling · 12 years ago
  100. ada0d22 [analyzer] Don't assert when mixing reinterpret_cast and derived-to-base casts. by Jordan Rose · 12 years ago