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