1. 2ec2b84 Implement DR85: Redeclaration of member is forbidden by David Majnemer · 11 years ago
  2. 1f01f7c [libclang] Allow building a precompiled preamble with compiler errors by Argyrios Kyrtzidis · 11 years ago
  3. 808ad75 Remove mis-grouping of an objc diagostic in my last patch. by Fariborz Jahanian · 11 years ago
  4. 4017d73 Objective-C [qoi]: Issue better warning when nsstring literal is missing by Fariborz Jahanian · 11 years ago
  5. 7044668 cleanup (address some more review comments for r183474): by Adrian Prantl · 11 years ago
  6. ef0e4e6 Add a new warning, -Wlogical-not-parentheses, to -Wparentheses. by Richard Trieu · 11 years ago
  7. 03a8323 Fixes the comment for hasDeclaration. by Manuel Klimek · 11 years ago
  8. c910d4c Revert "[Sema] Make FunctionType's TSI use unadjusted argument types" by Reid Kleckner · 11 years ago
  9. 63c9a92 [Sema] Make FunctionType's TSI use unadjusted argument types by Reid Kleckner · 11 years ago
  10. 122e601 Recognition of empty structures and unions is moved to semantic stage by Serge Pavlov · 11 years ago
  11. 80e8ea9 address some comments on r183474: by Adrian Prantl · 11 years ago
  12. 44ee0a7 Re-commit r183466 with a fix to make the TypeLoc casting machinery work by Eli Friedman · 11 years ago
  13. 4ff3225 Thread the 'Invalid' out parameter through SourceManager::getSLocEntry() and callees of SourceManager::getSLocEntryByID(). by Argyrios Kyrtzidis · 11 years ago
  14. 2785b9a Fixed calculation of penalty when breaking tokens. by Alexander Kornienko · 11 years ago
  15. 20387ef Reverts r183466: "Perform dynamic alignment computations..." by Manuel Klimek · 11 years ago
  16. 86875b1 Perform dynamic alignment computations so that the data in TypeLocs is by Eli Friedman · 11 years ago
  17. 585bee4 Implement DR7 by David Majnemer · 11 years ago
  18. 49a246f [analyzer; new edges] Simplify edges in a C++11 for-range loop. by Jordan Rose · 11 years ago
  19. 48a1e81 Fix a crash with -Wassign-enum, where we didn't adjust the APInt type of the by Joey Gouly · 11 years ago
  20. 63d5335 ClangTool: strip -o from the command line by Pavel Labath · 11 years ago
  21. 40cba90 Implement DR1270: braces can be elided in all aggregate initialization, not by Richard Smith · 11 years ago
  22. 632182d [analyzer] Improve debug output for PathDiagnosticPieces. by Jordan Rose · 11 years ago
  23. 9464a08 Objective-C: Provide fixit with suggested spelling correction by Fariborz Jahanian · 11 years ago
  24. 2aae5ba Recommit r183298+r183300 'Get rid of VTableContext::ComputeMethodVTableIndices() and VTableContext::getNumVirtualFunctionPointers()' by Timur Iskhodzhanov · 11 years ago
  25. d38a21f Revert r183298 and r183300 as the former broke the virtual function lookup in libcxx __locale by Timur Iskhodzhanov · 11 years ago
  26. f19759e Get rid of VTableContext::ComputeMethodVTableIndices() and VTableContext::getNumVirtualFunctionPointers(); also add some tests for the VTable indices output to make sure we don't regress by Timur Iskhodzhanov · 11 years ago
  27. 9adba39 Default to PIE and using stack protection on OpenBSD. by Rafael Espindola · 11 years ago
  28. 211c8dd Model temporary lifetime-extension explicitly in the AST. Use this model to by Richard Smith · 11 years ago
  29. 49e1d98 Added Lexer::getBufferEnd(). by Alexander Kornienko · 11 years ago
  30. 7a337af Parser/Registry argument enhancements. by Samuel Benzaquen · 11 years ago
  31. 48b3f0f Enables chaining of argument adjusters in clang tools. by Manuel Klimek · 11 years ago
  32. 4d2ea73 Rephrase asm_mismatched_size_modifier diagnostic. <rdar://problem/14050339> by Bob Wilson · 11 years ago
  33. a7ff62f Adding support for MSVC #pragma detect_mismatch functionality by emitting a FAILIFMISMATCH linker command into the object file. by Aaron Ballman · 11 years ago
  34. 16b0a31 UnresolvedMemberExpr should have an expr location of the member (not the base) by David Blaikie · 11 years ago
  35. 4f37d92 Add support for .bind("foo") expressions on the dynamic matchers. by Samuel Benzaquen · 11 years ago
  36. f0f353b Fix memory leak for APValues that do memory allocation. by Manuel Klimek · 11 years ago
  37. 4e43dec Fix handling of pointers-to-members and comma expressions when by Richard Smith · 11 years ago
  38. c89f02a Disable non-standard library builtins in non-gnu language modes. by Benjamin Kramer · 11 years ago
  39. f98c688 Objective-C: Implements gcc's -Wselector option by Fariborz Jahanian · 11 years ago
  40. e980890 Fix PR16060. by Rafael Espindola · 11 years ago
  41. 76eed42 Microsoft has a language extension which allows union members to be by Aaron Ballman · 11 years ago
  42. c1d73fe Fix typo in comment. by Benjamin Kramer · 11 years ago
  43. 5ec9580 Coding style fix for SourceFileCallbacks by Edwin Vane · 11 years ago
  44. da8d379 Fixed typo. by Serge Pavlov · 11 years ago
  45. 34bd3bf Added documentation to TypeVisitor. No code changes. by Serge Pavlov · 11 years ago
  46. 2628b44 Split off casts to void* for -Wint-to-pointer-cast to subgroup -Wint-to-void-pointer-cast. by Ted Kremenek · 11 years ago
  47. 42b7861 Remove unused field. by Rafael Espindola · 11 years ago
  48. 5a8b049 [ms-cxxabi] There are no key functions in the Microsoft C++ ABI by Reid Kleckner · 11 years ago
  49. 3c16e69 Tooling: Call back for both begin and end of sources by Edwin Vane · 11 years ago
  50. bbc8776 Add option to always break template declarations. by Daniel Jasper · 11 years ago
  51. 37bccca Objective-C [qoi]: Improve on diagnostic when a method used by Fariborz Jahanian · 11 years ago
  52. 7f1fd2f [analyzer] Use the expression’s type instead of region’s type in ArrayToPointer decay evaluation by Anna Zaks · 11 years ago
  53. dc07056 Check the linkage cache at every recursive step. by Rafael Espindola · 11 years ago
  54. 8f9e590 Add an overridable MatchCallback::onEndOfTranslationUnit() function. by Peter Collingbourne · 11 years ago
  55. 538bbe5 Patch to issue error when target of MacOS and iOS by Fariborz Jahanian · 11 years ago
  56. bdaa134 Driver: implement --dyld-prefix option. by Peter Collingbourne · 11 years ago
  57. 88ce12a Move 3 helper function to Linkage.h by Rafael Espindola · 11 years ago
  58. 050309f Add -fsanitize=leak to driver options. by Sergey Matveev · 11 years ago
  59. a99ecbc Fix linkage computation for derived types in inline functions. by Rafael Espindola · 11 years ago
  60. b07d448 Warn on va_start() when called with a reference parameter. by Nico Weber · 11 years ago
  61. 1e4112d typo. by Adrian Prantl · 11 years ago
  62. 942dfe2 [ms-inline asm] Don't diagnose an empty lookup for inline assmebly. This happen by Chad Rosier · 11 years ago
  63. 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
  64. d5dcdb2 Constify the 'dump' method so that it can be called by a const object. by Bill Wendling · 11 years ago
  65. 2424eef Improve formatting of braced lists. by Daniel Jasper · 11 years ago
  66. 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
  67. 843a136 [NVPTX] Add entire list of supported builtins by Justin Holewinski · 11 years ago
  68. 440d456 PR16094: I should have known Obj-C init-capture disambiguation couldn't be by Richard Smith · 11 years ago
  69. 569b4ad Objective-C arc: don't count use of __weak by Fariborz Jahanian · 11 years ago
  70. 097e0a2 Refactor places which perform contextual implicit conversions to go through a by Richard Smith · 11 years ago
  71. 6bd3b93 Let clang-format move the cursor appropriately. by Daniel Jasper · 11 years ago
  72. 800ff45 Remove unused diagnostics. by Benjamin Kramer · 11 years ago
  73. 0a74a4c In -ast-dump, only dump comments when dumping the actual Decl to which they by Richard Smith · 11 years ago
  74. beba3e8 Warn on and drop dllimport attrs from variable definitions by Reid Kleckner · 11 years ago
  75. 8dbda51 Objective-C [qoi]: When an class conforms to multiple by Fariborz Jahanian · 11 years ago
  76. a722534 Implement __declspec(selectany) under -fms-extensions by Reid Kleckner · 11 years ago
  77. 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
  78. 885f87b Clang-format: allow -style="{yaml/json}" on command line by Alexander Kornienko · 11 years ago
  79. d1913d8 [analyzer] Add a debug dump for PathPieces, a list of PathDiagnosticPieces. by Jordan Rose · 11 years ago
  80. bb51899 Revert "[analyzer; alternate edges] improve support for edges with PseudoObjectExprs." by Jordan Rose · 11 years ago
  81. 5c6134f Thread safety analysis: add two new attributes to the thread safety analysis: by DeLesley Hutchins · 11 years ago
  82. c965f76 libclang: add a function to check whether a member function is pure virtual by Dmitri Gribenko · 11 years ago
  83. e9aae62 [analyzer; alternate edges] improve support for edges with PseudoObjectExprs. by Ted Kremenek · 11 years ago
  84. 24ce46c Use 'c++' not 'cxx' in these diagnostic group names for consistency. by Richard Smith · 11 years ago
  85. 7a9f7c7 A little ArrayRef'ization. by Richard Smith · 11 years ago
  86. b5eb3f5 PR15757: When we instantiate an inheriting constructor template, also by Richard Smith · 11 years ago
  87. 50fa64d [analyzer] Don't inline ~shared_ptr. by Jordan Rose · 11 years ago
  88. 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
  89. c50c6ff [Lexer] Improve Lexer::getSourceText() when the given range deals with function macro arguments. by Argyrios Kyrtzidis · 11 years ago
  90. b8ed071 Objective-C arc: Diagnose when user attempts to by Fariborz Jahanian · 11 years ago
  91. f11bbb9 Add option to put short loops on a single line. by Daniel Jasper · 11 years ago
  92. 8a99945 Add a more convenient interface to use clang-format. by Daniel Jasper · 11 years ago
  93. 0d8e964 First pass of semantic analysis for init-captures: check the initializer, build by Richard Smith · 11 years ago
  94. d049b40 Remove unused, awkward CFGStmtVisitor and subclasses. by Jordan Rose · 11 years ago
  95. cce70c7 [analyzer] Put back DefaultBool's implicit conversion to bool. by Jordan Rose · 11 years ago
  96. 1404014 improve of note message and minor refactoring of my last patch (r181847). by Fariborz Jahanian · 11 years ago
  97. 0ff5074 Better diagnostics for string initialization. by Hans Wennborg · 11 years ago
  98. caf42a3 Remove diagnostics from clang-format. by Daniel Jasper · 11 years ago
  99. 7247c88 Use only explicit bool conversion operator by David Blaikie · 11 years ago
  100. 2a3c966 Unbreaking the MSVC build by adding an include. It broke with r181832. by Aaron Ballman · 11 years ago