1. 001bf4e Fix bin-packing behavior of constructor initialziers. by Daniel Jasper · 11 years ago
  2. 957dac5 Revert "Revert "PR14606: Debug info for using directives/DW_TAG_imported_module"" by David Blaikie · 11 years ago
  3. 9c6a114 Add a triple to make a test resilient to non-TLS hosts (eg: darwin10) by David Blaikie · 11 years ago
  4. 52bb2a0 Fix return type of isBitfield in the binding definition by Dmitri Gribenko · 11 years ago
  5. c7e2a4e [Mips] Convert a GNU style Mips ABI name to the name accepted by LLVM by Simon Atanasyan · 11 years ago
  6. 990b5e5 [Mips] Do not add unnecessary Mips toolchain path to the list by Simon Atanasyan · 11 years ago
  7. 8404626 The 'constexpr implies const' rule for non-static member functions is gone in by Richard Smith · 11 years ago
  8. 39b0e26 Disable VLA diagnostic in C++1y mode, and add some tests. by Richard Smith · 11 years ago
  9. c41a25a Add another test I forgot to svn add. by Richard Smith · 11 years ago
  10. c3bf52c C++1y: Allow aggregates to have default initializers. by Richard Smith · 11 years ago
  11. 7db58e0 Update some stuff on the open projects page to reflect things we've already done. by Richard Smith · 11 years ago
  12. 7c6671e Switch C++11 open project to C++1y :) by Richard Smith · 11 years ago
  13. 7dc8864 Add note that some of these links are dead for now. by Richard Smith · 11 years ago
  14. eb9ddc5 VLAs in C++14! by Richard Smith · 11 years ago
  15. bb2d378 Variable templates and generic lambdas are approved for C++14. by Richard Smith · 11 years ago
  16. 8e95e30 Clarifying memory allocation: approved for C++14. Move from N/A to no, since we currently relax 'operator new' calls which didn't come from new-expressions. by Richard Smith · 11 years ago
  17. 6f3de20 No digit separators for C++14. by Richard Smith · 11 years ago
  18. 05a73f6 Generalized constexpr is approved for C++14. by Richard Smith · 11 years ago
  19. 96ba7c7 More approved C++14 features. by Richard Smith · 11 years ago
  20. 408de43 Binary literals are approved for C++14. by Richard Smith · 11 years ago
  21. e410be9 Implement core issue 1608: class members can be found via operator lookup in a trailing return type in that class's body. by Richard Smith · 11 years ago
  22. 8e8e95c Supports Sourcery CodeBench Mips toolchain directories tree. by Simon Atanasyan · 11 years ago
  23. 8ef064d [analyzer] Ensure BugReporterTracking works on regions with pointer arithmetic by Anna Zaks · 11 years ago
  24. 716859d [analyzer] Flip printPretty and printPrettyAsExpr as per suggestion from Jordan (r179572) by Anna Zaks · 11 years ago
  25. 10391c2 [analyzer] Correct the comment by Anna Zaks · 11 years ago
  26. 355dae6 [libclang] Make sure the preable does not truncate comments. by Argyrios Kyrtzidis · 11 years ago
  27. e4cabee [analyzer] Website: update lists of potential and actual checkers. by Jordan Rose · 11 years ago
  28. 0105ae5 Remove an empty line so the line numbers match up again after the recent documentation change. by Adrian Prantl · 11 years ago
  29. a0e3df7 still not relaxed enough. by Adrian Prantl · 11 years ago
  30. 7018070 cleanup and relax test cases by Adrian Prantl · 11 years ago
  31. 2fcf0de Note that we support (and in fact have supported since the dawn of time itself) by Richard Smith · 11 years ago
  32. 87a9f2b [ms-inline asm] The parsing of C++ identifiers is a task of the front-end parser, by Chad Rosier · 11 years ago
  33. 59d6a71 Emit the underlying type in the debug info for all kinds of fixed enums by Adrian Prantl · 11 years ago
  34. fc7227e s/C++0x/C++11/ by Adrian Prantl · 11 years ago
  35. aff7d35 Initial work on status page for C++14. by Richard Smith · 11 years ago
  36. f5ae4dd Keep the parentheses in #pragma message (partial revert of r179771). by Andy Gibbs · 11 years ago
  37. e6e68b5 C++11 support is now feature-complete. by Richard Smith · 11 years ago
  38. f0cdc84 Avoid names like __in that conflict with SAL in builtin headers by Reid Kleckner · 11 years ago
  39. b80a16e Implement CodeGen for C++11 thread_local, following the Itanium ABI specification as discussed on cxx-abi-dev. by Richard Smith · 11 years ago
  40. 044fe23 [analyzer] Call proper callback for const regions escaped other then on call. by Anton Yartsev · 11 years ago
  41. c3e81e7 Revert "PR14606: Debug info for using directives/DW_TAG_imported_module" by Eric Christopher · 11 years ago
  42. cec3984 PR14606: Debug info for using directives/DW_TAG_imported_module by David Blaikie · 11 years ago
  43. bb00079 Give CGDebugInfo::getContextDescriptor a more specific return type by David Blaikie · 11 years ago
  44. 8be71a6 [libclang] Fix copy-paste error in comment. by Argyrios Kyrtzidis · 11 years ago
  45. 80e1aca [libclang] Introduce clang_Cursor_isVariadic, which returns non-zero if the given cursor is a variadic function or method. by Argyrios Kyrtzidis · 11 years ago
  46. 0c7102f Objective-C++: Enable passing of modern C++11 style by Fariborz Jahanian · 11 years ago
  47. 38dbad2 [libclang] Introduce clang_Cursor_getObjCDeclQualifiers, to query for 'ObjC Qualifiers' written next to the return and by Argyrios Kyrtzidis · 11 years ago
  48. 68ea1d2 Fix typo. by Chad Rosier · 11 years ago
  49. 6576a0d Add comment to describe cleverness. by Benjamin Kramer · 11 years ago
  50. 9ee6a66 [libclang] Introduce clang_Cursor_getObjCPropertyAttributes to query the written attributes in a property declaration. by Argyrios Kyrtzidis · 11 years ago
  51. 3a58912 Comment parsing: simplify code. As a side effect, this also silences GCC's by Dmitri Gribenko · 11 years ago
  52. 0ac0ee9 Objective-C parsing [qoi]: Provide good recovery when by Fariborz Jahanian · 11 years ago
  53. d333e7b [CMake] Create the directory before creating the link to the clang headers. by Argyrios Kyrtzidis · 11 years ago
  54. 62a8963 some more tests for r179743. by Argyrios Kyrtzidis · 11 years ago
  55. d9e9a0a Add IRGen test case for r179743. by Argyrios Kyrtzidis · 11 years ago
  56. 62fba4f [analyzer] Refine 'nil receiver' diagnostics to mention the name of the method not called. by Ted Kremenek · 11 years ago
  57. 688f2a1 Dropped the parentheses for #pragma message and its kin in the -E output generator. by Andy Gibbs · 11 years ago
  58. 4d6bc18 Adds a new doxygen tag needed. // rdar://12379053 by Fariborz Jahanian · 11 years ago
  59. 7717914 [libclang] Report parameter array types as written in source, not decayed to pointer types. by Argyrios Kyrtzidis · 11 years ago
  60. 258277d [analyzer] "Force" LazyCompoundVals on bind when they are simple enough. by Jordan Rose · 11 years ago
  61. 476f41c [analyzer] Don't crash if we cache out after making a temporary region. by Jordan Rose · 11 years ago
  62. 324645a Specify that we're parsing ms-style inline assembly. by Chad Rosier · 11 years ago
  63. 74df03a Multiple improvements to the AST matcher tutorial. by Manuel Klimek · 11 years ago
  64. 5ddf70f Reject asm output constraints that consist of modifiers only. by Benjamin Kramer · 11 years ago
  65. 0579c16 Add llvm_unreachable at end of fully covered switch to pacify GCC. by Benjamin Kramer · 11 years ago
  66. bd95745 [Parser] Handle #pragma pack/align inside C structs. by Argyrios Kyrtzidis · 11 years ago
  67. 1a7df99 Switch the note order for -Woverloaded-shift-op-parentheses so that the note by Richard Trieu · 11 years ago
  68. aea5201 Update the -Wparentheses tests to check that fix-its are in the correct place. by Richard Trieu · 11 years ago
  69. 86f1745 [analyzer] Tweak getDerefExpr more to track DeclRefExprs to references. by Anna Zaks · 11 years ago
  70. 1e1d011 [analyzer] Improve dereferenced expression tracking for MemberExpr with a dot and non-reference base by Anna Zaks · 11 years ago
  71. cf8a9cb Add description of -Ofast optimization option to the man page. <rdar://13660458> by Bob Wilson · 11 years ago
  72. 441625e [analyzer] Gain more precision retrieving the right SVal by specifying the type of the expression. by Anna Zaks · 11 years ago
  73. 5b90ae7 [analyzer] Allow TrackConstraintBRVisitor to work when the value it’s tracking is not live in the last node of the path by Anna Zaks · 11 years ago
  74. 87f9d81 [Modules] Use global index to improve typo correction performance by Argyrios Kyrtzidis · 11 years ago
  75. 9753d46 Add support for gcc's spelling of -fcolor-diagnostics. by Nico Weber · 11 years ago
  76. 94effad [tests] Only include stdint.h if we are in freestanding mode. by Daniel Dunbar · 11 years ago
  77. 099ecfb [document parsing]: When tag declaration (but not definition!) by Fariborz Jahanian · 11 years ago
  78. abee27b Test cases for r179719. by Chad Rosier · 11 years ago
  79. 142b35e Fix off-by-one error in #pragma clang system_header. by Jordan Rose · 11 years ago
  80. 987c030 PR15755: don't drop parameter packs when dropping parameters with default by Richard Smith · 11 years ago
  81. 82b0f86 Sema: Remove unused variable. by Benjamin Kramer · 11 years ago
  82. 898be7b [analyzer] Don't warn for returning void expressions in void blocks. by Jordan Rose · 11 years ago
  83. 919398b Unified token breaking logic: support for line comments. by Alexander Kornienko · 11 years ago
  84. d82fdf0 Revert r179671 and just pass a triple to the test for a platform with known by Eric Christopher · 11 years ago
  85. 7974c60 DR974: Lambdas can have default arguments. by Richard Smith · 11 years ago
  86. 076eea2 Implemented #pragma GCC warning/error in the same mould as #pragma message. by Andy Gibbs · 11 years ago
  87. 141f1d2 This corrects problems in the LibASTMatchers tutorial. by Manuel Klimek · 11 years ago
  88. ed23bdf Set SRet flags properly in '-cxx-abi microsoft'. by Timur Iskhodzhanov · 11 years ago
  89. 092140a Fix PR15291: noreturn adjustment in overload resolution for function templates, from Alexander Zinenko! by Douglas Gregor · 11 years ago
  90. b42f200 Extended VerifyDiagnosticConsumer to also verify source file for diagnostic. by Andy Gibbs · 11 years ago
  91. a50b578 Small improvements to clang-format documentation and integration scripts. by Daniel Jasper · 11 years ago
  92. e68d9e0 Add a bit of a hack to deal with a failing testcase on darwin10 bots. by Eric Christopher · 11 years ago
  93. ec431d5 Remove dead option. by Eric Christopher · 11 years ago
  94. 2a6e528 Add warning group -Woverloaded-shift-op-parentheses to -Wparentheses. This by Richard Trieu · 11 years ago
  95. 673c5d5 Correct the range returned by ParmVarDecl::getSourceRange(), for parameters in ObjC methods with postfix types. by Argyrios Kyrtzidis · 11 years ago
  96. f2fee9a [analyzer] Merge C++ status page into Open Projects. by Jordan Rose · 11 years ago
  97. 8d00822 [analyzer] Open Projects: grammar, phrasing, formatting by Jordan Rose · 11 years ago
  98. 7b4700c Test cases for r179655. by Chad Rosier · 11 years ago
  99. e7a7772 Use the extra info in global method pool to speed up looking for ObjC overridden methods. by Argyrios Kyrtzidis · 11 years ago
  100. 685d104 In ASTContext::getOverriddenMethods, call overridden_methods_begin/overridden_methods_end directly. by Argyrios Kyrtzidis · 11 years ago