1. 2972d04 Add option to align escaped newlines left. by Daniel Jasper · 11 years ago
  2. f1ed9fe Fix scrolling bug in clang-format's emacs integration. by Daniel Jasper · 11 years ago
  3. b70d1c3 [ms-cxxabi] Fix a number of bugs in the mangler. by Peter Collingbourne · 11 years ago
  4. fed07a2 Add "-no-canonical-prefixes" to a test case. by Richard Trieu · 11 years ago
  5. 3d8f462 [analyzer] Fix a crash in RetainCountChecker - we should not rely on CallEnter::getCallExpr to return non-NULL by Anna Zaks · 11 years ago
  6. c873b51 [neonemitter tests] Change triple of emitted tests to thumbv7s to match the target cpu being swift. Also specify the target-abi to apcs-gnu. by Michael Gottesman · 11 years ago
  7. 51c30af Objective-C parsing [qoi]: Recover gracefully with good diagnostic by Fariborz Jahanian · 11 years ago
  8. 80abce3 Objective-C arc: Improve disgnostics when 'weak' by Fariborz Jahanian · 11 years ago
  9. e68cb08 Removing example-dynarray.cpp test since it's of no value. by Jyotsna Verma · 11 years ago
  10. 9f366db [driver] Test that last option wins between -Ofast and -O2. by Chad Rosier · 11 years ago
  11. 3142279 [driver] Put -fvectorize under the -Ofast umbrella flag. Part of rdar://13622687 by Chad Rosier · 11 years ago
  12. b82e117 [driver] Improve the implementation of the -Ofast option. by Chad Rosier · 11 years ago
  13. 0127b3f [driver] Add a hasFlag API that accepts a positive alias. by Chad Rosier · 11 years ago
  14. c775b1a Objective-C: When reporting on missing property accessor implementation in by Fariborz Jahanian · 11 years ago
  15. 94d6ad7 Flip flag to merge short if-statements into one line for Google style. by Daniel Jasper · 11 years ago
  16. 4cdc0cd clang-format support for multiple input files. by Alexander Kornienko · 11 years ago
  17. e0262e2 [analyzer] Refactoring + explanatory comment. by Anton Yartsev · 11 years ago
  18. 230fc37 Release note the change to clang_CXCursorSet_contains(). by Ted Kremenek · 11 years ago
  19. 96bbe19 Fix typo in comparison in clang_CXCursorSet_contains(). by Ted Kremenek · 11 years ago
  20. 017dd74 Revert "Remove CXCursorSet and related APIs. There are no known clients." by Ted Kremenek · 11 years ago
  21. 4abc9bd Add test case for -Wdeprecated-objc-pointer-introspection, and by Ted Kremenek · 11 years ago
  22. 3b6f56a Remove CXCursorSet and related APIs. There are no known clients. by Ted Kremenek · 11 years ago
  23. af84976 Fix comment alignment behavior. by Daniel Jasper · 11 years ago
  24. 44f72d3 Add some more required SPARC v9 predefined macros. by Jakob Stoklund Olesen · 11 years ago
  25. caadc41 [analyzer] IvarInvalidation: correctly handle cases where only partial invalidators exist by Anna Zaks · 11 years ago
  26. e3a813a [analyzer] Set the allocation site to be the uniqueing location for retain count checker leaks. by Anna Zaks · 11 years ago
  27. 0f85792 [analyzer] Refactor BugReport::getLocation and PathDiagnosticLocation::createEndOfPath for greater code reuse by Anna Zaks · 11 years ago
  28. 7005426 Update checker build. by Ted Kremenek · 11 years ago
  29. edab047 [libclang] Introduce a CXCursor_ObjCSelfExpr cursor, which is the equivalent of CXCursor_CXXThisExpr for C++ code. by Argyrios Kyrtzidis · 11 years ago
  30. dd3e2d9 Make compares unsigned. The expression can't become negative anyways. by Benjamin Kramer · 11 years ago
  31. aae7bad Fix formatting of complex #if expressions. by Daniel Jasper · 11 years ago
  32. ed5a292 Warn that scoped enumerations are a C++11 extenstion when compiling in by Richard Trieu · 11 years ago
  33. 2545b1d [analyzer] RetainCountChecker: Clean up path notes for autorelease. by Jordan Rose · 11 years ago
  34. 11a90ed [scan-build] Whitelist all -mXXXX options. by Ted Kremenek · 11 years ago
  35. 2fb5d12 When modifying an implicit instantiation with information from an explicit one, make sure to reset the "right brace" location. by Argyrios Kyrtzidis · 11 years ago
  36. af22621 [analyzer] Model strsep(), particularly that it returns its input. by Jordan Rose · 11 years ago
  37. 5d7a96c Add triple to tbaa-struct.cpp to appease bots by Manman Ren · 11 years ago
  38. 3aaf41a Add a warning for Objective-C pointer introspection, which is solely the job of the Objective-C runtime. by Ted Kremenek · 11 years ago
  39. 244e7e5 Rename this test to make it more general for including more tests. by Ted Kremenek · 11 years ago
  40. 734479a [ms-inline asm] Set the OpDecl to the InlineAsmIdentifierInfo struct. by Chad Rosier · 11 years ago
  41. f2edbec [analyzer] Treat reinterpret_cast like a base cast in certain cases. by Jordan Rose · 11 years ago
  42. fbc4444 [analyzer] Type information from C++ new expressions is perfect. by Jordan Rose · 11 years ago
  43. 387f8aa [Mips] Remove "REQUIRES: mips-registered-target" from some MIPS-related by Simon Atanasyan · 11 years ago
  44. c7f2bfb TBAA: make sure zero-length bitfield works for tbaa.struct and path-aware tbaa by Manman Ren · 11 years ago
  45. 1e7ca62 [ms-inline asm] Refactor/clean up the SemaLookup interface. No functional by Chad Rosier · 11 years ago
  46. 0ad737e Move debug info tests for scoped enums into a separate file. by Adrian Prantl · 11 years ago
  47. 23bde7d Use the ugly PRIx64 macro to make format string portable. by Benjamin Kramer · 11 years ago
  48. a10b978 C++1y constexpr extensions, round 1: Allow most forms of declaration and by Richard Smith · 11 years ago
  49. 19258e8 cmake: Only add -pedantic if LLVM didn't add it. Don't unconditionally add by Richard Smith · 11 years ago
  50. 99ad359 Fix array constant expression evaluation bug: we can have different values for by Richard Smith · 11 years ago
  51. db4f61f Don't emit _ZTW wrappers for TLS variables which don't use the C++ thread_local keyword. by Richard Smith · 11 years ago
  52. e4488b8 Cleanup: test source file does not need to be executable by Arnaud A. de Grandmaison · 11 years ago
  53. 001bf4e Fix bin-packing behavior of constructor initialziers. by Daniel Jasper · 11 years ago
  54. 957dac5 Revert "Revert "PR14606: Debug info for using directives/DW_TAG_imported_module"" by David Blaikie · 11 years ago
  55. 9c6a114 Add a triple to make a test resilient to non-TLS hosts (eg: darwin10) by David Blaikie · 11 years ago
  56. 52bb2a0 Fix return type of isBitfield in the binding definition by Dmitri Gribenko · 11 years ago
  57. c7e2a4e [Mips] Convert a GNU style Mips ABI name to the name accepted by LLVM by Simon Atanasyan · 11 years ago
  58. 990b5e5 [Mips] Do not add unnecessary Mips toolchain path to the list by Simon Atanasyan · 11 years ago
  59. 8404626 The 'constexpr implies const' rule for non-static member functions is gone in by Richard Smith · 11 years ago
  60. 39b0e26 Disable VLA diagnostic in C++1y mode, and add some tests. by Richard Smith · 11 years ago
  61. c41a25a Add another test I forgot to svn add. by Richard Smith · 11 years ago
  62. c3bf52c C++1y: Allow aggregates to have default initializers. by Richard Smith · 11 years ago
  63. 7db58e0 Update some stuff on the open projects page to reflect things we've already done. by Richard Smith · 11 years ago
  64. 7c6671e Switch C++11 open project to C++1y :) by Richard Smith · 11 years ago
  65. 7dc8864 Add note that some of these links are dead for now. by Richard Smith · 11 years ago
  66. eb9ddc5 VLAs in C++14! by Richard Smith · 11 years ago
  67. bb2d378 Variable templates and generic lambdas are approved for C++14. by Richard Smith · 11 years ago
  68. 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
  69. 6f3de20 No digit separators for C++14. by Richard Smith · 11 years ago
  70. 05a73f6 Generalized constexpr is approved for C++14. by Richard Smith · 11 years ago
  71. 96ba7c7 More approved C++14 features. by Richard Smith · 11 years ago
  72. 408de43 Binary literals are approved for C++14. by Richard Smith · 11 years ago
  73. 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
  74. 8e8e95c Supports Sourcery CodeBench Mips toolchain directories tree. by Simon Atanasyan · 11 years ago
  75. 8ef064d [analyzer] Ensure BugReporterTracking works on regions with pointer arithmetic by Anna Zaks · 11 years ago
  76. 716859d [analyzer] Flip printPretty and printPrettyAsExpr as per suggestion from Jordan (r179572) by Anna Zaks · 11 years ago
  77. 10391c2 [analyzer] Correct the comment by Anna Zaks · 11 years ago
  78. 355dae6 [libclang] Make sure the preable does not truncate comments. by Argyrios Kyrtzidis · 11 years ago
  79. e4cabee [analyzer] Website: update lists of potential and actual checkers. by Jordan Rose · 11 years ago
  80. 0105ae5 Remove an empty line so the line numbers match up again after the recent documentation change. by Adrian Prantl · 11 years ago
  81. a0e3df7 still not relaxed enough. by Adrian Prantl · 11 years ago
  82. 7018070 cleanup and relax test cases by Adrian Prantl · 11 years ago
  83. 2fcf0de Note that we support (and in fact have supported since the dawn of time itself) by Richard Smith · 11 years ago
  84. 87a9f2b [ms-inline asm] The parsing of C++ identifiers is a task of the front-end parser, by Chad Rosier · 11 years ago
  85. 59d6a71 Emit the underlying type in the debug info for all kinds of fixed enums by Adrian Prantl · 11 years ago
  86. fc7227e s/C++0x/C++11/ by Adrian Prantl · 11 years ago
  87. aff7d35 Initial work on status page for C++14. by Richard Smith · 11 years ago
  88. f5ae4dd Keep the parentheses in #pragma message (partial revert of r179771). by Andy Gibbs · 11 years ago
  89. e6e68b5 C++11 support is now feature-complete. by Richard Smith · 11 years ago
  90. f0cdc84 Avoid names like __in that conflict with SAL in builtin headers by Reid Kleckner · 11 years ago
  91. 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
  92. 044fe23 [analyzer] Call proper callback for const regions escaped other then on call. by Anton Yartsev · 11 years ago
  93. c3e81e7 Revert "PR14606: Debug info for using directives/DW_TAG_imported_module" by Eric Christopher · 11 years ago
  94. cec3984 PR14606: Debug info for using directives/DW_TAG_imported_module by David Blaikie · 11 years ago
  95. bb00079 Give CGDebugInfo::getContextDescriptor a more specific return type by David Blaikie · 11 years ago
  96. 8be71a6 [libclang] Fix copy-paste error in comment. by Argyrios Kyrtzidis · 11 years ago
  97. 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
  98. 0c7102f Objective-C++: Enable passing of modern C++11 style by Fariborz Jahanian · 11 years ago
  99. 38dbad2 [libclang] Introduce clang_Cursor_getObjCDeclQualifiers, to query for 'ObjC Qualifiers' written next to the return and by Argyrios Kyrtzidis · 11 years ago
  100. 68ea1d2 Fix typo. by Chad Rosier · 11 years ago