1. b0f533e [ms-cxxabi] Implement MSVC virtual base adjustment by Reid Kleckner · 11 years ago
  2. c72ff4f [ms-cxxabi] Fix r182865 to have an actual Itanium-style key function by Reid Kleckner · 11 years ago
  3. 5a8b049 [ms-cxxabi] There are no key functions in the Microsoft C++ ABI by Reid Kleckner · 11 years ago
  4. 53db1b5 Add a testcase from pr16059. by Rafael Espindola · 11 years ago
  5. aa71567 Disallow extern decls of type void in C++ mode by David Majnemer · 11 years ago
  6. 37bccca Objective-C [qoi]: Improve on diagnostic when a method used by Fariborz Jahanian · 11 years ago
  7. 7f1fd2f [analyzer] Use the expression’s type instead of region’s type in ArrayToPointer decay evaluation by Anna Zaks · 11 years ago
  8. 3056439 [analyzer] Re-enable reasoning about CK_LValueBitCast by Anna Zaks · 11 years ago
  9. 538bbe5 Patch to issue error when target of MacOS and iOS by Fariborz Jahanian · 11 years ago
  10. 4e9179a [analyzer] Use a more generic MemRegion.getAsOffset to evaluate bin operators on MemRegions by Anna Zaks · 11 years ago
  11. 5bbb058 Fix a crash when we were trying to compute the linkage too early. by Rafael Espindola · 11 years ago
  12. 44065a7 clang/test/Driver/dyld-prefix.c: Exclude MSYS bash. by NAKAMURA Takumi · 11 years ago
  13. fc782fb Build correct coercion types in SparcV9ABIInfo. by Jakob Stoklund Olesen · 11 years ago
  14. e832854 Propagate VisibleNoLinkage down to class members. by Rafael Espindola · 11 years ago
  15. 107196c Add a SparcV9ABIInfo class for handling the standard SPARC v9 ABI. by Jakob Stoklund Olesen · 11 years ago
  16. bdaa134 Driver: implement --dyld-prefix option. by Peter Collingbourne · 11 years ago
  17. bdf2bba Fix the linkage of local types in inline VisibleNoLinkage functions. by Rafael Espindola · 11 years ago
  18. 050309f Add -fsanitize=leak to driver options. by Sergey Matveev · 11 years ago
  19. b28e88c Tests and status for DR51-99. by Richard Smith · 11 years ago
  20. a99ecbc Fix linkage computation for derived types in inline functions. by Rafael Espindola · 11 years ago
  21. 461f2d8 [Preprocessor] Prevent expansion of y in x ## y when x is empty by Argyrios Kyrtzidis · 11 years ago
  22. b07d448 Warn on va_start() when called with a reference parameter. by Nico Weber · 11 years ago
  23. b9814c8 [analyzer] Fix test for r182677. by Jordan Rose · 11 years ago
  24. d474da0 [analyzer] Treat analyzer-synthesized function bodies like implicit bodies. by Jordan Rose · 11 years ago
  25. 5a6fb20 [analyzer; new edges] Properly set location after exiting an inlined call. by Jordan Rose · 11 years ago
  26. 9129648 PR16091: Error when attempting to emit debug info for undeduced auto return types by David Blaikie · 11 years ago
  27. d27e5cb [PATCH] Generate cold attribute for functions marked __atribute__((cold)) by Diego Novillo · 11 years ago
  28. 942dfe2 [ms-inline asm] Don't diagnose an empty lookup for inline assmebly. This happen by Chad Rosier · 11 years ago
  29. d3bb9ff Fix printing CXXTemporaryObjectExpr with default args. by Rafael Espindola · 11 years ago
  30. 89735b9 Suffixing #pragma comment(lib) library names with .lib if necessary. This matches MSVC behavior, as well as allows us to properly link libraries such as the ones provided by the MSDN examples. by Aaron Ballman · 11 years ago
  31. 3a8aff9 Add -lrt to sanitizer link arguments. by Evgeniy Stepanov · 11 years ago
  32. 1783b07 User correct case for 'FileCheck'. by Argyrios Kyrtzidis · 11 years ago
  33. 3b7deda [modules] If we hit a failure while loading a PCH/module, abort parsing instead of trying to continue in an invalid state. by Argyrios Kyrtzidis · 11 years ago
  34. 2c2f09e Fix crash-on-invalid if list-initialization works, but we bail out when by Richard Smith · 11 years ago
  35. e69fb20 Fix assert on temporary std::initializer_list. by Richard Smith · 11 years ago
  36. 0d2223f [analyzer; alternate edges] Add a new test case file to regression test the new arrows algorithm. by Ted Kremenek · 11 years ago
  37. e565bfa Fix bitcode desynchronization when loading a PCH containing a class template by Richard Smith · 11 years ago
  38. 5705f21 PR14772: Support constant expression evaluation for _Atomic types. by Richard Smith · 11 years ago
  39. aa9df09 Adding in parsing and the start of semantic support for __sptr and __uptr pointer type qualifiers. This patch also fixes the correlated __ptr32 and __ptr64 pointer qualifiers so that they are truly type attributes instead of declaration attributes. by Aaron Ballman · 11 years ago
  40. c32a217 Bugfix for r181629: by Adrian Prantl · 11 years ago
  41. eb41640 [analyzer] Don't crash if a block doesn't have a type signature. by Jordan Rose · 11 years ago
  42. 843a136 [NVPTX] Add entire list of supported builtins by Justin Holewinski · 11 years ago
  43. 61dfd6f [analyzer] Do not assert on reports ending in calls within macros. by Anna Zaks · 11 years ago
  44. 82b0001 Fix crash-on-invalid: only use TransformAddressOfOperand when transforming the by Richard Smith · 11 years ago
  45. bdaeaed PR16090: C++1y: treat undeduced 'auto' as a literal type, so that constexpr by Richard Smith · 11 years ago
  46. 440d456 PR16094: I should have known Obj-C init-capture disambiguation couldn't be by Richard Smith · 11 years ago
  47. 569b4ad Objective-C arc: don't count use of __weak by Fariborz Jahanian · 11 years ago
  48. 097e0a2 Refactor places which perform contextual implicit conversions to go through a by Richard Smith · 11 years ago
  49. 6bd3b93 Let clang-format move the cursor appropriately. by Daniel Jasper · 11 years ago
  50. 0a74a4c In -ast-dump, only dump comments when dumping the actual Decl to which they by Richard Smith · 11 years ago
  51. dbed7cc doc. parsing. HeaderDoc documentaton allows use of by Fariborz Jahanian · 11 years ago
  52. fc46ebc PR14606: Debug Info for namespace aliases/DW_TAG_imported_module by David Blaikie · 11 years ago
  53. beba3e8 Warn on and drop dllimport attrs from variable definitions by Reid Kleckner · 11 years ago
  54. 8dbda51 Objective-C [qoi]: When an class conforms to multiple by Fariborz Jahanian · 11 years ago
  55. f51cfb8 [ms-cxxabi] Look up operator delete() at every virtual dtor declaration. by Peter Collingbourne · 11 years ago
  56. 44b6fa3 Add arm_neon.h to the builtin intrinsics module map. by Douglas Gregor · 11 years ago
  57. a722534 Implement __declspec(selectany) under -fms-extensions by Reid Kleckner · 11 years ago
  58. 7baff64 Fix broken test by Douglas Gregor · 11 years ago
  59. 58ea48d Add -Wincomplete-module, which detects when a header is included from a module but isn't itself part of a module. by Douglas Gregor · 11 years ago
  60. 9faebd2 Revert "Revert "Debug Info: Using declarations/DW_TAG_imported_declaration of variables, types, and functions."" by David Blaikie · 11 years ago
  61. 5ac8c4f OpenBSD/sparc64 uses long long for int64_t and intmax_t. by Jakob Stoklund Olesen · 11 years ago
  62. 1c73151 Tests and status for core issues 1-50. by Richard Smith · 11 years ago
  63. 885f87b Clang-format: allow -style="{yaml/json}" on command line by Alexander Kornienko · 11 years ago
  64. b69557e Fix a logic bug in the handling of -fmath-errno in the driver. We would by Chandler Carruth · 11 years ago
  65. edc3133 Slight reorganization of the fast-math tests which test for errno by Chandler Carruth · 11 years ago
  66. ac8b151 Handle local enum types too. by Rafael Espindola · 11 years ago
  67. 687ecae ObjC Debug Info: Emit the correct method names for accessors for by Adrian Prantl · 11 years ago
  68. 5c6134f Thread safety analysis: add two new attributes to the thread safety analysis: by DeLesley Hutchins · 11 years ago
  69. 8b00b80 Use the awesome CHECK-DAG! by Rafael Espindola · 11 years ago
  70. 5a8e1ad [analyzer] Address Jordan's review comments for r182058 by Anna Zaks · 11 years ago
  71. c965f76 libclang: add a function to check whether a member function is pure virtual by Dmitri Gribenko · 11 years ago
  72. e4bb749 Objective-C parsing. Error recovery when category implementation by Fariborz Jahanian · 11 years ago
  73. 2521dfa Objective-C++ (and c++) Sema: Patch fixes a sema crash when gnu’s ?: extension by Fariborz Jahanian · 11 years ago
  74. 24ce46c Use 'c++' not 'cxx' in these diagnostic group names for consistency. by Richard Smith · 11 years ago
  75. b5eb3f5 PR15757: When we instantiate an inheriting constructor template, also by Richard Smith · 11 years ago
  76. 50fa64d [analyzer] Don't inline ~shared_ptr. by Jordan Rose · 11 years ago
  77. c077dbe AST dumping: if a declaration has an uncomputed or uninstantiated exception specification, include that in the dump. by Richard Smith · 11 years ago
  78. d95b701 [analyzer] Add an option to use the last location in the main source file as the report location. by Anna Zaks · 11 years ago
  79. 989d0b1 Since we're counting number of steps, switch to turing machines which maximize by Richard Smith · 11 years ago
  80. de2eb4f Add testcase omitted from r181998. by Richard Smith · 11 years ago
  81. b8ed071 Objective-C arc: Diagnose when user attempts to by Fariborz Jahanian · 11 years ago
  82. b5afadd fix PR 15726: ptrdiff_t should be int on PowerPC Darwin by David Fang · 11 years ago
  83. 713e3f2 Let CodeGenFunction::EmitVarDecl query the semantic storage class info. by Enea Zaffanella · 11 years ago
  84. 8b56788 clang/test/Modules/self-import-header/test.m: Add explicit -target. by NAKAMURA Takumi · 11 years ago
  85. 0d8e964 First pass of semantic analysis for init-captures: check the initializer, build by Richard Smith · 11 years ago
  86. 1229e20 Fix pr15930. by Rafael Espindola · 11 years ago
  87. 62ab010 Check a pointer is not null before attempting to use it. This prevents a by Richard Trieu · 11 years ago
  88. ee2f8f2 Return QualType() when a too large array is attempting to be created. This by Richard Trieu · 11 years ago
  89. 6a15bde Add a test to verify that -flimit-debug-info is working in some way. by Eric Christopher · 11 years ago
  90. 8ef2b10 Fix comment. by Eric Christopher · 11 years ago
  91. 59ecb6a Remove xfail'd test. This method of limiting debug info isn't by Eric Christopher · 11 years ago
  92. 59f0a5a Set the debug location for landing pad code to the canonical EH location. by Adrian Prantl · 11 years ago
  93. 214c3d6 Revert "Debug Info: Using declarations/DW_TAG_imported_declaration of variables, types, and functions." by David Blaikie · 11 years ago
  94. a1bfe1c Objective-C: More cases of -Wsign-conversion not by Fariborz Jahanian · 11 years ago
  95. 6f2a9fa Objective-C: patch to issue the conversion by Fariborz Jahanian · 11 years ago
  96. 1404014 improve of note message and minor refactoring of my last patch (r181847). by Fariborz Jahanian · 11 years ago
  97. 92b522d Fix test breakage caused by change in clang-format. by Daniel Jasper · 11 years ago
  98. 0ff5074 Better diagnostics for string initialization. by Hans Wennborg · 11 years ago
  99. caf42a3 Remove diagnostics from clang-format. by Daniel Jasper · 11 years ago
  100. 7247c88 Use only explicit bool conversion operator by David Blaikie · 11 years ago