1. 919398b Unified token breaking logic: support for line comments. by Alexander Kornienko · 11 years ago
  2. d82fdf0 Revert r179671 and just pass a triple to the test for a platform with known by Eric Christopher · 11 years ago
  3. 7974c60 DR974: Lambdas can have default arguments. by Richard Smith · 11 years ago
  4. 076eea2 Implemented #pragma GCC warning/error in the same mould as #pragma message. by Andy Gibbs · 11 years ago
  5. 141f1d2 This corrects problems in the LibASTMatchers tutorial. by Manuel Klimek · 11 years ago
  6. ed23bdf Set SRet flags properly in '-cxx-abi microsoft'. by Timur Iskhodzhanov · 11 years ago
  7. 092140a Fix PR15291: noreturn adjustment in overload resolution for function templates, from Alexander Zinenko! by Douglas Gregor · 11 years ago
  8. b42f200 Extended VerifyDiagnosticConsumer to also verify source file for diagnostic. by Andy Gibbs · 11 years ago
  9. a50b578 Small improvements to clang-format documentation and integration scripts. by Daniel Jasper · 11 years ago
  10. e68d9e0 Add a bit of a hack to deal with a failing testcase on darwin10 bots. by Eric Christopher · 11 years ago
  11. ec431d5 Remove dead option. by Eric Christopher · 11 years ago
  12. 2a6e528 Add warning group -Woverloaded-shift-op-parentheses to -Wparentheses. This by Richard Trieu · 11 years ago
  13. 673c5d5 Correct the range returned by ParmVarDecl::getSourceRange(), for parameters in ObjC methods with postfix types. by Argyrios Kyrtzidis · 11 years ago
  14. f2fee9a [analyzer] Merge C++ status page into Open Projects. by Jordan Rose · 11 years ago
  15. 8d00822 [analyzer] Open Projects: grammar, phrasing, formatting by Jordan Rose · 11 years ago
  16. 7b4700c Test cases for r179655. by Chad Rosier · 11 years ago
  17. e7a7772 Use the extra info in global method pool to speed up looking for ObjC overridden methods. by Argyrios Kyrtzidis · 11 years ago
  18. 685d104 In ASTContext::getOverriddenMethods, call overridden_methods_begin/overridden_methods_end directly. by Argyrios Kyrtzidis · 11 years ago
  19. 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
  20. c327f87 [6/6] ARM Neon Intrinsic Tablegen Test Generator. by Michael Gottesman · 11 years ago
  21. fb9929e [5/6] ARM Neon Intrinsic Tablegen Test Generator. by Michael Gottesman · 11 years ago
  22. 7200bd6 [4/6] ARM Neon Intrinsic Tablegen Test Generator. by Michael Gottesman · 11 years ago
  23. 3abae09 Don't propagate around TargetOptions in IR-gen; we don't use it. by John McCall · 11 years ago
  24. 64aa4b3 Standardize accesses to the TargetInfo in IR-gen. by John McCall · 11 years ago
  25. d314abe Don't put too much thought into whether or not to capture a by John McCall · 11 years ago
  26. fb599a4 [3/6] ARM Neon Intrinsic Tablegen Test Generator. by Michael Gottesman · 11 years ago
  27. 1198301 Make test portable. by Ted Kremenek · 11 years ago
  28. 08a838d [analyzer] Add experimental option "leak-diagnostics-reference-allocation". by Ted Kremenek · 11 years ago
  29. a8d8a47 [analyzer] Add Open Projects page to the analyzer website by Anna Zaks · 11 years ago
  30. b57f6b3 objc_autoreleasePoolPop() can throw if a -dealloc does. by John McCall · 11 years ago
  31. 35e62d3 Trying fixing test to make buildbot happy again. by Fariborz Jahanian · 11 years ago
  32. 21e4e94 [2/6] ARM Neon Intrinsic Tablegen Test Generator. by Michael Gottesman · 11 years ago
  33. ec4fbc6 Properly sort list. by Ted Kremenek · 11 years ago
  34. 8dae128 Factor CheckerManager to be able to pass AnalyzerOptions to checkers by Ted Kremenek · 11 years ago
  35. a9ad400 Remove unused "getConfig()" method. A new way is to have high-level by Ted Kremenek · 11 years ago
  36. 8da1dd6 [1/6] ARM Neon Intrinsic Tablegen Test Generator. by Michael Gottesman · 11 years ago
  37. 6afcf88 Sema for Captured Statements by Tareq A. Siraj · 11 years ago
  38. 596eea7 rewrite-includes: Rewrite __has_include(_next) to get rid of a host dependency. by Benjamin Kramer · 11 years ago
  39. 051303c Implement CapturedStmt AST by Tareq A. Siraj · 11 years ago
  40. 85192c7 Parser support for #pragma clang __debug captured by Tareq A. Siraj · 11 years ago
  41. f491013 [Modules] Convert module specific -fno-modules-autolink into -fno-autolink. by Daniel Dunbar · 11 years ago
  42. 007149a modify test to try to make buildbot happy. by Fariborz Jahanian · 11 years ago
  43. 7a92c89 Remove setjmp.h header file from Sema/return.c test and include necessary by Jyotsna Verma · 11 years ago
  44. b004a8e Fix PR4296: Add parser detection/error recovery for nested functions, from Serve Pavlov! by Douglas Gregor · 11 years ago
  45. cb4d09c Use -emit-llvm for the following tests to stop them from failing for Hexagon: by Jyotsna Verma · 11 years ago
  46. 236d9d16 Fix handling of atomic shift operations, from Serge Pavlov. by Douglas Gregor · 11 years ago
  47. 428edb7 Objective-C IRGen. Use llvm::WeakVH by Fariborz Jahanian · 11 years ago
  48. 6ca6752 Suppress unused warning on static inline function template specializations. by Rafael Espindola · 11 years ago
  49. 56e1f1f Add support for sparcv9 targets. by Jakob Stoklund Olesen · 11 years ago
  50. 76da55d Basic support for Microsoft property declarations and references thereto. by John McCall · 11 years ago
  51. 459ef03 Correctly propagate the storage class to function template instantiations. by Rafael Espindola · 11 years ago
  52. 148d922 [analyzer] Improve the malloc checker stack hint message by Anna Zaks · 11 years ago
  53. d8eeac5 [analyzer] Do not crash when processing binary "?:" in C++ by Anna Zaks · 11 years ago
  54. 07d8470 [analyzer] Add pretty printing to CXXBaseObjectRegion. by Anna Zaks · 11 years ago
  55. 79d0cce [analyzer] Address code review for r179395 by Anna Zaks · 11 years ago
  56. 82dd439 [analyzer] Add more specialized error messages for corner cases as per Jordan's code review for r179396 by Anna Zaks · 11 years ago
  57. 01218ff Break after multiline parameters. by Daniel Jasper · 11 years ago
  58. 28117be [analyzer] Don't assert on a temporary of pointer-to-member type. by Jordan Rose · 11 years ago
  59. 62165c9 Remove some dead code that has not been used since 2010. by Joey Gouly · 11 years ago
  60. b93fc8e [analyzer] Be lazy about struct/array global invalidation too. by Jordan Rose · 11 years ago
  61. 262e0d4 [analyzer] Re-enable using global regions as a symbolic base. by Jordan Rose · 11 years ago
  62. e0208ff [analyzer] Properly invalidate global regions on opaque function calls. by Jordan Rose · 11 years ago
  63. 9a0b3c2 [analyzer] Tests: move system functions into system header simulator files. by Jordan Rose · 11 years ago
  64. 77670f1 Revert "Speed-up ObjCMethodDecl::getOverriddenMethods()." by Argyrios Kyrtzidis · 11 years ago
  65. 1f35ec3 Remove XFAIL now that the test is standalone. by Rafael Espindola · 11 years ago
  66. 25e42cb [PCH/test] Make test/PCH/cxx-typeid.cpp self-contained by including the relevant standard library declarations by Argyrios Kyrtzidis · 11 years ago
  67. e2657dd Fix unused variable warning with assertions disabled. by Alexander Kornienko · 11 years ago
  68. 64fe1bb Use llvm::sys::IsBigEndianHost. by Rafael Espindola · 11 years ago
  69. 70ce788 Unified token breaking logic for strings and block comments. by Alexander Kornienko · 11 years ago
  70. 115ac5a Add a missing space by Timur Iskhodzhanov · 11 years ago
  71. 90cc390 Remove hasExternalLinkageUncached. by Rafael Espindola · 11 years ago
  72. 72fdc89 Fix the storage class of method instantiations. by Rafael Espindola · 11 years ago
  73. cef64fe Remove reference to MSVC only building X86 backend. by Tim Northover · 11 years ago
  74. df4cc0a Local thread_local variables are implicitly 'static'. (This doesn't apply to _Thread_local nor __thread.) by Richard Smith · 11 years ago
  75. b6b127f Properly check for a constant initializer for a thread-local variable. by Richard Smith · 11 years ago
  76. 231dbd2 Add triple to another test. by Richard Smith · 11 years ago
  77. b16ae8b Add triples to these tests since they're now using TLS, which isn't available on all targets. by Richard Smith · 11 years ago
  78. 3c6a9b0 Add a new flag -vectorize-slp-aggressive to enable Hals BB vectorizer. by Nadav Rotem · 11 years ago
  79. 50ea963 Rename the slp-vectorizer clang/llvm flags. No functionality change. by Nadav Rotem · 11 years ago
  80. d09615f Comment command table: use inheritance instead of duplicating code by Dmitri Gribenko · 11 years ago
  81. 04e5176 CodeGen support for function-local static thread_local variables with by Richard Smith · 11 years ago
  82. f6b4a68 Removed #if 0 code that doesn't compiled if uncommented. by Rafael Espindola · 11 years ago
  83. 6a570f6 Diagnose if a __thread or _Thread_local variable has a non-constant initializer by Richard Smith · 11 years ago
  84. 1ac39c2 [analyzer] Add a link to the Building a Checker in 24 Hours talk to the developer manual by Anna Zaks · 11 years ago
  85. 321ae79 [Mips] Support -mmicromips / -mno-micromips command line options. by Simon Atanasyan · 11 years ago
  86. a814161 [Mips] Fix indentation. by Simon Atanasyan · 11 years ago
  87. 7c06cba [Mips] Follow-up to r179481. Reduce code duplication. Use by Simon Atanasyan · 11 years ago
  88. d96e315 [Mips] Follow-up to r179481. Consider "single-float" as a separate by Simon Atanasyan · 11 years ago
  89. d44d04f Add driver support for fedora 18 on ARM. by Rafael Espindola · 11 years ago
  90. 088831d Handle incompatible redeclarations of library builtins better. by John McCall · 11 years ago
  91. 2ed42b8 [Mips] Remove "single" from the list of valid MIPS float ABI names. Add by Simon Atanasyan · 11 years ago
  92. 67cd74e Simplify test so that it is more portable. by Rafael Espindola · 11 years ago
  93. f7f74c6 Remove duplicated comment. by Simon Atanasyan · 11 years ago
  94. 38afbc7 Annotate flavor of TLS variable (statically or dynamically initialized) onto the AST. by Richard Smith · 11 years ago
  95. 84083b7 Use MapVector rather than simulating it. by Richard Smith · 11 years ago
  96. 175c8e2 Speed-up ObjCMethodDecl::getOverriddenMethods(). by Argyrios Kyrtzidis · 11 years ago
  97. ecc6523 Introduce SourceManager::getDecomposedIncludedLoc, that returns the "included/expanded in" decomposed location of the given FileID. by Argyrios Kyrtzidis · 11 years ago
  98. 3a0f7ac Give this test a triple so that its use of thread_local doesn't make it fail on the MSVC bot. by Richard Smith · 11 years ago
  99. 927b0af Don't replace an existing decl in the scope chains with its by John McCall · 11 years ago
  100. dd9bd3b Headers: Don't try to use RSIZE_MAX unless we are freestanding. by Daniel Dunbar · 11 years ago