1. ac8b151 Handle local enum types too. by Rafael Espindola · 11 years ago
  2. 687ecae ObjC Debug Info: Emit the correct method names for accessors for by Adrian Prantl · 11 years ago
  3. 5c6134f Thread safety analysis: add two new attributes to the thread safety analysis: by DeLesley Hutchins · 11 years ago
  4. 8b00b80 Use the awesome CHECK-DAG! by Rafael Espindola · 11 years ago
  5. 5a8e1ad [analyzer] Address Jordan's review comments for r182058 by Anna Zaks · 11 years ago
  6. c965f76 libclang: add a function to check whether a member function is pure virtual by Dmitri Gribenko · 11 years ago
  7. e4bb749 Objective-C parsing. Error recovery when category implementation by Fariborz Jahanian · 11 years ago
  8. 2521dfa Objective-C++ (and c++) Sema: Patch fixes a sema crash when gnu’s ?: extension by Fariborz Jahanian · 11 years ago
  9. 24ce46c Use 'c++' not 'cxx' in these diagnostic group names for consistency. by Richard Smith · 11 years ago
  10. b5eb3f5 PR15757: When we instantiate an inheriting constructor template, also by Richard Smith · 11 years ago
  11. 50fa64d [analyzer] Don't inline ~shared_ptr. by Jordan Rose · 11 years ago
  12. c077dbe AST dumping: if a declaration has an uncomputed or uninstantiated exception specification, include that in the dump. by Richard Smith · 11 years ago
  13. 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
  14. 989d0b1 Since we're counting number of steps, switch to turing machines which maximize by Richard Smith · 11 years ago
  15. de2eb4f Add testcase omitted from r181998. by Richard Smith · 11 years ago
  16. b8ed071 Objective-C arc: Diagnose when user attempts to by Fariborz Jahanian · 11 years ago
  17. b5afadd fix PR 15726: ptrdiff_t should be int on PowerPC Darwin by David Fang · 11 years ago
  18. 713e3f2 Let CodeGenFunction::EmitVarDecl query the semantic storage class info. by Enea Zaffanella · 11 years ago
  19. 8b56788 clang/test/Modules/self-import-header/test.m: Add explicit -target. by NAKAMURA Takumi · 11 years ago
  20. 0d8e964 First pass of semantic analysis for init-captures: check the initializer, build by Richard Smith · 11 years ago
  21. 1229e20 Fix pr15930. by Rafael Espindola · 11 years ago
  22. 62ab010 Check a pointer is not null before attempting to use it. This prevents a by Richard Trieu · 11 years ago
  23. ee2f8f2 Return QualType() when a too large array is attempting to be created. This by Richard Trieu · 11 years ago
  24. 6a15bde Add a test to verify that -flimit-debug-info is working in some way. by Eric Christopher · 11 years ago
  25. 8ef2b10 Fix comment. by Eric Christopher · 11 years ago
  26. 59ecb6a Remove xfail'd test. This method of limiting debug info isn't by Eric Christopher · 11 years ago
  27. 59f0a5a Set the debug location for landing pad code to the canonical EH location. by Adrian Prantl · 11 years ago
  28. 214c3d6 Revert "Debug Info: Using declarations/DW_TAG_imported_declaration of variables, types, and functions." by David Blaikie · 11 years ago
  29. a1bfe1c Objective-C: More cases of -Wsign-conversion not by Fariborz Jahanian · 11 years ago
  30. 6f2a9fa Objective-C: patch to issue the conversion by Fariborz Jahanian · 11 years ago
  31. 1404014 improve of note message and minor refactoring of my last patch (r181847). by Fariborz Jahanian · 11 years ago
  32. 92b522d Fix test breakage caused by change in clang-format. by Daniel Jasper · 11 years ago
  33. 0ff5074 Better diagnostics for string initialization. by Hans Wennborg · 11 years ago
  34. caf42a3 Remove diagnostics from clang-format. by Daniel Jasper · 11 years ago
  35. 7247c88 Use only explicit bool conversion operator by David Blaikie · 11 years ago
  36. fcec0c9 Use correct types for SPARC v9. by Jakob Stoklund Olesen · 11 years ago
  37. cd76539 ARM: Improve codegen for vget_low_* and vget_high_ intrinsics. by Jim Grosbach · 11 years ago
  38. 8a793dc Use 'env' in tests that set environment variables. by Jordan Rose · 11 years ago
  39. 1bb8cb5 Move a test that requires 64-bit mode to a separate test with a triple in by Richard Trieu · 11 years ago
  40. 9f00b1d Objective-C [diagnostics] [QOI], when method is not by Fariborz Jahanian · 11 years ago
  41. 86a8730 Don't mark a type specifier as "owned" if there is no declaration to own. by Douglas Gregor · 11 years ago
  42. 910f17e When computing the size of large arrays, use char units instead of bits. by Richard Trieu · 11 years ago
  43. 17828ca Provide operator<< for stream output of DeclarationNames by David Blaikie · 11 years ago
  44. d6a08d1 [ms-cxxabi] Mangle in an implicit 'E' for certain types on win64 by Reid Kleckner · 11 years ago
  45. 173a4cc Really fix the declaration of __clear_cache. by Rafael Espindola · 11 years ago
  46. 4537d6e Fix __clear_cache on ARM. by Rafael Espindola · 11 years ago
  47. a9d7b46 AArch64: add test for updated __clear_cache definition by Tim Northover · 11 years ago
  48. f039e3e Suppress bogus "use of undefined constexpr function" error if the function body by Richard Smith · 11 years ago
  49. 69db555 Use atomic instructions on linux thumb v7. by Rafael Espindola · 11 years ago
  50. 7be62a8 PR15956: Debug Info: Include the appropriate file location in types created due to using declarations by David Blaikie · 11 years ago
  51. ef202c3 [analyzer] Refactor: address Jordan’s code review of r181738. by Anna Zaks · 11 years ago
  52. b834a78 [analyzer] Warn about nil elements/keys/values in array and dictionary literals. by Anna Zaks · 11 years ago
  53. 620c0af Use atomic instructions on ARM linux. by Rafael Espindola · 11 years ago
  54. fbff0c4 Objective-C error recovery. This patch makes a quick by Fariborz Jahanian · 11 years ago
  55. 52a4693 Fix test/CodeGenCXX/captured-statements.cpp on powerpc64 by Ben Langmuir · 11 years ago
  56. f8aa155 Debug Info: PR14992: Support values for non-type template parameters of function type by David Blaikie · 11 years ago
  57. 6af701f OpenMP threadprivate with qualified names. by Alexey Bataev · 11 years ago
  58. d449468 Add missing triple to CodeGen test. by Richard Smith · 11 years ago
  59. d248e58 Fix stack overflow in linkage computation when a function with a deduced return by Richard Smith · 11 years ago
  60. 284b3cb C++1y: support for 'switch' statements in constexpr functions. This is somewhat by Richard Smith · 11 years ago
  61. f45c299 C++1y: provide full 'auto' return type deduction for lambda expressions. This by Richard Smith · 11 years ago
  62. 6bdc4c6 [Mips] Add -mldc1-sdc1 / -mno-ldc1-sdc1 command line options. by Simon Atanasyan · 11 years ago
  63. 9dadfab C++1y deduced return types: when we deduce a return type for a function which by Richard Smith · 11 years ago
  64. 776a364 Debug Info: Silently accept template argument packs by David Blaikie · 11 years ago
  65. 9dfd243 PR14992: Debug Info: Support more non-type template parameters by David Blaikie · 11 years ago
  66. 566a9c3 ObjC debug info: Substitute the class type for methods that return by Adrian Prantl · 11 years ago
  67. 9cbcab8 Avoid patching storage class for block scope thread_local variables. by Enea Zaffanella · 11 years ago
  68. 42860f1 PR15966: don't get confused by a complex integer -> complex integer conversion by Richard Smith · 11 years ago
  69. f2d8fbe [analyzer] Assume [NSNull null] does not return nil. by Anna Zaks · 11 years ago
  70. 2654489 [analyzer] Do not check if sys/queue.h file is a system header. by Anna Zaks · 11 years ago
  71. 374ae32 [analyzer] Indirect invalidation counts as an escape for leak checkers. by Jordan Rose · 11 years ago
  72. 0b6d846 Codegen tests for captured statements with templates by Wei Pan · 11 years ago
  73. 15f92ba Add support for __wchar_t in -fms-extensions mode. by Hans Wennborg · 11 years ago
  74. 25d8c85 C++1y auto return type: when a function contains no 'return' statements at all, by Richard Smith · 11 years ago
  75. 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
  76. 0a050f7 Debug Info: Fix a problem that resulted in missing DW_AT_specifications by Adrian Prantl · 11 years ago
  77. 192b030 Remove dependence on system headers from this test, to try to make the Windows bots happier. by Richard Smith · 11 years ago
  78. f1e08ac Debug Info: include address-of ('&') operator and qualified names in template argument lists by David Blaikie · 11 years ago
  79. eac29c8 Fix some test cases I broke in r181552 by David Blaikie · 11 years ago
  80. 0a664b8 C++1y n3648: parse and reject init-captures for now. by Richard Smith · 11 years ago
  81. 0cd9ede DebugInfo: Simply & constrain test(s) for PR9600/PR9608 by David Blaikie · 11 years ago
  82. 2f78786 Add pragma-comment.c test case for r181426 that I forgot to add by Reid Kleckner · 11 years ago
  83. f632730 [ms-cxxabi] Implement member pointer conversions by Reid Kleckner · 11 years ago
  84. cadfe42 Fix captured statements codegen test on ARM by Ben Langmuir · 11 years ago
  85. 524387a CodeGen for CapturedStmts by Ben Langmuir · 11 years ago
  86. de8e443 Add testcase missed from r181527. by Richard Smith · 11 years ago
  87. ad022b0 Remove trailing whitespace by David Blaikie · 11 years ago
  88. f4030ae [doc parsing]: make single character command impostures warn in pedantic mode. by Fariborz Jahanian · 11 years ago
  89. 9d6b1cb [doc parsing]: don't attempt to fix single character by Fariborz Jahanian · 11 years ago
  90. ee3cd95 xopintrin.h: Add wrappers for all flavors of _mm_com. by Benjamin Kramer · 11 years ago
  91. 6391ea2 Implement C++1y constant initializer rules: in a constant initializer for an by Richard Smith · 11 years ago
  92. d7ceab3 Objective-C: Correctly encode 'retain' and 'copy' for readonly properties. by Nico Weber · 11 years ago
  93. d3220db [modules] When building a module, make sure we don't serialize out HeaderFileInfo for headers not belonging to the module. by Argyrios Kyrtzidis · 11 years ago
  94. ad91e54 [doc parsing]: Also do typo correction for by Fariborz Jahanian · 11 years ago
  95. 1c8f270 Fix test in two ways: remove incorrect comment (the intrinsic generated now by Eli Bendersky · 11 years ago
  96. 7ba376b Add missing triple to unit test. by Richard Smith · 11 years ago
  97. 0089bc4 documentation parsing. Patch to do typo correction for by Fariborz Jahanian · 11 years ago
  98. 3190ca9 Forward #pragma comment(lib/linker) through as flags metadata by Reid Kleckner · 11 years ago
  99. 3923d6a Debug Info: Using declarations/DW_TAG_imported_declaration of variables, types, and functions. by David Blaikie · 11 years ago
  100. 70133b5 In block enum-return inference, don't die on loads of enum lvalues. by John McCall · 11 years ago