1. 6ea933c Fix bug when formatting overloaded operators. by Daniel Jasper · 11 years ago
  2. 25d8c85 C++1y auto return type: when a function contains no 'return' statements at all, by Richard Smith · 11 years ago
  3. 8f19003 Typo and misc comment fix. by Richard Smith · 11 years ago
  4. 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
  5. 96c2473 Remove redundant variable by Dmitri Gribenko · 11 years ago
  6. 27365ee ArrayRef'ize ShuffleVectorExpr::setExprs by Dmitri Gribenko · 11 years ago
  7. 416c9b3 ArrayRef'ize Sema::CheckMessageArgumentTypes by Dmitri Gribenko · 11 years ago
  8. a7b7d0e ArrayRef'ize Sema::FindAllocationOverload by Dmitri Gribenko · 11 years ago
  9. ed09bfc Revert my r181563, breaks tests on buildbots by Dmitri Gribenko · 11 years ago
  10. a36bbac ArrayRef'ize Sema::ActOnMemInitializer by Dmitri Gribenko · 11 years ago
  11. 8e6b709 ArrayRef'ize Sema::FindAllocationOverload by Dmitri Gribenko · 11 years ago
  12. 7297a2e ArrayRef'ize Sema::BuildCallToObjectOfClassType by Dmitri Gribenko · 11 years ago
  13. 0a050f7 Debug Info: Fix a problem that resulted in missing DW_AT_specifications by Adrian Prantl · 11 years ago
  14. 192b030 Remove dependence on system headers from this test, to try to make the Windows bots happier. by Richard Smith · 11 years ago
  15. f1e08ac Debug Info: include address-of ('&') operator and qualified names in template argument lists by David Blaikie · 11 years ago
  16. eac29c8 Fix some test cases I broke in r181552 by David Blaikie · 11 years ago
  17. 0a664b8 C++1y n3648: parse and reject init-captures for now. by Richard Smith · 11 years ago
  18. 0cd9ede DebugInfo: Simply & constrain test(s) for PR9600/PR9608 by David Blaikie · 11 years ago
  19. 65cd813 Documentation warning: \param, not \parm by Dmitri Gribenko · 11 years ago
  20. 2f78786 Add pragma-comment.c test case for r181426 that I forgot to add by Reid Kleckner · 11 years ago
  21. 9e00f12 ArrayRef'ize some SemaOverload methods by Dmitri Gribenko · 11 years ago
  22. f632730 [ms-cxxabi] Implement member pointer conversions by Reid Kleckner · 11 years ago
  23. 089db2e Debug Info: Remove unnecessary check for dependent array types by David Blaikie · 11 years ago
  24. cadfe42 Fix captured statements codegen test on ARM by Ben Langmuir · 11 years ago
  25. 524387a CodeGen for CapturedStmts by Ben Langmuir · 11 years ago
  26. 6f61629 Switch C++1y paper links back to the canonical location at open-std.org now that the post-Bristol mailing has shipped. by Richard Smith · 11 years ago
  27. de8e443 Add testcase missed from r181527. by Richard Smith · 11 years ago
  28. 7588361 Fix the return type of the complex creal functions. Patch by YunZhong Gao, modified to use _Static_assert and to check __STDC_HOSTED__ by me. by Richard Smith · 11 years ago
  29. ad022b0 Remove trailing whitespace by David Blaikie · 11 years ago
  30. f4030ae [doc parsing]: make single character command impostures warn in pedantic mode. by Fariborz Jahanian · 11 years ago
  31. 32a6ebc Adding isConst() ASTMatcher for CXXMethodDecl nodes by Edwin Vane · 11 years ago
  32. 5cd4c41 [doc parsing]: So, in this patch, single character by Fariborz Jahanian · 11 years ago
  33. 0332e0a Updating LibASTMatchersReference to include namespaceDecl() by Edwin Vane · 11 years ago
  34. 9d6b1cb [doc parsing]: don't attempt to fix single character by Fariborz Jahanian · 11 years ago
  35. ee3cd95 xopintrin.h: Add wrappers for all flavors of _mm_com. by Benjamin Kramer · 11 years ago
  36. 61b669b Add include guards to prfchwintrin.h. by Benjamin Kramer · 11 years ago
  37. 6391ea2 Implement C++1y constant initializer rules: in a constant initializer for an by Richard Smith · 11 years ago
  38. afde200 [analyzer; alternate arrows] for "loop back" edges add back the extra edge to the closing '}' by Ted Kremenek · 11 years ago
  39. 8841c53 [analyzer;alternate arrows] adapt 'for' loop aesthetic cleanup to 'while' loops. by Ted Kremenek · 11 years ago
  40. bded6ea Put some diagnostics in DiagnosticCommonKinds.td in a category, mirroring what they are in other .td files. by Ted Kremenek · 11 years ago
  41. d7ceab3 Objective-C: Correctly encode 'retain' and 'copy' for readonly properties. by Nico Weber · 11 years ago
  42. f9ba851 [PCH] Remove the ASTReaderListener::ReadHeaderFileInfo callback. by Argyrios Kyrtzidis · 11 years ago
  43. 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
  44. 5d2bb93 put noisy "unknown command tag name" warning by Fariborz Jahanian · 11 years ago
  45. f06989b typo by Adrian Prantl · 11 years ago
  46. 41487f3 Comment: use \code...\endcode for code examples by Dmitri Gribenko · 11 years ago
  47. ef907b6 All -Wdocumentation warnings are DefaultIgnore by Dmitri Gribenko · 11 years ago
  48. 5b38277 unbreak buildbot. by Fariborz Jahanian · 11 years ago
  49. ad91e54 [doc parsing]: Also do typo correction for by Fariborz Jahanian · 11 years ago
  50. 1c8f270 Fix test in two ways: remove incorrect comment (the intrinsic generated now by Eli Bendersky · 11 years ago
  51. 7ba376b Add missing triple to unit test. by Richard Smith · 11 years ago
  52. abbfa67 Turn off a warning caused by my last patch. by Fariborz Jahanian · 11 years ago
  53. 0089bc4 documentation parsing. Patch to do typo correction for by Fariborz Jahanian · 11 years ago
  54. 4b7b104 Further fix to pointer to member formatting. by Daniel Jasper · 11 years ago
  55. 395228f Fix formatting of pointers to members. by Daniel Jasper · 11 years ago
  56. a518896 Document Clang's support for #pragma comment(lib/linker) with -fms-extensions by Reid Kleckner · 11 years ago
  57. 11e1380 Improve line breaking in binary expressions. by Daniel Jasper · 11 years ago
  58. 3190ca9 Forward #pragma comment(lib/linker) through as flags metadata by Reid Kleckner · 11 years ago
  59. b2f063a Change indentation of multi-line nested name specifiers. by Daniel Jasper · 11 years ago
  60. 2fca802 Fix one FIXME in VTableBuilder by Timur Iskhodzhanov · 11 years ago
  61. 3923d6a Debug Info: Using declarations/DW_TAG_imported_declaration of variables, types, and functions. by David Blaikie · 11 years ago
  62. 70133b5 In block enum-return inference, don't die on loads of enum lvalues. by John McCall · 11 years ago
  63. 384af4a Add test forgotten in r181388. by Richard Smith · 11 years ago
  64. e756563 C++1y: Add a step limit to constexpr evaluation, to catch runaway loops. by Richard Smith · 11 years ago
  65. aecda96 [analyzer; alternate edges] insert an extra edge for 'for' statements to conditions. by Ted Kremenek · 11 years ago
  66. 8484b37 [analyzer;alternate edges] edges from subexpressions of "?:" are important to retain by Ted Kremenek · 11 years ago
  67. a49a7fe C++1y constant expression evaluation: compound assignment support for floating-point and pointer types. by Richard Smith · 11 years ago
  68. ddb379e The style guide prefers preincrement expressions :-) by Adrian Prantl · 11 years ago
  69. 4008088 remove commented out code. by Adrian Prantl · 11 years ago
  70. d9de51f When typo correction produces an overloaded result when looking up a member, by Nick Lewycky · 11 years ago
  71. 4c71b8c Don't crash in IRGen if a conditional with 'throw' in one of its branches is by Richard Smith · 11 years ago
  72. 28b34d8 Fix crash on invalid in template type diffing. by Richard Trieu · 11 years ago
  73. be0b207 [analyzer;alternate arrows] Fix inconsistencies in recorded location context when handling interprocedural paths. by Ted Kremenek · 11 years ago
  74. f4bbb1d [analyzer; alternate arrows] add back recording whether we visited the first edge. by Ted Kremenek · 11 years ago
  75. b17c2f7 [analyzer; alternate arrows] remove pruning of loop diagnostics. by Ted Kremenek · 11 years ago
  76. 03194fb [analyzer; alternate arrows] include logical '||' and '&&' as anchors for edges. by Ted Kremenek · 11 years ago
  77. bc0fd81 [analyzer; alternate arrows] include an edge from the "break" or "continue" by Ted Kremenek · 11 years ago
  78. 98fb1cc [analyzer; alternate arrows] the extra edge to the closing '}' in a loop adds no value. by Ted Kremenek · 11 years ago
  79. 96b8134 [analyzer; alternate arrows] the initializer of a ForStmt isn't interesting either. by Ted Kremenek · 11 years ago
  80. 333e44c [libclang] Add a null check in CursorVisitor::visitPreprocessedEntities. by Argyrios Kyrtzidis · 11 years ago
  81. 35d06d2 We're in 3.4 land now. by Bill Wendling · 11 years ago
  82. 99e9fe0 Try to recognise hidden tag type names in potential declarations, in ObjC code as well. by Argyrios Kyrtzidis · 11 years ago
  83. 7f0ffb3 C++1y: Update __cplusplus to temporary value 201305L to allow detection of provisional C++1y support. by Richard Smith · 11 years ago
  84. 636478e [analyzer] Fix a crash triggered by printing a note on a default argument by Anna Zaks · 11 years ago
  85. e2f7337 [analyzer; alternate arrows] The ForStmt increment is not a critical anchor for arrows. by Ted Kremenek · 11 years ago
  86. 5068b6f Test commit by Serge Pavlov · 11 years ago
  87. 54eeac9 Prevent crashes from hasCanonicalType matcher by Edwin Vane · 11 years ago
  88. d71ec16 Config file support for clang-format, part 1. by Alexander Kornienko · 11 years ago
  89. dbef71e Correctly recognize dereference after 'delete'. by Daniel Jasper · 11 years ago
  90. 8c39a1d Further fix to clang-format emacs integration. by Daniel Jasper · 11 years ago
  91. 8ee617e Fix clang-format emacs integration in last line. by Daniel Jasper · 11 years ago
  92. a399f77 [analyzer; alternate edges] simplify optimization rules to look at control-flow conditions to prune edges. by Ted Kremenek · 11 years ago
  93. d0f5faf [analyzer; alternate arrows] use the terminator condition as the location for 'entering loop body' by Ted Kremenek · 11 years ago
  94. 402cd22 Weaken an assertion in memcpyization to account for unnamed bitfields. by John McCall · 11 years ago
  95. d20afcb C++1y constant expression evaluation: support for compound assignments on integers. by Richard Smith · 11 years ago
  96. b18840d Have SourceManager::getLocForEndOfFile() point at the "EOF" location of the FileID. by Argyrios Kyrtzidis · 11 years ago
  97. a8942d7 C++1y: an assignment operator is implicitly 'constexpr' if it would only call 'constexpr' assignment operators for a literal class type. by Richard Smith · 11 years ago
  98. 3139d66 C++ status: by Richard Smith · 11 years ago
  99. b097a57 [analyzer; alternate arrows] provide a diagnostic for entering a loop for the first time. by Ted Kremenek · 11 years ago
  100. c2fc4ab DebugInfo: Support imported modules (using directives) within lexical blocks. by David Blaikie · 11 years ago