1. e6e68b5 C++11 support is now feature-complete. by Richard Smith · 11 years ago
  2. f0cdc84 Avoid names like __in that conflict with SAL in builtin headers by Reid Kleckner · 11 years ago
  3. 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
  4. 044fe23 [analyzer] Call proper callback for const regions escaped other then on call. by Anton Yartsev · 11 years ago
  5. c3e81e7 Revert "PR14606: Debug info for using directives/DW_TAG_imported_module" by Eric Christopher · 11 years ago
  6. cec3984 PR14606: Debug info for using directives/DW_TAG_imported_module by David Blaikie · 11 years ago
  7. bb00079 Give CGDebugInfo::getContextDescriptor a more specific return type by David Blaikie · 11 years ago
  8. 8be71a6 [libclang] Fix copy-paste error in comment. by Argyrios Kyrtzidis · 11 years ago
  9. 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
  10. 0c7102f Objective-C++: Enable passing of modern C++11 style by Fariborz Jahanian · 11 years ago
  11. 38dbad2 [libclang] Introduce clang_Cursor_getObjCDeclQualifiers, to query for 'ObjC Qualifiers' written next to the return and by Argyrios Kyrtzidis · 11 years ago
  12. 68ea1d2 Fix typo. by Chad Rosier · 11 years ago
  13. 6576a0d Add comment to describe cleverness. by Benjamin Kramer · 11 years ago
  14. 9ee6a66 [libclang] Introduce clang_Cursor_getObjCPropertyAttributes to query the written attributes in a property declaration. by Argyrios Kyrtzidis · 11 years ago
  15. 3a58912 Comment parsing: simplify code. As a side effect, this also silences GCC's by Dmitri Gribenko · 11 years ago
  16. 0ac0ee9 Objective-C parsing [qoi]: Provide good recovery when by Fariborz Jahanian · 11 years ago
  17. d333e7b [CMake] Create the directory before creating the link to the clang headers. by Argyrios Kyrtzidis · 11 years ago
  18. 62a8963 some more tests for r179743. by Argyrios Kyrtzidis · 11 years ago
  19. d9e9a0a Add IRGen test case for r179743. by Argyrios Kyrtzidis · 11 years ago
  20. 62fba4f [analyzer] Refine 'nil receiver' diagnostics to mention the name of the method not called. by Ted Kremenek · 11 years ago
  21. 688f2a1 Dropped the parentheses for #pragma message and its kin in the -E output generator. by Andy Gibbs · 11 years ago
  22. 4d6bc18 Adds a new doxygen tag needed. // rdar://12379053 by Fariborz Jahanian · 11 years ago
  23. 7717914 [libclang] Report parameter array types as written in source, not decayed to pointer types. by Argyrios Kyrtzidis · 11 years ago
  24. 258277d [analyzer] "Force" LazyCompoundVals on bind when they are simple enough. by Jordan Rose · 11 years ago
  25. 476f41c [analyzer] Don't crash if we cache out after making a temporary region. by Jordan Rose · 11 years ago
  26. 324645a Specify that we're parsing ms-style inline assembly. by Chad Rosier · 11 years ago
  27. 74df03a Multiple improvements to the AST matcher tutorial. by Manuel Klimek · 11 years ago
  28. 5ddf70f Reject asm output constraints that consist of modifiers only. by Benjamin Kramer · 11 years ago
  29. 0579c16 Add llvm_unreachable at end of fully covered switch to pacify GCC. by Benjamin Kramer · 11 years ago
  30. bd95745 [Parser] Handle #pragma pack/align inside C structs. by Argyrios Kyrtzidis · 11 years ago
  31. 1a7df99 Switch the note order for -Woverloaded-shift-op-parentheses so that the note by Richard Trieu · 11 years ago
  32. aea5201 Update the -Wparentheses tests to check that fix-its are in the correct place. by Richard Trieu · 11 years ago
  33. 86f1745 [analyzer] Tweak getDerefExpr more to track DeclRefExprs to references. by Anna Zaks · 11 years ago
  34. 1e1d011 [analyzer] Improve dereferenced expression tracking for MemberExpr with a dot and non-reference base by Anna Zaks · 11 years ago
  35. cf8a9cb Add description of -Ofast optimization option to the man page. <rdar://13660458> by Bob Wilson · 11 years ago
  36. 441625e [analyzer] Gain more precision retrieving the right SVal by specifying the type of the expression. by Anna Zaks · 11 years ago
  37. 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
  38. 87f9d81 [Modules] Use global index to improve typo correction performance by Argyrios Kyrtzidis · 11 years ago
  39. 9753d46 Add support for gcc's spelling of -fcolor-diagnostics. by Nico Weber · 11 years ago
  40. 94effad [tests] Only include stdint.h if we are in freestanding mode. by Daniel Dunbar · 11 years ago
  41. 099ecfb [document parsing]: When tag declaration (but not definition!) by Fariborz Jahanian · 11 years ago
  42. abee27b Test cases for r179719. by Chad Rosier · 11 years ago
  43. 142b35e Fix off-by-one error in #pragma clang system_header. by Jordan Rose · 11 years ago
  44. 987c030 PR15755: don't drop parameter packs when dropping parameters with default by Richard Smith · 11 years ago
  45. 82b0f86 Sema: Remove unused variable. by Benjamin Kramer · 11 years ago
  46. 898be7b [analyzer] Don't warn for returning void expressions in void blocks. by Jordan Rose · 11 years ago
  47. 919398b Unified token breaking logic: support for line comments. by Alexander Kornienko · 11 years ago
  48. d82fdf0 Revert r179671 and just pass a triple to the test for a platform with known by Eric Christopher · 11 years ago
  49. 7974c60 DR974: Lambdas can have default arguments. by Richard Smith · 11 years ago
  50. 076eea2 Implemented #pragma GCC warning/error in the same mould as #pragma message. by Andy Gibbs · 11 years ago
  51. 141f1d2 This corrects problems in the LibASTMatchers tutorial. by Manuel Klimek · 11 years ago
  52. ed23bdf Set SRet flags properly in '-cxx-abi microsoft'. by Timur Iskhodzhanov · 11 years ago
  53. 092140a Fix PR15291: noreturn adjustment in overload resolution for function templates, from Alexander Zinenko! by Douglas Gregor · 11 years ago
  54. b42f200 Extended VerifyDiagnosticConsumer to also verify source file for diagnostic. by Andy Gibbs · 11 years ago
  55. a50b578 Small improvements to clang-format documentation and integration scripts. by Daniel Jasper · 11 years ago
  56. e68d9e0 Add a bit of a hack to deal with a failing testcase on darwin10 bots. by Eric Christopher · 11 years ago
  57. ec431d5 Remove dead option. by Eric Christopher · 11 years ago
  58. 2a6e528 Add warning group -Woverloaded-shift-op-parentheses to -Wparentheses. This by Richard Trieu · 11 years ago
  59. 673c5d5 Correct the range returned by ParmVarDecl::getSourceRange(), for parameters in ObjC methods with postfix types. by Argyrios Kyrtzidis · 11 years ago
  60. f2fee9a [analyzer] Merge C++ status page into Open Projects. by Jordan Rose · 11 years ago
  61. 8d00822 [analyzer] Open Projects: grammar, phrasing, formatting by Jordan Rose · 11 years ago
  62. 7b4700c Test cases for r179655. by Chad Rosier · 11 years ago
  63. e7a7772 Use the extra info in global method pool to speed up looking for ObjC overridden methods. by Argyrios Kyrtzidis · 11 years ago
  64. 685d104 In ASTContext::getOverriddenMethods, call overridden_methods_begin/overridden_methods_end directly. by Argyrios Kyrtzidis · 11 years ago
  65. 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 · 11 years ago
  66. c327f87 [6/6] ARM Neon Intrinsic Tablegen Test Generator. by Michael Gottesman · 11 years ago
  67. fb9929e [5/6] ARM Neon Intrinsic Tablegen Test Generator. by Michael Gottesman · 11 years ago
  68. 7200bd6 [4/6] ARM Neon Intrinsic Tablegen Test Generator. by Michael Gottesman · 11 years ago
  69. 3abae09 Don't propagate around TargetOptions in IR-gen; we don't use it. by John McCall · 11 years ago
  70. 64aa4b3 Standardize accesses to the TargetInfo in IR-gen. by John McCall · 11 years ago
  71. d314abe Don't put too much thought into whether or not to capture a by John McCall · 11 years ago
  72. fb599a4 [3/6] ARM Neon Intrinsic Tablegen Test Generator. by Michael Gottesman · 11 years ago
  73. 1198301 Make test portable. by Ted Kremenek · 11 years ago
  74. 08a838d [analyzer] Add experimental option "leak-diagnostics-reference-allocation". by Ted Kremenek · 11 years ago
  75. a8d8a47 [analyzer] Add Open Projects page to the analyzer website by Anna Zaks · 11 years ago
  76. b57f6b3 objc_autoreleasePoolPop() can throw if a -dealloc does. by John McCall · 11 years ago
  77. 35e62d3 Trying fixing test to make buildbot happy again. by Fariborz Jahanian · 11 years ago
  78. 21e4e94 [2/6] ARM Neon Intrinsic Tablegen Test Generator. by Michael Gottesman · 11 years ago
  79. ec4fbc6 Properly sort list. by Ted Kremenek · 11 years ago
  80. 8dae128 Factor CheckerManager to be able to pass AnalyzerOptions to checkers by Ted Kremenek · 11 years ago
  81. a9ad400 Remove unused "getConfig()" method. A new way is to have high-level by Ted Kremenek · 11 years ago
  82. 8da1dd6 [1/6] ARM Neon Intrinsic Tablegen Test Generator. by Michael Gottesman · 11 years ago
  83. 6afcf88 Sema for Captured Statements by Tareq A. Siraj · 11 years ago
  84. 596eea7 rewrite-includes: Rewrite __has_include(_next) to get rid of a host dependency. by Benjamin Kramer · 11 years ago
  85. 051303c Implement CapturedStmt AST by Tareq A. Siraj · 11 years ago
  86. 85192c7 Parser support for #pragma clang __debug captured by Tareq A. Siraj · 11 years ago
  87. f491013 [Modules] Convert module specific -fno-modules-autolink into -fno-autolink. by Daniel Dunbar · 11 years ago
  88. 007149a modify test to try to make buildbot happy. by Fariborz Jahanian · 11 years ago
  89. 7a92c89 Remove setjmp.h header file from Sema/return.c test and include necessary by Jyotsna Verma · 11 years ago
  90. b004a8e Fix PR4296: Add parser detection/error recovery for nested functions, from Serve Pavlov! by Douglas Gregor · 11 years ago
  91. cb4d09c Use -emit-llvm for the following tests to stop them from failing for Hexagon: by Jyotsna Verma · 11 years ago
  92. 236d9d16 Fix handling of atomic shift operations, from Serge Pavlov. by Douglas Gregor · 11 years ago
  93. 428edb7 Objective-C IRGen. Use llvm::WeakVH by Fariborz Jahanian · 11 years ago
  94. 6ca6752 Suppress unused warning on static inline function template specializations. by Rafael Espindola · 11 years ago
  95. 56e1f1f Add support for sparcv9 targets. by Jakob Stoklund Olesen · 11 years ago
  96. 76da55d Basic support for Microsoft property declarations and references thereto. by John McCall · 11 years ago
  97. 459ef03 Correctly propagate the storage class to function template instantiations. by Rafael Espindola · 11 years ago
  98. 148d922 [analyzer] Improve the malloc checker stack hint message by Anna Zaks · 11 years ago
  99. d8eeac5 [analyzer] Do not crash when processing binary "?:" in C++ by Anna Zaks · 11 years ago
  100. 07d8470 [analyzer] Add pretty printing to CXXBaseObjectRegion. by Anna Zaks · 11 years ago