1. 57e6847 [clang-format] Don't flash an ugly cmd prompt in Vim on Windows by Reid Kleckner · 11 years ago
  2. 03a8323 Fixes the comment for hasDeclaration. by Manuel Klimek · 11 years ago
  3. 7acc5a6 Support for contextual conversion tweaks (N3323) was added, as Revision 183637 by Larisse Voufo · 11 years ago
  4. 50b60b3 reverted test by Larisse Voufo · 11 years ago
  5. 817e01f test by Larisse Voufo · 11 years ago
  6. 875e739 [CodeGen] Make CGCleanup.h include what it now uses by Reid Kleckner · 11 years ago
  7. 6fe91e4 [CodeGen] Move EHScopeStack to CGCleanup.h from CodeGenFunction.h by Reid Kleckner · 11 years ago
  8. 688f986 Fix the parser's updating of the template depth when parsing local templates and late-parsed templates. by Faisal Vali · 11 years ago
  9. 65efd10 Revert r183618. by Faisal Vali · 11 years ago
  10. 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
  11. 9808b71 Add a test case for blocks taking an array typedef by Reid Kleckner · 11 years ago
  12. c910d4c Revert "[Sema] Make FunctionType's TSI use unadjusted argument types" by Reid Kleckner · 11 years ago
  13. 63c9a92 [Sema] Make FunctionType's TSI use unadjusted argument types by Reid Kleckner · 11 years ago
  14. 122e601 Recognition of empty structures and unions is moved to semantic stage by Serge Pavlov · 11 years ago
  15. cc28eff Added a type checking which handle the case of an ext vector and integral scalar by Jin-Gu Kang · 11 years ago
  16. 3370859 [analyzer] Minor fixups to r183062 by Anna Zaks · 11 years ago
  17. a3f5a5a [analyzer; alternate edges] Fix the edge locations in presence of macros. by Anna Zaks · 11 years ago
  18. 9aaee92 Fixed comment typo. by Michael Gottesman · 11 years ago
  19. 8d37858 Debug info: An if condition now creates a lexical scope of its own. by Adrian Prantl · 11 years ago
  20. b6e3808 Recursively lifetime-extend into array temporaries. These can get implicitly by Richard Smith · 11 years ago
  21. 61f0868 When we're compiling with -pg make sure to link with gcrt1.o on linux. Be by Eric Christopher · 11 years ago
  22. eeb0062 Fix va_arg on x86-64 for a struct containing a single int128_t. PR16248 by Eli Friedman · 11 years ago
  23. 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
  24. 56b108a 80-column fixup after recent change to getOrCreateType. by Eric Christopher · 11 years ago
  25. df98357 Even in a modules world, people will depend on the weird xmmintrin.h -> emmintrin.h forwarding. by Douglas Gregor · 11 years ago
  26. 572ac32 Fix line endings. by Eli Friedman · 11 years ago
  27. 80e8ea9 address some comments on r183474: by Adrian Prantl · 11 years ago
  28. f9eaf98 Revert "Properly consider the range of enum for range comparisons in C mode" by David Majnemer · 11 years ago
  29. d88d7ab Add missing file from r183563 (the recommit of 183466). by Eli Friedman · 11 years ago
  30. 44ee0a7 Re-commit r183466 with a fix to make the TypeLoc casting machinery work by Eli Friedman · 11 years ago
  31. 6071af9 Objective-C: Another case of issuing warning about misusing by Fariborz Jahanian · 11 years ago
  32. 33f0faa PR16273: Weaken a bogus assertion. by Richard Smith · 11 years ago
  33. 437bbff Define id to the correct type. by Rafael Espindola · 11 years ago
  34. a6ba40c Objective-C: Removes a bogus warning about auto-synthesis by Fariborz Jahanian · 11 years ago
  35. 4ff3225 Thread the 'Invalid' out parameter through SourceManager::getSLocEntry() and callees of SourceManager::getSLocEntryByID(). by Argyrios Kyrtzidis · 11 years ago
  36. 54e6c9d Improved handling of escaped newlines at the token start. by Alexander Kornienko · 11 years ago
  37. 1f13fbd Handle Unicode characters in fix-it replacement strings. by Jordan Rose · 11 years ago
  38. b165fdd fix up recogtion of block pointer type in my last patch. by Fariborz Jahanian · 11 years ago
  39. 2785b9a Fixed calculation of penalty when breaking tokens. by Alexander Kornienko · 11 years ago
  40. 7e6e515 Adds a test that verifies angle bracket locations. by Manuel Klimek · 11 years ago
  41. 20387ef Reverts r183466: "Perform dynamic alignment computations..." by Manuel Klimek · 11 years ago
  42. 0d33f45 Reverting test commit by Faisal Vali · 11 years ago
  43. f2c6433 test commit by Faisal Vali · 11 years ago
  44. cafeb94 PR16243: Use CXXThisOverride during template instantiation, and fix up the by Richard Smith · 11 years ago
  45. 8150da3 When we're synthesizing copy/move-assignment, we can't form a reference to an by Eli Friedman · 11 years ago
  46. 4f97f85 documentation: remove confusing reference to properties. by Adrian Prantl · 11 years ago
  47. 5ae17a1 ObjC Debug Info: Emit the names of accessors whenever they diverge from by Adrian Prantl · 11 years ago
  48. b5a5007 Improve documentation. by Adrian Prantl · 11 years ago
  49. 7523606 blocks: fixes an ast bug when block pointer variable by Fariborz Jahanian · 11 years ago
  50. 1bea653 Diagnose malformed x86 inline asm using 'y' constraint. by Tim Northover · 11 years ago
  51. 86875b1 Perform dynamic alignment computations so that the data in TypeLocs is by Eli Friedman · 11 years ago
  52. 585bee4 Implement DR7 by David Majnemer · 11 years ago
  53. 57c8736 [analyzer] Address Jordan’s code review for r183451 by Anna Zaks · 11 years ago
  54. 6838710 [analyzer] Ensure that pieces with invalid locations always get removed from the BugReport by Anna Zaks · 11 years ago
  55. 5955c37 [analyzer] fixup the comment by Anna Zaks · 11 years ago
  56. 49a246f [analyzer; new edges] Simplify edges in a C++11 for-range loop. by Jordan Rose · 11 years ago
  57. c09f2a8 [libclang] CMake: add an option to control building libclang as a static library (off by default) by Argyrios Kyrtzidis · 11 years ago
  58. 65d2c38 Fix incorrect line breaking before trailing block comments. by Daniel Jasper · 11 years ago
  59. 48a1e81 Fix a crash with -Wassign-enum, where we didn't adjust the APInt type of the by Joey Gouly · 11 years ago
  60. bf75e2b clang-check: add missing space in Makefile by Hans Wennborg · 11 years ago
  61. a888813 clang-check: Link the static analyzer in the Makefile build too. by Benjamin Kramer · 11 years ago
  62. 373b807 Add support for static analysis to clang-check by Pavel Labath · 11 years ago
  63. 63d5335 ClangTool: strip -o from the command line by Pavel Labath · 11 years ago
  64. 40cba90 Implement DR1270: braces can be elided in all aggregate initialization, not by Richard Smith · 11 years ago
  65. 649c6c5 Disallow reinterpret_cast from pointer to bool on Windows by Hans Wennborg · 11 years ago
  66. 9acb8b4 Fix clang-format's expression parser for leading }s. by Daniel Jasper · 11 years ago
  67. ff1a2e5 Improve c-style cast detection. by Daniel Jasper · 11 years ago
  68. f69dd33 When a static storage duration temporary appears in a constant expression, it by Richard Smith · 11 years ago
  69. 4fe9644 Don't create a StringRef from a temporary string. by Richard Trieu · 11 years ago
  70. fb6f75f [analyzer] Look through ExprWithCleanups to see if an expr's consumed. by Jordan Rose · 11 years ago
  71. 632182d [analyzer] Improve debug output for PathDiagnosticPieces. by Jordan Rose · 11 years ago
  72. 07eda94 clang/unittests/Format/FormatTest.cpp: Suppress utf8 literals with _MSC_VER. MS cl.exe is unaware of BOM-less utf8 source files. by NAKAMURA Takumi · 11 years ago
  73. 73b417f [analyzer] Fix a crash that occurs when processing an rvalue array. by Anna Zaks · 11 years ago
  74. 1089a57 [analyzer; new edges] Don't crash if the top-level entry edge is missing. by Jordan Rose · 11 years ago
  75. 574c7cf [analyzer; new edges] Ignore self-edges, not all edges with the same location. by Jordan Rose · 11 years ago
  76. c47b6f3 If we're splitting the dwarf for fission and don't want to use the by Eric Christopher · 11 years ago
  77. 9464a08 Objective-C: Provide fixit with suggested spelling correction by Fariborz Jahanian · 11 years ago
  78. 993b39f PR14763: Debug info for non-trivial record parameters by David Blaikie · 11 years ago
  79. d62d901 When the template specialization header is missing, set a valid source location for the template keyword when recovering. by Argyrios Kyrtzidis · 11 years ago
  80. 144a31f [ms-cxxabi] Thread GlobalDecls through to CodeGenModule::getFunctionLinkage. by Peter Collingbourne · 11 years ago
  81. 88c2004 clang-check: Enable specification of additional compiler arguments by Pavel Labath · 11 years ago
  82. a06d585 [ms-cxxabi] Fix vbptr offsets in memptrs when the vbptr is in an nvbase by Reid Kleckner · 11 years ago
  83. 6f773e8 Silence GCC warning. by Benjamin Kramer · 11 years ago
  84. dda770b Added test with characters using four bytes in UTF-8 representation. by Alexander Kornienko · 11 years ago
  85. 0089510 UTF-8 support for clang-format. by Alexander Kornienko · 11 years ago
  86. 2aae5ba Recommit r183298+r183300 'Get rid of VTableContext::ComputeMethodVTableIndices() and VTableContext::getNumVirtualFunctionPointers()' by Timur Iskhodzhanov · 11 years ago
  87. e825cd0 ... and actually run it by Timur Iskhodzhanov · 11 years ago
  88. d38dda9 Add a test for the breakage from r183298 by Timur Iskhodzhanov · 11 years ago
  89. 4c44d2f Unrevert the tests from r183298 as they pass with both old and new code by Timur Iskhodzhanov · 11 years ago
  90. d38a21f Revert r183298 and r183300 as the former broke the virtual function lookup in libcxx __locale by Timur Iskhodzhanov · 11 years ago
  91. e7b0486 Make clang tools ignore -fcolor-diagnostics and -fdiagnostics-color retrieved from the compilation database. by Alexander Kornienko · 11 years ago
  92. 4b9b292 ASTTests/DeclTest.cpp: Tweak on msvc target to add "-fno-ms-extensions". by NAKAMURA Takumi · 11 years ago
  93. 391faea Fix fallout from r183298, unused function (CollectPrimaryBases) causing the -Werror build to fail by David Blaikie · 11 years ago
  94. c65ee8f Fix the DUMP_OVERRIDERS macro in the VTableBuilder.cpp by Timur Iskhodzhanov · 11 years ago
  95. 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
  96. 5f6e2f4 PR16214: Debug Info: -flimit-debug-info doesn't omit definitions for types used via typedefs by David Blaikie · 11 years ago
  97. 9adba39 Default to PIE and using stack protection on OpenBSD. by Rafael Espindola · 11 years ago
  98. a4b56d3 Implement SparcV9ABIInfo::EmitVAArg. by Jakob Stoklund Olesen · 11 years ago
  99. 7e9f52f Fix CoerceIntOrPtrToIntOrPtr on big-endian targets. by Jakob Stoklund Olesen · 11 years ago
  100. 90f9ec0 Heed ABIArgInfo::getInReg() for return values. by Jakob Stoklund Olesen · 11 years ago