1. 671538e Introducing -Wheader-guard, a warning that checks header guards actually work by Richard Trieu · 11 years ago
  2. a603569 Use the global functions instead of the Program methods. by Rafael Espindola · 11 years ago
  3. 8a07cd3 Reapply r183721, reverted in r183776, with a fix for a bug in the former (we by Richard Smith · 11 years ago
  4. 39bdd4f Retain linker flags specified on cmake command line. by Andy Gibbs · 11 years ago
  5. e3f1197 Preserve newlines before block comments in static initializers. by Alexander Kornienko · 11 years ago
  6. 1342a4e Port HTMLDiagnostics to PathV2. No intended functionality change. by Benjamin Kramer · 11 years ago
  7. 00f86f9 Fix buildbot breakage on PPC64. by Eli Friedman · 11 years ago
  8. eba7d2f Silencing a signed vs unsigned comparison mismatch in MSVC. by Aaron Ballman · 11 years ago
  9. 3b8f77d Fix memory corruption in CStringChecker by Pavel Labath · 11 years ago
  10. 0934e18 Add support for complex compound assignments where the LHS is a scalar. by Eli Friedman · 11 years ago
  11. 7a1b586 Make va_arg and argument passing to varargs functions work correctly with by Eli Friedman · 11 years ago
  12. 81359b0 Tweak r183791 so we don't print a note without a source location. by Eli Friedman · 11 years ago
  13. 8229d22 Include Path.h instead of PathV2.h. by Rafael Espindola · 11 years ago
  14. 188ddb1 Correctly handle designated initializers which modify an array initialized by Eli Friedman · 11 years ago
  15. edcf511 Add a testcase for PR7434, which is a bug we no longer appear to have. by Richard Smith · 11 years ago
  16. 2db9828 Include PathV1.h in a file that uses it. by Rafael Espindola · 11 years ago
  17. a265461 Try to fix the windows build. by Rafael Espindola · 11 years ago
  18. 3439237 Include PathV1.h in files that use it. by Rafael Espindola · 11 years ago
  19. a57be56 Revert r183721. It caused cleanups to be delayed too long in some cases. by Richard Smith · 11 years ago
  20. cf69590 Reduce the number of symbols on the object file. by Samuel Benzaquen · 11 years ago
  21. da6a6f0 [libclang/python] Add a few "cursor kinds" that were missing in the python binding for libclang. by Argyrios Kyrtzidis · 11 years ago
  22. 605c59a Make ASTContext::Allocate use size_t for the size argument. by Eli Friedman · 11 years ago
  23. 739f9e5 Modify a comment to reflect changes of r183717. by Argyrios Kyrtzidis · 11 years ago
  24. 2b2faa5 Insert a space at the start of a line comment in case it starts with an alphanumeric character. by Alexander Kornienko · 11 years ago
  25. b6f521a Silence GCC warning. by Benjamin Kramer · 11 years ago
  26. b62b8b9 ASTUnit: Invert the dependency of PrecompilePreambleAction on PrecompilePreambleConsumer. by Benjamin Kramer · 11 years ago
  27. ac2bfd8 Make it possible to assign clang-format-buffer to a keybinding. by Manuel Klimek · 11 years ago
  28. 0f9b855 Remove some unicode that sneaked in. by David Majnemer · 11 years ago
  29. 01e0b1f Implement DR61: Address of ambiguous bound methods should be disallowed by David Majnemer · 11 years ago
  30. 2ec2b84 Implement DR85: Redeclaration of member is forbidden by David Majnemer · 11 years ago
  31. 85af7ce Rework IR emission for lifetime-extended temporaries. Instead of trying to walk by Richard Smith · 11 years ago
  32. 939d83e Fix a very silly mistake in r183590. by Eli Friedman · 11 years ago
  33. d39083d Fix a FIXME in a testcase about packed structs and calls I left around by Eli Friedman · 11 years ago
  34. 1f01f7c [libclang] Allow building a precompiled preamble with compiler errors by Argyrios Kyrtzidis · 11 years ago
  35. 808ad75 Remove mis-grouping of an objc diagostic in my last patch. by Fariborz Jahanian · 11 years ago
  36. 4017d73 Objective-C [qoi]: Issue better warning when nsstring literal is missing by Fariborz Jahanian · 11 years ago
  37. 2ac2fa7 Make sure we don't emit invalid IR for StmtExprs with complex cleanups. by Eli Friedman · 11 years ago
  38. 7044668 cleanup (address some more review comments for r183474): by Adrian Prantl · 11 years ago
  39. 0567a79 Use FPT::getArgTypes() instead of manually building ArrayRefs by Reid Kleckner · 11 years ago
  40. de5f2ee [analyzer] SATestBuild: Don't require reference results to have logs. by Jordan Rose · 11 years ago
  41. ef0e4e6 Add a new warning, -Wlogical-not-parentheses, to -Wparentheses. by Richard Trieu · 11 years ago
  42. 57e6847 [clang-format] Don't flash an ugly cmd prompt in Vim on Windows by Reid Kleckner · 11 years ago
  43. 03a8323 Fixes the comment for hasDeclaration. by Manuel Klimek · 11 years ago
  44. 7acc5a6 Support for contextual conversion tweaks (N3323) was added, as Revision 183637 by Larisse Voufo · 11 years ago
  45. 50b60b3 reverted test by Larisse Voufo · 11 years ago
  46. 817e01f test by Larisse Voufo · 11 years ago
  47. 875e739 [CodeGen] Make CGCleanup.h include what it now uses by Reid Kleckner · 11 years ago
  48. 6fe91e4 [CodeGen] Move EHScopeStack to CGCleanup.h from CodeGenFunction.h by Reid Kleckner · 11 years ago
  49. 688f986 Fix the parser's updating of the template depth when parsing local templates and late-parsed templates. by Faisal Vali · 11 years ago
  50. 65efd10 Revert r183618. by Faisal Vali · 11 years ago
  51. 22bf46a Fix the parser's updating of the template depth when parsing local templates and late-parsed templates. This is a slight tweak of r180708; It avoids incrementing depth when non-template local classes nested within member templates of local classes are encountered. by Faisal Vali · 11 years ago
  52. 9808b71 Add a test case for blocks taking an array typedef by Reid Kleckner · 11 years ago
  53. c910d4c Revert "[Sema] Make FunctionType's TSI use unadjusted argument types" by Reid Kleckner · 11 years ago
  54. 63c9a92 [Sema] Make FunctionType's TSI use unadjusted argument types by Reid Kleckner · 11 years ago
  55. 122e601 Recognition of empty structures and unions is moved to semantic stage by Serge Pavlov · 11 years ago
  56. cc28eff Added a type checking which handle the case of an ext vector and integral scalar by Jin-Gu Kang · 11 years ago
  57. 3370859 [analyzer] Minor fixups to r183062 by Anna Zaks · 11 years ago
  58. a3f5a5a [analyzer; alternate edges] Fix the edge locations in presence of macros. by Anna Zaks · 11 years ago
  59. 9aaee92 Fixed comment typo. by Michael Gottesman · 11 years ago
  60. 8d37858 Debug info: An if condition now creates a lexical scope of its own. by Adrian Prantl · 11 years ago
  61. b6e3808 Recursively lifetime-extend into array temporaries. These can get implicitly by Richard Smith · 11 years ago
  62. 61f0868 When we're compiling with -pg make sure to link with gcrt1.o on linux. Be by Eric Christopher · 11 years ago
  63. eeb0062 Fix va_arg on x86-64 for a struct containing a single int128_t. PR16248 by Eli Friedman · 11 years ago
  64. f9dbae7 Loosen r178109 even further, to assume that all redefined macros in system headers and system modules are equivalent. by Douglas Gregor · 11 years ago
  65. 56b108a 80-column fixup after recent change to getOrCreateType. by Eric Christopher · 11 years ago
  66. df98357 Even in a modules world, people will depend on the weird xmmintrin.h -> emmintrin.h forwarding. by Douglas Gregor · 11 years ago
  67. 572ac32 Fix line endings. by Eli Friedman · 11 years ago
  68. 80e8ea9 address some comments on r183474: by Adrian Prantl · 11 years ago
  69. f9eaf98 Revert "Properly consider the range of enum for range comparisons in C mode" by David Majnemer · 11 years ago
  70. d88d7ab Add missing file from r183563 (the recommit of 183466). by Eli Friedman · 11 years ago
  71. 44ee0a7 Re-commit r183466 with a fix to make the TypeLoc casting machinery work by Eli Friedman · 11 years ago
  72. 6071af9 Objective-C: Another case of issuing warning about misusing by Fariborz Jahanian · 11 years ago
  73. 33f0faa PR16273: Weaken a bogus assertion. by Richard Smith · 11 years ago
  74. 437bbff Define id to the correct type. by Rafael Espindola · 11 years ago
  75. a6ba40c Objective-C: Removes a bogus warning about auto-synthesis by Fariborz Jahanian · 11 years ago
  76. 4ff3225 Thread the 'Invalid' out parameter through SourceManager::getSLocEntry() and callees of SourceManager::getSLocEntryByID(). by Argyrios Kyrtzidis · 11 years ago
  77. 54e6c9d Improved handling of escaped newlines at the token start. by Alexander Kornienko · 11 years ago
  78. 1f13fbd Handle Unicode characters in fix-it replacement strings. by Jordan Rose · 11 years ago
  79. b165fdd fix up recogtion of block pointer type in my last patch. by Fariborz Jahanian · 11 years ago
  80. 2785b9a Fixed calculation of penalty when breaking tokens. by Alexander Kornienko · 11 years ago
  81. 7e6e515 Adds a test that verifies angle bracket locations. by Manuel Klimek · 11 years ago
  82. 20387ef Reverts r183466: "Perform dynamic alignment computations..." by Manuel Klimek · 11 years ago
  83. 0d33f45 Reverting test commit by Faisal Vali · 11 years ago
  84. f2c6433 test commit by Faisal Vali · 11 years ago
  85. cafeb94 PR16243: Use CXXThisOverride during template instantiation, and fix up the by Richard Smith · 11 years ago
  86. 8150da3 When we're synthesizing copy/move-assignment, we can't form a reference to an by Eli Friedman · 11 years ago
  87. 4f97f85 documentation: remove confusing reference to properties. by Adrian Prantl · 11 years ago
  88. 5ae17a1 ObjC Debug Info: Emit the names of accessors whenever they diverge from by Adrian Prantl · 11 years ago
  89. b5a5007 Improve documentation. by Adrian Prantl · 11 years ago
  90. 7523606 blocks: fixes an ast bug when block pointer variable by Fariborz Jahanian · 11 years ago
  91. 1bea653 Diagnose malformed x86 inline asm using 'y' constraint. by Tim Northover · 11 years ago
  92. 86875b1 Perform dynamic alignment computations so that the data in TypeLocs is by Eli Friedman · 11 years ago
  93. 585bee4 Implement DR7 by David Majnemer · 11 years ago
  94. 57c8736 [analyzer] Address Jordan’s code review for r183451 by Anna Zaks · 11 years ago
  95. 6838710 [analyzer] Ensure that pieces with invalid locations always get removed from the BugReport by Anna Zaks · 11 years ago
  96. 5955c37 [analyzer] fixup the comment by Anna Zaks · 11 years ago
  97. 49a246f [analyzer; new edges] Simplify edges in a C++11 for-range loop. by Jordan Rose · 11 years ago
  98. c09f2a8 [libclang] CMake: add an option to control building libclang as a static library (off by default) by Argyrios Kyrtzidis · 11 years ago
  99. 65d2c38 Fix incorrect line breaking before trailing block comments. by Daniel Jasper · 11 years ago
  100. 48a1e81 Fix a crash with -Wassign-enum, where we didn't adjust the APInt type of the by Joey Gouly · 11 years ago