1. a10b978 C++1y constexpr extensions, round 1: Allow most forms of declaration and by Richard Smith · 11 years ago
  2. 99ad359 Fix array constant expression evaluation bug: we can have different values for by Richard Smith · 11 years ago
  3. db4f61f Don't emit _ZTW wrappers for TLS variables which don't use the C++ thread_local keyword. by Richard Smith · 11 years ago
  4. 001bf4e Fix bin-packing behavior of constructor initialziers. by Daniel Jasper · 11 years ago
  5. 957dac5 Revert "Revert "PR14606: Debug info for using directives/DW_TAG_imported_module"" by David Blaikie · 11 years ago
  6. c7e2a4e [Mips] Convert a GNU style Mips ABI name to the name accepted by LLVM by Simon Atanasyan · 11 years ago
  7. 990b5e5 [Mips] Do not add unnecessary Mips toolchain path to the list by Simon Atanasyan · 11 years ago
  8. 8404626 The 'constexpr implies const' rule for non-static member functions is gone in by Richard Smith · 11 years ago
  9. 39b0e26 Disable VLA diagnostic in C++1y mode, and add some tests. by Richard Smith · 11 years ago
  10. c3bf52c C++1y: Allow aggregates to have default initializers. by Richard Smith · 11 years ago
  11. 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
  12. 8e8e95c Supports Sourcery CodeBench Mips toolchain directories tree. by Simon Atanasyan · 11 years ago
  13. 8ef064d [analyzer] Ensure BugReporterTracking works on regions with pointer arithmetic by Anna Zaks · 11 years ago
  14. 716859d [analyzer] Flip printPretty and printPrettyAsExpr as per suggestion from Jordan (r179572) by Anna Zaks · 11 years ago
  15. 355dae6 [libclang] Make sure the preable does not truncate comments. by Argyrios Kyrtzidis · 11 years ago
  16. 2fcf0de Note that we support (and in fact have supported since the dawn of time itself) by Richard Smith · 11 years ago
  17. 87a9f2b [ms-inline asm] The parsing of C++ identifiers is a task of the front-end parser, by Chad Rosier · 11 years ago
  18. 59d6a71 Emit the underlying type in the debug info for all kinds of fixed enums by Adrian Prantl · 11 years ago
  19. f5ae4dd Keep the parentheses in #pragma message (partial revert of r179771). by Andy Gibbs · 11 years ago
  20. e6e68b5 C++11 support is now feature-complete. by Richard Smith · 11 years ago
  21. f0cdc84 Avoid names like __in that conflict with SAL in builtin headers by Reid Kleckner · 11 years ago
  22. 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
  23. 044fe23 [analyzer] Call proper callback for const regions escaped other then on call. by Anton Yartsev · 11 years ago
  24. c3e81e7 Revert "PR14606: Debug info for using directives/DW_TAG_imported_module" by Eric Christopher · 11 years ago
  25. cec3984 PR14606: Debug info for using directives/DW_TAG_imported_module by David Blaikie · 11 years ago
  26. bb00079 Give CGDebugInfo::getContextDescriptor a more specific return type by David Blaikie · 11 years ago
  27. 0c7102f Objective-C++: Enable passing of modern C++11 style by Fariborz Jahanian · 11 years ago
  28. 6576a0d Add comment to describe cleverness. by Benjamin Kramer · 11 years ago
  29. 3a58912 Comment parsing: simplify code. As a side effect, this also silences GCC's by Dmitri Gribenko · 11 years ago
  30. 0ac0ee9 Objective-C parsing [qoi]: Provide good recovery when by Fariborz Jahanian · 11 years ago
  31. d333e7b [CMake] Create the directory before creating the link to the clang headers. by Argyrios Kyrtzidis · 11 years ago
  32. 62fba4f [analyzer] Refine 'nil receiver' diagnostics to mention the name of the method not called. by Ted Kremenek · 11 years ago
  33. 688f2a1 Dropped the parentheses for #pragma message and its kin in the -E output generator. by Andy Gibbs · 11 years ago
  34. 258277d [analyzer] "Force" LazyCompoundVals on bind when they are simple enough. by Jordan Rose · 11 years ago
  35. 476f41c [analyzer] Don't crash if we cache out after making a temporary region. by Jordan Rose · 11 years ago
  36. 324645a Specify that we're parsing ms-style inline assembly. by Chad Rosier · 11 years ago
  37. 5ddf70f Reject asm output constraints that consist of modifiers only. by Benjamin Kramer · 11 years ago
  38. bd95745 [Parser] Handle #pragma pack/align inside C structs. by Argyrios Kyrtzidis · 11 years ago
  39. 1a7df99 Switch the note order for -Woverloaded-shift-op-parentheses so that the note by Richard Trieu · 11 years ago
  40. 86f1745 [analyzer] Tweak getDerefExpr more to track DeclRefExprs to references. by Anna Zaks · 11 years ago
  41. 1e1d011 [analyzer] Improve dereferenced expression tracking for MemberExpr with a dot and non-reference base by Anna Zaks · 11 years ago
  42. 441625e [analyzer] Gain more precision retrieving the right SVal by specifying the type of the expression. by Anna Zaks · 11 years ago
  43. 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
  44. 87f9d81 [Modules] Use global index to improve typo correction performance by Argyrios Kyrtzidis · 11 years ago
  45. 9753d46 Add support for gcc's spelling of -fcolor-diagnostics. by Nico Weber · 11 years ago
  46. 099ecfb [document parsing]: When tag declaration (but not definition!) by Fariborz Jahanian · 11 years ago
  47. 142b35e Fix off-by-one error in #pragma clang system_header. by Jordan Rose · 11 years ago
  48. 987c030 PR15755: don't drop parameter packs when dropping parameters with default by Richard Smith · 11 years ago
  49. 82b0f86 Sema: Remove unused variable. by Benjamin Kramer · 11 years ago
  50. 898be7b [analyzer] Don't warn for returning void expressions in void blocks. by Jordan Rose · 11 years ago
  51. 919398b Unified token breaking logic: support for line comments. by Alexander Kornienko · 11 years ago
  52. 7974c60 DR974: Lambdas can have default arguments. by Richard Smith · 11 years ago
  53. 076eea2 Implemented #pragma GCC warning/error in the same mould as #pragma message. by Andy Gibbs · 11 years ago
  54. ed23bdf Set SRet flags properly in '-cxx-abi microsoft'. by Timur Iskhodzhanov · 11 years ago
  55. 092140a Fix PR15291: noreturn adjustment in overload resolution for function templates, from Alexander Zinenko! by Douglas Gregor · 11 years ago
  56. b42f200 Extended VerifyDiagnosticConsumer to also verify source file for diagnostic. by Andy Gibbs · 11 years ago
  57. 2a6e528 Add warning group -Woverloaded-shift-op-parentheses to -Wparentheses. This by Richard Trieu · 11 years ago
  58. 673c5d5 Correct the range returned by ParmVarDecl::getSourceRange(), for parameters in ObjC methods with postfix types. by Argyrios Kyrtzidis · 11 years ago
  59. e7a7772 Use the extra info in global method pool to speed up looking for ObjC overridden methods. by Argyrios Kyrtzidis · 11 years ago
  60. 685d104 In ASTContext::getOverriddenMethods, call overridden_methods_begin/overridden_methods_end directly. by Argyrios Kyrtzidis · 11 years ago
  61. 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
  62. 3abae09 Don't propagate around TargetOptions in IR-gen; we don't use it. by John McCall · 11 years ago
  63. 64aa4b3 Standardize accesses to the TargetInfo in IR-gen. by John McCall · 11 years ago
  64. d314abe Don't put too much thought into whether or not to capture a by John McCall · 11 years ago
  65. 08a838d [analyzer] Add experimental option "leak-diagnostics-reference-allocation". by Ted Kremenek · 11 years ago
  66. b57f6b3 objc_autoreleasePoolPop() can throw if a -dealloc does. by John McCall · 11 years ago
  67. ec4fbc6 Properly sort list. by Ted Kremenek · 11 years ago
  68. 8dae128 Factor CheckerManager to be able to pass AnalyzerOptions to checkers by Ted Kremenek · 11 years ago
  69. 6afcf88 Sema for Captured Statements by Tareq A. Siraj · 11 years ago
  70. 596eea7 rewrite-includes: Rewrite __has_include(_next) to get rid of a host dependency. by Benjamin Kramer · 11 years ago
  71. 051303c Implement CapturedStmt AST by Tareq A. Siraj · 11 years ago
  72. 85192c7 Parser support for #pragma clang __debug captured by Tareq A. Siraj · 11 years ago
  73. f491013 [Modules] Convert module specific -fno-modules-autolink into -fno-autolink. by Daniel Dunbar · 11 years ago
  74. b004a8e Fix PR4296: Add parser detection/error recovery for nested functions, from Serve Pavlov! by Douglas Gregor · 11 years ago
  75. 236d9d16 Fix handling of atomic shift operations, from Serge Pavlov. by Douglas Gregor · 11 years ago
  76. 428edb7 Objective-C IRGen. Use llvm::WeakVH by Fariborz Jahanian · 11 years ago
  77. 6ca6752 Suppress unused warning on static inline function template specializations. by Rafael Espindola · 11 years ago
  78. 56e1f1f Add support for sparcv9 targets. by Jakob Stoklund Olesen · 11 years ago
  79. 76da55d Basic support for Microsoft property declarations and references thereto. by John McCall · 11 years ago
  80. 459ef03 Correctly propagate the storage class to function template instantiations. by Rafael Espindola · 11 years ago
  81. 148d922 [analyzer] Improve the malloc checker stack hint message by Anna Zaks · 11 years ago
  82. d8eeac5 [analyzer] Do not crash when processing binary "?:" in C++ by Anna Zaks · 11 years ago
  83. 07d8470 [analyzer] Add pretty printing to CXXBaseObjectRegion. by Anna Zaks · 11 years ago
  84. 79d0cce [analyzer] Address code review for r179395 by Anna Zaks · 11 years ago
  85. 82dd439 [analyzer] Add more specialized error messages for corner cases as per Jordan's code review for r179396 by Anna Zaks · 11 years ago
  86. 01218ff Break after multiline parameters. by Daniel Jasper · 11 years ago
  87. 28117be [analyzer] Don't assert on a temporary of pointer-to-member type. by Jordan Rose · 11 years ago
  88. 62165c9 Remove some dead code that has not been used since 2010. by Joey Gouly · 11 years ago
  89. b93fc8e [analyzer] Be lazy about struct/array global invalidation too. by Jordan Rose · 11 years ago
  90. 262e0d4 [analyzer] Re-enable using global regions as a symbolic base. by Jordan Rose · 11 years ago
  91. e0208ff [analyzer] Properly invalidate global regions on opaque function calls. by Jordan Rose · 11 years ago
  92. 77670f1 Revert "Speed-up ObjCMethodDecl::getOverriddenMethods()." by Argyrios Kyrtzidis · 11 years ago
  93. e2657dd Fix unused variable warning with assertions disabled. by Alexander Kornienko · 11 years ago
  94. 70ce788 Unified token breaking logic for strings and block comments. by Alexander Kornienko · 11 years ago
  95. 90cc390 Remove hasExternalLinkageUncached. by Rafael Espindola · 11 years ago
  96. 72fdc89 Fix the storage class of method instantiations. by Rafael Espindola · 11 years ago
  97. df4cc0a Local thread_local variables are implicitly 'static'. (This doesn't apply to _Thread_local nor __thread.) by Richard Smith · 11 years ago
  98. b6b127f Properly check for a constant initializer for a thread-local variable. by Richard Smith · 11 years ago
  99. 3c6a9b0 Add a new flag -vectorize-slp-aggressive to enable Hals BB vectorizer. by Nadav Rotem · 11 years ago
  100. 50ea963 Rename the slp-vectorizer clang/llvm flags. No functionality change. by Nadav Rotem · 11 years ago