1. acf796b Store on the CXXRecordDecl whether the class has, or would have, a copy by Richard Smith · 12 years ago
  2. 3881866 Remove workaround in RegionStore in r168741 since it is handled more generally by r168757. by Ted Kremenek · 12 years ago
  3. 2a82ca2 Introduce ASTUnresolvedSet, an UnresolvedSet-like class, whose contents are by Argyrios Kyrtzidis · 12 years ago
  4. 9d29543 Don't return a pointer to an UnresolvedSetImpl in the CXXRecordDecl interface, by Argyrios Kyrtzidis · 12 years ago
  5. b8abff6 C++ core issue 1344, PR10618: promote "addition of default argument makes this by Richard Smith · 12 years ago
  6. 1994e39 Fix another false positive due to a CXX temporary object appearing in a C initializer. by Ted Kremenek · 12 years ago
  7. 84c7519 objective-C arc: Underline the selector when issuing by Fariborz Jahanian · 12 years ago
  8. 831fb8d docs: [CMake] Add Xcode to the list of project formats CMake can generate. by NAKAMURA Takumi · 12 years ago
  9. 0dffb7b clang/www/get_started.html: s/cmake/CMake/ by NAKAMURA Takumi · 12 years ago
  10. bd8a11e Provide stop-gap solution to crash reported in PR 14436. by Ted Kremenek · 12 years ago
  11. 82c458e objective-C arc: load of a __weak object happens via call to by Fariborz Jahanian · 12 years ago
  12. 7aa7eb9 [libclang] Remove WorkingDir field from CIndexer, it has been rendered useless. by Argyrios Kyrtzidis · 12 years ago
  13. f88836d Move PrettyStackTraceParserEntry to ParseAST.cpp by Nico Weber · 12 years ago
  14. d1bac8d Allow an ASTConsumer to selectively skip function bodies while parsing. Patch by Richard Smith · 12 years ago
  15. d0adeb6 Simplify checking for whether we should implicitly declare special members and by Richard Smith · 12 years ago
  16. f8fc627 Remove an extra semicolon. by Chad Rosier · 12 years ago
  17. 9d8b5fc Fix examples. by Rafael Espindola · 12 years ago
  18. 17c874a Remove some dead code. CLANG_IS_PRODUCTION is now just a build flag and by Rafael Espindola · 12 years ago
  19. b854036 Add -fsanitize=integer for reporting suspicious integer behaviors. by Will Dietz · 12 years ago
  20. 5e7b43e Remove outdated FIXME; should have removed that in r160782 by Timur Iskhodzhanov · 12 years ago
  21. 93308b9 clang/test/lit.cfg: Disable dev-fd-fs on cygwin for now. by NAKAMURA Takumi · 12 years ago
  22. 55f6c33 Test for r168674. by Eli Friedman · 12 years ago
  23. 6902e41 Fix the definition of the vfork() builtin on Haiku. PR14378. by Eli Friedman · 12 years ago
  24. c9715fc This patch addresses an incompatibility relative to the 64-bit PowerPC ELF ABI. by Bill Schmidt · 12 years ago
  25. 3fa3c44 scan-build: Respect TMPDIR on all platforms, not just Darwin (PR14438). by Jordan Rose · 12 years ago
  26. 6e99f9f [analyzer] Fix test to work on non-LP64 systems. by Jordan Rose · 12 years ago
  27. ec351f1 Add a testcase that r168411 would break. by Rafael Espindola · 12 years ago
  28. 8272be5 Revert r168411 for now. by Rafael Espindola · 12 years ago
  29. 4b98b2b Duplicate some common owners between Clang and LLVM. by Richard Smith · 12 years ago
  30. f18dd8e Move Clang code owners list from llvm/ to cfe/. by Richard Smith · 12 years ago
  31. acf3612 Frontend: Create a virtual file for named pipe inputs. by Daniel Dunbar · 12 years ago
  32. 2e39713 Improve diagnostic on C++11 attribute specifiers that appear at wrong syntactic locations around class specifiers. by Michael Han · 12 years ago
  33. f582499 Add missing "break". Thanks to Craig for spotting it. by Eli Friedman · 12 years ago
  34. 9e4bafc check that always_inline attribute works with -fno-inline by Sebastian Pop · 12 years ago
  35. 7bd51ea [analyzer] SATestBuild.py: allow make builds to disable parallelization by Jordan Rose · 12 years ago
  36. dac6cd5 [analyzer] Fix a crash reported in PR 14400. by Anna Zaks · 12 years ago
  37. f419a85 MSPGCC renamed ISR vectors from vector_<address> to __isr_<number>. This patch makes Clang reflect this scheme. by Anton Korobeynikov · 12 years ago
  38. 79b7cc5 Fix PR14413 - incorrect mangling of anonymous namespaces with -cxx-abi microsoft by Timur Iskhodzhanov · 12 years ago
  39. 73ed67c PR14428: When instantiating a 'new' expression, if we had a non-dependent by Richard Smith · 12 years ago
  40. 8dbf697 Add r168519 back, but with a fix to also merge the used flag in variables. by Rafael Espindola · 12 years ago
  41. 1c80b52 Add a basic testcase for the "variable is not needed" warning and one that by Rafael Espindola · 12 years ago
  42. 1059653 Fix test case for linking with sanitizer opts added in r168428. by Alexey Samsonov · 12 years ago
  43. 6df81a9 Revert r168519, "Merge used flags so that we don't have to iterate on isUsed. With this change" by NAKAMURA Takumi · 12 years ago
  44. f9cb0be Make err_module_expected_semi consistent with all the other expected_semi diags. by Nico Weber · 12 years ago
  45. 63b6ebe Sema: Provide a valid source location when instantiating templates based on a CXXDefaultArgExpr. by Benjamin Kramer · 12 years ago
  46. 919b7e6 Merge used flags so that we don't have to iterate on isUsed. With this change by Rafael Espindola · 12 years ago
  47. 385e1d9 Remove redundant check. by Rafael Espindola · 12 years ago
  48. 4875bf2 Check that we don't warn on this testcase. This is basically a test that by Rafael Espindola · 12 years ago
  49. 8548908 PR14306: Move -fbounds-checking to -fsanitize=bounds. by Joey Gouly · 12 years ago
  50. 66b8a66 Reapply a subset of r167567 to clean up Darwin-specific code for invoking gcc. by Bob Wilson · 12 years ago
  51. 4d9f4e5 Make helpers static/anonymous. by Benjamin Kramer · 12 years ago
  52. 746619a Fix regression in r168477. Use canonical decl when looking for base class by Richard Smith · 12 years ago
  53. f62c690 Fix CXXRecordDecl::forallBases to not look through bases which are dependent by Richard Smith · 12 years ago
  54. 1a6c43a Test that we correctly deal with multiple copy constructors when detecting by Richard Smith · 12 years ago
  55. a6b2581 Fix the '-fuse-init-array' option to actually be an option. by Chandler Carruth · 12 years ago
  56. 39ad0f0 SemaCXX: an enumeral type can be of character or boolean type in a C++11 enum class. Make sure we create a literal of the right type. by Benjamin Kramer · 12 years ago
  57. 21261f4 Test commit: Remove blank line. by Joey Gouly · 12 years ago
  58. 803dd9e Try to fix test from r168428 on mingw bot by Alexey Samsonov · 12 years ago
  59. 3ffa91a clang/test/Driver/x86_64-nacl-defines.cpp: Specify filename generated. by NAKAMURA Takumi · 12 years ago
  60. 69b77d7 [Sanitizer] force linking with static sanitizer runtimes on Darwin even if they are not found in resource directory. Add test checking sanitizer linker flags on Darwin. by Alexey Samsonov · 12 years ago
  61. 0061fe4 Use color for -ast-dump-filter only when it is supported by Dmitri Gribenko · 12 years ago
  62. 16c8cf1 Remove redundant code. by Rafael Espindola · 12 years ago
  63. 5175861 Remove redundant code. by Rafael Espindola · 12 years ago
  64. 289994c Don't walk a linked list twice in the same function. On my machine this takes by Rafael Espindola · 12 years ago
  65. dd85159 Update method calls to the new interface re r168354. by Bill Wendling · 12 years ago
  66. 0c5d005 Fix some trailing whitespace (on a blank line) to cycle/test bots. by David Blaikie · 12 years ago
  67. 1a5bd5d PR14381: Never skip constexpr function bodies when code-completing. We may need by Richard Smith · 12 years ago
  68. 728948f When adding a NamedDecl to a correction, add the underlying Decl (via by Kaelyn Uhrain · 12 years ago
  69. 529a73d Add -ldl for non-static libgcc in Android. by Logan Chien · 12 years ago
  70. 18c2842 Enable -fuse-init-array for Android X86/MIPS. by Logan Chien · 12 years ago
  71. 7a29070 clang/test: Suppress two tests on LLP64 target, Windows x64. by NAKAMURA Takumi · 12 years ago
  72. 7ce816a Completely re-work how the Clang driver interprets PIC and PIE options. by Chandler Carruth · 12 years ago
  73. 72511f3 Remove a no-op 'const' from a by-value return type. by Chandler Carruth · 12 years ago
  74. 86256af RecursiveASTVisitor.h: Rework Doug's r160404, "Eliminating the GCC_CAST hack, take two." by NAKAMURA Takumi · 12 years ago
  75. 898a7a2 Remove redundant (duplicated) check. by Dmitri Gribenko · 12 years ago
  76. bf823c0 clang/test/Sema/warn-documentation.cpp: Try to fix up the testcase in r168277. by NAKAMURA Takumi · 12 years ago
  77. 36cbbe9 Documentation parsing: propely handle a lone '\endverbatim' and emit a warning. by Dmitri Gribenko · 12 years ago
  78. d9ffa0c Fix Doxygen comment start sequence. by Dmitri Gribenko · 12 years ago
  79. 6d534d4 Clean up code according to coding standards by Andy Gibbs · 12 years ago
  80. 5fa6676 objective-C: Do not issue deprecated warning about implementation by Fariborz Jahanian · 12 years ago
  81. 6d926ae Fix crash on end-of-file after \ in a char literal, fixes PR14369. by Nico Weber · 12 years ago
  82. 3f03b58 Prevent premature macro expansion in __has_builtin, __has_feature, by Andy Gibbs · 12 years ago
  83. 97f8461 Made the "expected string literal" diagnostic more expressive by Andy Gibbs · 12 years ago
  84. 02a1768 Refactored duplicate string literal lexing code within Preprocessor, into a by Andy Gibbs · 12 years ago
  85. b9971ba Fix handling of invalid uses of the __has_warning builtin macro by Andy Gibbs · 12 years ago
  86. 7baa711 Enable inlining of 4 byte atomic ops on ppc32, 8 byte atomic ops on ppc64. by Benjamin Kramer · 12 years ago
  87. 48a7345 Remove copy ctor that provides no value over the default. by Benjamin Kramer · 12 years ago
  88. eba76a4 Further reduce "-fsyntax-only -Wuninitialized" time on sqlite3.c by another 2.5% using intelligent pruning of blocks during the final reporting pass. by Ted Kremenek · 12 years ago
  89. c160258 Switch -Wuninitialized to use a reverse-post order traversal as by Ted Kremenek · 12 years ago
  90. faf3538 Add missing features for misc x86 CPUs to CPU feature translation. Patch by Jung-uk Kim. by Eli Friedman · 12 years ago
  91. 612db2a Clean up X86 target feature translation code slightly. No intended functional change. Patch by Jung-uk Kim. by Eli Friedman · 12 years ago
  92. 7db16db Typo. by Chad Rosier · 12 years ago
  93. c35f908 Revert r167799. It's not really correct, and it doesn't fix the problem that it was intended to fix. by Bill Wendling · 12 years ago
  94. e60729a Testcase overriding-ftemplate-comments.cpp: use [[@LINE]] to make it less fragile. by Dmitri Gribenko · 12 years ago
  95. ecf1626 [driver] Add the missing TY_PP_ObjCXX_Alias case to the isCXX function. by Chad Rosier · 12 years ago
  96. 95f6190 StmtDumper: remove incomplete support for limiting the maximum dump depth. by Dmitri Gribenko · 12 years ago
  97. 5f684e9 Fix partial-match-bind-behavior with forEachDescendant() matchers. by Daniel Jasper · 12 years ago
  98. 58782be [analyzer] SATestBuild.py: fix broken string concatenation by Jordan Rose · 12 years ago
  99. 9ecf642 Make libASTMatchers link its dependencies. libRewriteFrontend depends on libRewriteCore. by Benjamin Kramer · 12 years ago
  100. 75fcb19 UBSan: enable proper linking with UBsan runtime on Darwin. Turn on building ubsan on OS X in 'make' build system. Patch by Jean-Daniel Dupas. by Alexey Samsonov · 12 years ago