1. 75ddd14 Convert some Unicode whitespace to ASCII whitespace. by Richard Smith · 11 years ago
  2. d1b55dc Do not walk through member-accesses on bitfields when looking for the object by Richard Smith · 11 years ago
  3. 8a66bf7 Refactor constant expression evaluation to associate the complete object of a by Richard Smith · 11 years ago
  4. b45a4d2 Fix a couple of bugs where jump diagnostics would not notice that a variable by Richard Smith · 11 years ago
  5. 4e43dec Fix handling of pointers-to-members and comma expressions when by Richard Smith · 11 years ago
  6. c063cb1 Allow paren casted throw statements inside of ternary expressions by David Majnemer · 11 years ago
  7. ad69e0c Properly consider the range of enum for range comparisons in C mode by David Majnemer · 11 years ago
  8. e67ca58 PR12848: When emitting a local variable declared 'constexpr', always initialize it with a store or a memcpy, not by emitting the initializer expression. This is not required for correctness, but more closely aligns with people's expectations, and is cheap (since we've already evaluated the initializer). by Richard Smith · 11 years ago
  9. e7a5c82 [analyzer] Malloc checker should only escape the receiver when “[O init..]” is called. by Anna Zaks · 11 years ago
  10. ee1af23 [analyzer] Fix a false positive reported on rare strange code, which happens to be in JSONKit by Anna Zaks · 11 years ago
  11. 69f86d9 Objective-C: Fixes an ivar lookup bug where by Fariborz Jahanian · 11 years ago
  12. a3813c9 Put the PR16167 tests together by David Majnemer · 11 years ago
  13. e469249 Add support for optimized (non-generic) atomic libcalls. by Ed Schouten · 11 years ago
  14. ab79f41 Slightly extend matching for atomic loads. by Ed Schouten · 11 years ago
  15. 708eb71 Testcase for r183015. by Benjamin Kramer · 11 years ago
  16. f94cb00 [analyzer; new edges] add simplifySimpleBranches() to reduce edges for branches. by Ted Kremenek · 11 years ago
  17. 85b03eb Fix test error caused by r183008. by Daniel Jasper · 11 years ago
  18. 042ca3d [analyzer; new edges] in splitBranchConditionEdges() do not check that predecessor edge has source in the same lexical scope as the target branch. by Ted Kremenek · 11 years ago
  19. 6242a45 Fix handling of braced-init-list as reference initializer within aggregate by Richard Smith · 11 years ago
  20. f8f480f [PCH] Fix crash with valid code, related to anonymous field initializers. by Argyrios Kyrtzidis · 11 years ago
  21. 858c2c3 Walk over MaterializeTemporaryExpr when reverting an initializer to its by Richard Smith · 11 years ago
  22. f98c688 Objective-C: Implements gcc's -Wselector option by Fariborz Jahanian · 11 years ago
  23. 904fd08 Revert "[analyzer; alternate edges] don't add an edge incoming from the start of a function" by Jordan Rose · 11 years ago
  24. e980890 Fix PR16060. by Rafael Espindola · 11 years ago
  25. df08c4b Fix potential infinite loop when iterating over redeclarations of an ObjMethodDecl, resulting from invalid code. by Argyrios Kyrtzidis · 11 years ago
  26. b347c76 [analyzer] Don't crash if a block's signature just has the return type. by Jordan Rose · 11 years ago
  27. 7c731f5 Do not reuse the debug location of the return value's store if there is autorelease code to be emitted between store and return instructions. This is analoguous to what we do for lexical scope cleanups. by Adrian Prantl · 11 years ago
  28. 76eed42 Microsoft has a language extension which allows union members to be by Aaron Ballman · 11 years ago
  29. 9e34bb9 Switching the tests to use size_t instead of unsigned int to hopefully appease the Linux x64 build bot (take 2, forgot this test case). by Aaron Ballman · 11 years ago
  30. 531bf9c Switching the tests to use size_t instead of unsigned int to hopefully appease the Linux x64 build bot. by Aaron Ballman · 11 years ago
  31. 5537e0a Add support to fallback on operator new when a placement operator new[] is called for which there is no valid declaration. This fallback only happens in Microsoft compatibility mode. This patch addresses PR13164, and improves support for the WDK. by Aaron Ballman · 11 years ago
  32. 3e8a85f [analyzer; new edges] In for(;;), use the ForStmt itself for loop notes. by Jordan Rose · 11 years ago
  33. 1bc085a [libclang] When indexing a @synthesize, don't consider that it defines a getter/setter if one is already defined by the user. by Argyrios Kyrtzidis · 11 years ago
  34. 2628b44 Split off casts to void* for -Wint-to-pointer-cast to subgroup -Wint-to-void-pointer-cast. by Ted Kremenek · 11 years ago
  35. 1e8cf74 Add another test case for r182814. by David Majnemer · 11 years ago
  36. 1acb394 [analyzer] Accept references to variables declared "extern void" (C only). by Jordan Rose · 11 years ago
  37. fe038a3 [libclang] For "@import .." code-completion results, associate a CXCursor_ModuleImportDecl cursor instead of CXCursor_NotImplemented. by Argyrios Kyrtzidis · 11 years ago
  38. b0f533e [ms-cxxabi] Implement MSVC virtual base adjustment by Reid Kleckner · 11 years ago
  39. c72ff4f [ms-cxxabi] Fix r182865 to have an actual Itanium-style key function by Reid Kleckner · 11 years ago
  40. 5a8b049 [ms-cxxabi] There are no key functions in the Microsoft C++ ABI by Reid Kleckner · 11 years ago
  41. 53db1b5 Add a testcase from pr16059. by Rafael Espindola · 11 years ago
  42. aa71567 Disallow extern decls of type void in C++ mode by David Majnemer · 11 years ago
  43. 37bccca Objective-C [qoi]: Improve on diagnostic when a method used by Fariborz Jahanian · 11 years ago
  44. 7f1fd2f [analyzer] Use the expression’s type instead of region’s type in ArrayToPointer decay evaluation by Anna Zaks · 11 years ago
  45. 3056439 [analyzer] Re-enable reasoning about CK_LValueBitCast by Anna Zaks · 11 years ago
  46. 538bbe5 Patch to issue error when target of MacOS and iOS by Fariborz Jahanian · 11 years ago
  47. 4e9179a [analyzer] Use a more generic MemRegion.getAsOffset to evaluate bin operators on MemRegions by Anna Zaks · 11 years ago
  48. 5bbb058 Fix a crash when we were trying to compute the linkage too early. by Rafael Espindola · 11 years ago
  49. 44065a7 clang/test/Driver/dyld-prefix.c: Exclude MSYS bash. by NAKAMURA Takumi · 11 years ago
  50. fc782fb Build correct coercion types in SparcV9ABIInfo. by Jakob Stoklund Olesen · 11 years ago
  51. e832854 Propagate VisibleNoLinkage down to class members. by Rafael Espindola · 11 years ago
  52. 107196c Add a SparcV9ABIInfo class for handling the standard SPARC v9 ABI. by Jakob Stoklund Olesen · 11 years ago
  53. bdaa134 Driver: implement --dyld-prefix option. by Peter Collingbourne · 11 years ago
  54. bdf2bba Fix the linkage of local types in inline VisibleNoLinkage functions. by Rafael Espindola · 11 years ago
  55. 050309f Add -fsanitize=leak to driver options. by Sergey Matveev · 11 years ago
  56. b28e88c Tests and status for DR51-99. by Richard Smith · 11 years ago
  57. a99ecbc Fix linkage computation for derived types in inline functions. by Rafael Espindola · 11 years ago
  58. 461f2d8 [Preprocessor] Prevent expansion of y in x ## y when x is empty by Argyrios Kyrtzidis · 11 years ago
  59. b07d448 Warn on va_start() when called with a reference parameter. by Nico Weber · 11 years ago
  60. b9814c8 [analyzer] Fix test for r182677. by Jordan Rose · 11 years ago
  61. d474da0 [analyzer] Treat analyzer-synthesized function bodies like implicit bodies. by Jordan Rose · 11 years ago
  62. 5a6fb20 [analyzer; new edges] Properly set location after exiting an inlined call. by Jordan Rose · 11 years ago
  63. 9129648 PR16091: Error when attempting to emit debug info for undeduced auto return types by David Blaikie · 11 years ago
  64. d27e5cb [PATCH] Generate cold attribute for functions marked __atribute__((cold)) by Diego Novillo · 11 years ago
  65. 942dfe2 [ms-inline asm] Don't diagnose an empty lookup for inline assmebly. This happen by Chad Rosier · 11 years ago
  66. d3bb9ff Fix printing CXXTemporaryObjectExpr with default args. by Rafael Espindola · 11 years ago
  67. 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
  68. 3a8aff9 Add -lrt to sanitizer link arguments. by Evgeniy Stepanov · 11 years ago
  69. 1783b07 User correct case for 'FileCheck'. by Argyrios Kyrtzidis · 11 years ago
  70. 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
  71. 2c2f09e Fix crash-on-invalid if list-initialization works, but we bail out when by Richard Smith · 11 years ago
  72. e69fb20 Fix assert on temporary std::initializer_list. by Richard Smith · 11 years ago
  73. 0d2223f [analyzer; alternate edges] Add a new test case file to regression test the new arrows algorithm. by Ted Kremenek · 11 years ago
  74. e565bfa Fix bitcode desynchronization when loading a PCH containing a class template by Richard Smith · 11 years ago
  75. 5705f21 PR14772: Support constant expression evaluation for _Atomic types. by Richard Smith · 11 years ago
  76. 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
  77. c32a217 Bugfix for r181629: by Adrian Prantl · 11 years ago
  78. eb41640 [analyzer] Don't crash if a block doesn't have a type signature. by Jordan Rose · 11 years ago
  79. 843a136 [NVPTX] Add entire list of supported builtins by Justin Holewinski · 11 years ago
  80. 61dfd6f [analyzer] Do not assert on reports ending in calls within macros. by Anna Zaks · 11 years ago
  81. 82b0001 Fix crash-on-invalid: only use TransformAddressOfOperand when transforming the by Richard Smith · 11 years ago
  82. bdaeaed PR16090: C++1y: treat undeduced 'auto' as a literal type, so that constexpr by Richard Smith · 11 years ago
  83. 440d456 PR16094: I should have known Obj-C init-capture disambiguation couldn't be by Richard Smith · 11 years ago
  84. 569b4ad Objective-C arc: don't count use of __weak by Fariborz Jahanian · 11 years ago
  85. 097e0a2 Refactor places which perform contextual implicit conversions to go through a by Richard Smith · 11 years ago
  86. 6bd3b93 Let clang-format move the cursor appropriately. by Daniel Jasper · 11 years ago
  87. 0a74a4c In -ast-dump, only dump comments when dumping the actual Decl to which they by Richard Smith · 11 years ago
  88. dbed7cc doc. parsing. HeaderDoc documentaton allows use of by Fariborz Jahanian · 11 years ago
  89. fc46ebc PR14606: Debug Info for namespace aliases/DW_TAG_imported_module by David Blaikie · 11 years ago
  90. beba3e8 Warn on and drop dllimport attrs from variable definitions by Reid Kleckner · 11 years ago
  91. 8dbda51 Objective-C [qoi]: When an class conforms to multiple by Fariborz Jahanian · 11 years ago
  92. f51cfb8 [ms-cxxabi] Look up operator delete() at every virtual dtor declaration. by Peter Collingbourne · 11 years ago
  93. 44b6fa3 Add arm_neon.h to the builtin intrinsics module map. by Douglas Gregor · 11 years ago
  94. a722534 Implement __declspec(selectany) under -fms-extensions by Reid Kleckner · 11 years ago
  95. 7baff64 Fix broken test by Douglas Gregor · 11 years ago
  96. 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
  97. 9faebd2 Revert "Revert "Debug Info: Using declarations/DW_TAG_imported_declaration of variables, types, and functions."" by David Blaikie · 11 years ago
  98. 5ac8c4f OpenBSD/sparc64 uses long long for int64_t and intmax_t. by Jakob Stoklund Olesen · 11 years ago
  99. 1c73151 Tests and status for core issues 1-50. by Richard Smith · 11 years ago
  100. 885f87b Clang-format: allow -style="{yaml/json}" on command line by Alexander Kornienko · 11 years ago