1. 61dfd6f [analyzer] Do not assert on reports ending in calls within macros. by Anna Zaks · 11 years ago
  2. 82b0001 Fix crash-on-invalid: only use TransformAddressOfOperand when transforming the by Richard Smith · 11 years ago
  3. bdaeaed PR16090: C++1y: treat undeduced 'auto' as a literal type, so that constexpr by Richard Smith · 11 years ago
  4. 440d456 PR16094: I should have known Obj-C init-capture disambiguation couldn't be by Richard Smith · 11 years ago
  5. 569b4ad Objective-C arc: don't count use of __weak by Fariborz Jahanian · 11 years ago
  6. 097e0a2 Refactor places which perform contextual implicit conversions to go through a by Richard Smith · 11 years ago
  7. 6bd3b93 Let clang-format move the cursor appropriately. by Daniel Jasper · 11 years ago
  8. 0a74a4c In -ast-dump, only dump comments when dumping the actual Decl to which they by Richard Smith · 11 years ago
  9. dbed7cc doc. parsing. HeaderDoc documentaton allows use of by Fariborz Jahanian · 11 years ago
  10. fc46ebc PR14606: Debug Info for namespace aliases/DW_TAG_imported_module by David Blaikie · 11 years ago
  11. beba3e8 Warn on and drop dllimport attrs from variable definitions by Reid Kleckner · 11 years ago
  12. 8dbda51 Objective-C [qoi]: When an class conforms to multiple by Fariborz Jahanian · 11 years ago
  13. f51cfb8 [ms-cxxabi] Look up operator delete() at every virtual dtor declaration. by Peter Collingbourne · 11 years ago
  14. 44b6fa3 Add arm_neon.h to the builtin intrinsics module map. by Douglas Gregor · 11 years ago
  15. a722534 Implement __declspec(selectany) under -fms-extensions by Reid Kleckner · 11 years ago
  16. 7baff64 Fix broken test by Douglas Gregor · 11 years ago
  17. 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
  18. 9faebd2 Revert "Revert "Debug Info: Using declarations/DW_TAG_imported_declaration of variables, types, and functions."" by David Blaikie · 11 years ago
  19. 5ac8c4f OpenBSD/sparc64 uses long long for int64_t and intmax_t. by Jakob Stoklund Olesen · 11 years ago
  20. 1c73151 Tests and status for core issues 1-50. by Richard Smith · 11 years ago
  21. 885f87b Clang-format: allow -style="{yaml/json}" on command line by Alexander Kornienko · 11 years ago
  22. b69557e Fix a logic bug in the handling of -fmath-errno in the driver. We would by Chandler Carruth · 11 years ago
  23. edc3133 Slight reorganization of the fast-math tests which test for errno by Chandler Carruth · 11 years ago
  24. ac8b151 Handle local enum types too. by Rafael Espindola · 11 years ago
  25. 687ecae ObjC Debug Info: Emit the correct method names for accessors for by Adrian Prantl · 11 years ago
  26. 5c6134f Thread safety analysis: add two new attributes to the thread safety analysis: by DeLesley Hutchins · 11 years ago
  27. 8b00b80 Use the awesome CHECK-DAG! by Rafael Espindola · 11 years ago
  28. 5a8e1ad [analyzer] Address Jordan's review comments for r182058 by Anna Zaks · 11 years ago
  29. c965f76 libclang: add a function to check whether a member function is pure virtual by Dmitri Gribenko · 11 years ago
  30. e4bb749 Objective-C parsing. Error recovery when category implementation by Fariborz Jahanian · 11 years ago
  31. 2521dfa Objective-C++ (and c++) Sema: Patch fixes a sema crash when gnu’s ?: extension by Fariborz Jahanian · 11 years ago
  32. 24ce46c Use 'c++' not 'cxx' in these diagnostic group names for consistency. by Richard Smith · 11 years ago
  33. b5eb3f5 PR15757: When we instantiate an inheriting constructor template, also by Richard Smith · 11 years ago
  34. 50fa64d [analyzer] Don't inline ~shared_ptr. by Jordan Rose · 11 years ago
  35. c077dbe AST dumping: if a declaration has an uncomputed or uninstantiated exception specification, include that in the dump. by Richard Smith · 11 years ago
  36. 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
  37. 989d0b1 Since we're counting number of steps, switch to turing machines which maximize by Richard Smith · 11 years ago
  38. de2eb4f Add testcase omitted from r181998. by Richard Smith · 11 years ago
  39. b8ed071 Objective-C arc: Diagnose when user attempts to by Fariborz Jahanian · 11 years ago
  40. b5afadd fix PR 15726: ptrdiff_t should be int on PowerPC Darwin by David Fang · 11 years ago
  41. 713e3f2 Let CodeGenFunction::EmitVarDecl query the semantic storage class info. by Enea Zaffanella · 11 years ago
  42. 8b56788 clang/test/Modules/self-import-header/test.m: Add explicit -target. by NAKAMURA Takumi · 11 years ago
  43. 0d8e964 First pass of semantic analysis for init-captures: check the initializer, build by Richard Smith · 11 years ago
  44. 1229e20 Fix pr15930. by Rafael Espindola · 11 years ago
  45. 62ab010 Check a pointer is not null before attempting to use it. This prevents a by Richard Trieu · 11 years ago
  46. ee2f8f2 Return QualType() when a too large array is attempting to be created. This by Richard Trieu · 11 years ago
  47. 6a15bde Add a test to verify that -flimit-debug-info is working in some way. by Eric Christopher · 11 years ago
  48. 8ef2b10 Fix comment. by Eric Christopher · 11 years ago
  49. 59ecb6a Remove xfail'd test. This method of limiting debug info isn't by Eric Christopher · 11 years ago
  50. 59f0a5a Set the debug location for landing pad code to the canonical EH location. by Adrian Prantl · 11 years ago
  51. 214c3d6 Revert "Debug Info: Using declarations/DW_TAG_imported_declaration of variables, types, and functions." by David Blaikie · 11 years ago
  52. a1bfe1c Objective-C: More cases of -Wsign-conversion not by Fariborz Jahanian · 11 years ago
  53. 6f2a9fa Objective-C: patch to issue the conversion by Fariborz Jahanian · 11 years ago
  54. 1404014 improve of note message and minor refactoring of my last patch (r181847). by Fariborz Jahanian · 11 years ago
  55. 92b522d Fix test breakage caused by change in clang-format. by Daniel Jasper · 11 years ago
  56. 0ff5074 Better diagnostics for string initialization. by Hans Wennborg · 11 years ago
  57. caf42a3 Remove diagnostics from clang-format. by Daniel Jasper · 11 years ago
  58. 7247c88 Use only explicit bool conversion operator by David Blaikie · 11 years ago
  59. fcec0c9 Use correct types for SPARC v9. by Jakob Stoklund Olesen · 11 years ago
  60. cd76539 ARM: Improve codegen for vget_low_* and vget_high_ intrinsics. by Jim Grosbach · 11 years ago
  61. 8a793dc Use 'env' in tests that set environment variables. by Jordan Rose · 11 years ago
  62. 1bb8cb5 Move a test that requires 64-bit mode to a separate test with a triple in by Richard Trieu · 11 years ago
  63. 9f00b1d Objective-C [diagnostics] [QOI], when method is not by Fariborz Jahanian · 11 years ago
  64. 86a8730 Don't mark a type specifier as "owned" if there is no declaration to own. by Douglas Gregor · 11 years ago
  65. 910f17e When computing the size of large arrays, use char units instead of bits. by Richard Trieu · 11 years ago
  66. 17828ca Provide operator<< for stream output of DeclarationNames by David Blaikie · 11 years ago
  67. d6a08d1 [ms-cxxabi] Mangle in an implicit 'E' for certain types on win64 by Reid Kleckner · 11 years ago
  68. 173a4cc Really fix the declaration of __clear_cache. by Rafael Espindola · 11 years ago
  69. 4537d6e Fix __clear_cache on ARM. by Rafael Espindola · 11 years ago
  70. a9d7b46 AArch64: add test for updated __clear_cache definition by Tim Northover · 11 years ago
  71. f039e3e Suppress bogus "use of undefined constexpr function" error if the function body by Richard Smith · 11 years ago
  72. 69db555 Use atomic instructions on linux thumb v7. by Rafael Espindola · 11 years ago
  73. 7be62a8 PR15956: Debug Info: Include the appropriate file location in types created due to using declarations by David Blaikie · 11 years ago
  74. ef202c3 [analyzer] Refactor: address Jordan’s code review of r181738. by Anna Zaks · 11 years ago
  75. b834a78 [analyzer] Warn about nil elements/keys/values in array and dictionary literals. by Anna Zaks · 11 years ago
  76. 620c0af Use atomic instructions on ARM linux. by Rafael Espindola · 11 years ago
  77. fbff0c4 Objective-C error recovery. This patch makes a quick by Fariborz Jahanian · 11 years ago
  78. 52a4693 Fix test/CodeGenCXX/captured-statements.cpp on powerpc64 by Ben Langmuir · 11 years ago
  79. f8aa155 Debug Info: PR14992: Support values for non-type template parameters of function type by David Blaikie · 11 years ago
  80. 6af701f OpenMP threadprivate with qualified names. by Alexey Bataev · 11 years ago
  81. d449468 Add missing triple to CodeGen test. by Richard Smith · 11 years ago
  82. d248e58 Fix stack overflow in linkage computation when a function with a deduced return by Richard Smith · 11 years ago
  83. 284b3cb C++1y: support for 'switch' statements in constexpr functions. This is somewhat by Richard Smith · 11 years ago
  84. f45c299 C++1y: provide full 'auto' return type deduction for lambda expressions. This by Richard Smith · 11 years ago
  85. 6bdc4c6 [Mips] Add -mldc1-sdc1 / -mno-ldc1-sdc1 command line options. by Simon Atanasyan · 11 years ago
  86. 9dadfab C++1y deduced return types: when we deduce a return type for a function which by Richard Smith · 11 years ago
  87. 776a364 Debug Info: Silently accept template argument packs by David Blaikie · 11 years ago
  88. 9dfd243 PR14992: Debug Info: Support more non-type template parameters by David Blaikie · 11 years ago
  89. 566a9c3 ObjC debug info: Substitute the class type for methods that return by Adrian Prantl · 11 years ago
  90. 9cbcab8 Avoid patching storage class for block scope thread_local variables. by Enea Zaffanella · 11 years ago
  91. 42860f1 PR15966: don't get confused by a complex integer -> complex integer conversion by Richard Smith · 11 years ago
  92. f2d8fbe [analyzer] Assume [NSNull null] does not return nil. by Anna Zaks · 11 years ago
  93. 2654489 [analyzer] Do not check if sys/queue.h file is a system header. by Anna Zaks · 11 years ago
  94. 374ae32 [analyzer] Indirect invalidation counts as an escape for leak checkers. by Jordan Rose · 11 years ago
  95. 0b6d846 Codegen tests for captured statements with templates by Wei Pan · 11 years ago
  96. 15f92ba Add support for __wchar_t in -fms-extensions mode. by Hans Wennborg · 11 years ago
  97. 25d8c85 C++1y auto return type: when a function contains no 'return' statements at all, by Richard Smith · 11 years ago
  98. 7eca8d2 [libclang] When parsing with CXTranslationUnit_ForSerialization, make sure to install the ASTWriter that we create as an ASTMutationListener. by Argyrios Kyrtzidis · 11 years ago
  99. 0a050f7 Debug Info: Fix a problem that resulted in missing DW_AT_specifications by Adrian Prantl · 11 years ago
  100. 192b030 Remove dependence on system headers from this test, to try to make the Windows bots happier. by Richard Smith · 11 years ago