1. bb5595d [NeonIntrinsicTestEmitter] Add requirement to arm neon intrinsic tests for the feature long_tests. by Michael Gottesman · 11 years ago
  2. 1f3ff6a [libclang/codecompletion] Make sure the top-level decl hash takes into account ImportDecls. by Argyrios Kyrtzidis · 11 years ago
  3. bace10c Change mangling of objects inside block literals. by Eli Friedman · 11 years ago
  4. cd9c2f2 Fix "funciton" typo from r184763 by Reid Kleckner · 11 years ago
  5. f21818d [ms-cxxabi] Use sugared types in the mangler instead of canonical types by Reid Kleckner · 11 years ago
  6. f75ece4 [arcmt/driver] For the -ccc-arcmt-* flags, claim them when -fno-objc-arc is passed to avoid the by Argyrios Kyrtzidis · 11 years ago
  7. fa8277c Use getAs<> where appropriate on QualTypes instead of using dyn_cast. by Eli Friedman · 11 years ago
  8. e848630 Convert some uses of llvm::sys::Path. by Rafael Espindola · 11 years ago
  9. 005835d Use the simpler version of llvm::sys::fs::exists. by Rafael Espindola · 11 years ago
  10. 9f7ba9b [analyzer] Add a debug checker that prints Exploded Graph by Anna Zaks · 11 years ago
  11. de2b523 Convert last use of PathV1.h in Compilation.cpp by Rafael Espindola · 11 years ago
  12. 12df246 [AST] Introduce a new DecayedType sugar node by Reid Kleckner · 11 years ago
  13. 8d90b4a Add the global namespace (the "::" namespace specifier) to the list of by Kaelyn Uhrain · 11 years ago
  14. dbcc756 Check the canonical parameter type with getAs<>() in a static checker by Reid Kleckner · 11 years ago
  15. 8ce9054 Convert a use of PathV1.h by Rafael Espindola · 11 years ago
  16. 1a554f7 Add some invalid-decl checks to clang_Type_getOffsetOf. by Matt Beaumont-Gay · 11 years ago
  17. 653c657 Convert a use of PathV1.h. by Rafael Espindola · 11 years ago
  18. 8c0501c [Sema] Call CheckParmForFunctionDef on ObjC method parameters by Reid Kleckner · 11 years ago
  19. e054819 clang/unittests/ASTMatchers/Dynamic/RegistryTest.cpp: Suppress unexpected failures on MS hosts. by NAKAMURA Takumi · 11 years ago
  20. 1b72799 clang/test/Driver/coverage-ld.c: Tweak expressions to match dosish pathsep on win32 hosts. by NAKAMURA Takumi · 11 years ago
  21. 80a393e The profile library must come before the C library so that it can use atexit. by Chandler Carruth · 11 years ago
  22. 096a394 Avoid adding entries to the DeclContext lookup table multiple times when lazily by Richard Smith · 11 years ago
  23. ac8f43c DebugInfo: ensure negative enumerators are emitted as such by David Blaikie · 11 years ago
  24. a32165c DebugInfo: Merge a bad debug info enum test into a good one by David Blaikie · 11 years ago
  25. acd954b Slightly improve cross-module merging for function templates. by Richard Smith · 11 years ago
  26. c5b0054 Comment parsing: allow "\param ..." to describe variadic arguments by Dmitri Gribenko · 11 years ago
  27. ddb10f7 When setting the external visible declarations for a decl context, check by Richard Smith · 11 years ago
  28. ab297cc Add -ast-dump-lookups switch to -cc1 to dump DeclContext lookup maps. Test to by Richard Smith · 11 years ago
  29. a558d2e Move comment on Sema::isFunctionPointerVarDecl() to the header file by Dmitri Gribenko · 11 years ago
  30. 6969e43 Documentation parsing: recognize \relates, \related, \relatesonly, \relatedonly by Dmitri Gribenko · 11 years ago
  31. 572cf58 ArrayRef'ize Sema::CodeCompleteConstructorInitializer by Dmitri Gribenko · 11 years ago
  32. 9db37cd Fix the addition of Clang's profile runtime library to the link step by Chandler Carruth · 11 years ago
  33. 230cdaa The makefile build system had two lists of the 32-bit runtime libraries by Chandler Carruth · 11 years ago
  34. 39b230a Slightly loosen the test as there are other linker invocation patterns. by Chandler Carruth · 11 years ago
  35. c9a0dc5 Add and tighten up tests for cross compiling tool selection. This now by Chandler Carruth · 11 years ago
  36. 319957c Add null check (resolves PR16423) by Stephen Lin · 11 years ago
  37. 2946ceb AST: Clean up FriendObjectKind related decls by David Majnemer · 11 years ago
  38. 97e5bc2 Comment parsing: followup to r184610: allow multiple \returns by Dmitri Gribenko · 11 years ago
  39. b1ce929 Fix assert if an attempt is made to explicitly instantiate an alias template. by Richard Smith · 11 years ago
  40. 6e322c0 Add dumping support for DeclContext's StoredDeclsMap. by Richard Smith · 11 years ago
  41. 35178dc DebugInfo: Support (using GNU extensions) for template template parameters and parameter packs by David Blaikie · 11 years ago
  42. a0a65ef Remove duplicated case. by Benjamin Kramer · 11 years ago
  43. 4985429 Instantiation bug fix extension (cf. r184503) -- minor code fixes, including a typo that caused a runtime assertion after firing diagnosis for class definitions, with the 'template' keyword as template header, in friend declarations. by Larisse Voufo · 11 years ago
  44. d79486a Reword and reformat some of the "Multiarch" code in the toolchain setup. by Chandler Carruth · 11 years ago
  45. 2f68669 Revert r184401 which reverted r183462. by David Majnemer · 11 years ago
  46. e2a90b8 Extend -Wnon-pod-varargs to check calls made from member pointers. by Richard Trieu · 11 years ago
  47. c1c7625 Fixed typo. by Alexander Kornienko · 11 years ago
  48. 2ffcd18 [analyzer] Use output form collections’ count to decide if ObjC for loop should be entered by Anna Zaks · 11 years ago
  49. 4c98b1f [CFG] Set the “loop target” (back edge) for VisitObjCForCollectionStmt loops by Anna Zaks · 11 years ago
  50. 0538f0e Extend -Wnon-pod-varargs to more cases, such as function pointers as return by Richard Trieu · 11 years ago
  51. 23e66db DebugInfo: Random tidying up/simplification by David Blaikie · 11 years ago
  52. c8fa525 Provide suggested no-arg calls for overloaded member functions missing calls by David Blaikie · 11 years ago
  53. fb1ff86 [docs] `-fno-sanitize=` is accepted too. by Sean Silva · 11 years ago
  54. d52b20c [document parsing]: Allow multiple adjacent \return and the like by Fariborz Jahanian · 11 years ago
  55. 373ac0a Teach ARM va_arg to ignore empty structs. by Tim Northover · 11 years ago
  56. f5c3a25 Check for trivial constructibility before emptiness in ARM ABI. by Tim Northover · 11 years ago
  57. adebeb8 [NVPTX] Fix inline asm test case to use LLVM IR instead of PTX so it works even when the NVPTX target is not built by Justin Holewinski · 11 years ago
  58. e9ccbee DebugInfo test: Rename function to avoid using the same name as a type by David Blaikie · 11 years ago
  59. 7ef042d Aggregate & rename limit debug info tests. by David Blaikie · 11 years ago
  60. 73b8d4b Fix a leak of TargetMachine in clang. We'll continue to leak it on purpose if by Nick Lewycky · 11 years ago
  61. f0c31d9 PR16214: Debug info for types first used via pointers or qualified types & later require definitions by David Blaikie · 11 years ago
  62. 538fccb Propagate the invalid bit from bases to derived template classes. by Matt Beaumont-Gay · 11 years ago
  63. 0ac428e [NVPTX] Add NVPTX register constraints by Justin Holewinski · 11 years ago
  64. 4447af9 Extend template instantiation bug fix (r184503) with fixit test by Larisse Voufo · 11 years ago
  65. a9a7f10 Add an option to not indent declarations when breaking after the type. by Manuel Klimek · 11 years ago
  66. 053c88b Revert "[analyzer] Handle zeroing CXXConstructExprs." by Jordan Rose · 11 years ago
  67. 8f5d7d1 [Modules] If a module map resides in a system header directory, treat it as a system module. by Douglas Gregor · 11 years ago
  68. 472e66e Add basic fixit test to template instantiation bug fix (r184503) by Larisse Voufo · 11 years ago
  69. ef7eb02 Add support for polymorphic matchers. Use runtime type checking to determine the right polymorphic overload to use. by Samuel Benzaquen · 11 years ago
  70. 8711da1 Disable an assertion death test when using MSVC's assert() by Reid Kleckner · 11 years ago
  71. 9b60195 [ms-cxxabi] Destroy temporary record arguments in the callee by Reid Kleckner · 11 years ago
  72. 8c5f948 Improve documentation for AST matchers. by Manuel Klimek · 11 years ago
  73. 09a5604 DebugInfo: handle the DI asm printing change to reword '[fwd]' as '[decl]' and add '[def]' for non-decl tag types by David Blaikie · 11 years ago
  74. 8a52dce Delete dead code. by Eli Friedman · 11 years ago
  75. a9f3958 Add test. by Eli Friedman · 11 years ago
  76. 6ba6726 [docs] Add link to presentation slides. by Sean Silva · 11 years ago
  77. 104f96b Delete dead code. by Eli Friedman · 11 years ago
  78. 3f7c1b1 Add an assert() suggested by Richard. by Nico Weber · 11 years ago
  79. c6498cd Add missing test. by Eli Friedman · 11 years ago
  80. 076f51f Fix all the silly things I committed in r184509 by David Blaikie · 11 years ago
  81. 9812328 [analyzer] Handle zeroing CXXConstructExprs. by Jordan Rose · 11 years ago
  82. ff8e04e [analyzer] Fix stale comment in CallEvent. by Jordan Rose · 11 years ago
  83. eab6a36 Alternative fix for r184473. by David Blaikie · 11 years ago
  84. 74f05cc Add test header missing from r184504. by Douglas Gregor · 11 years ago
  85. fc46be9 When building a module, keep *all* declared methods in the global method pool. by Douglas Gregor · 11 years ago
  86. 7c64ef0 Bug Fix: Template explicit instantiations should not have definitions (FixIts yet to be tested.) by Larisse Voufo · 11 years ago
  87. 8ff7e32 Add a couple more tests. by Eli Friedman · 11 years ago
  88. ef37744 Update a comment to clarify that searching the target triple bin by Chandler Carruth · 11 years ago
  89. 9b9bdba Fix a crash with __flaot128 noticed by Eli. by Nico Weber · 11 years ago
  90. 98d1ec1 [checked-arithmetic builtins] Added builtins to enable users to perform checked-arithmetic in c. by Michael Gottesman · 11 years ago
  91. a499377 Add back a condition accidentially removed in r184470. by Richard Trieu · 11 years ago
  92. 14b0e4b Fix typo in comment. Patch by Matthew Dempsky! by Richard Smith · 11 years ago
  93. a80d1b4 Fix copy-pasted comment. by Richard Smith · 11 years ago
  94. 3e1aca2 Don't allow __attribute__((common)) in C++. PR16330. by Eli Friedman · 11 years ago
  95. 6747005 Avoid repeatedly evaluating subexpressions when checking for unsequenced by Richard Smith · 11 years ago
  96. cac18ad Lazily provide a __float128 dummy type in -std=gnu++11 mode. by Nico Weber · 11 years ago
  97. 45ff380 Call __cxa_begin_catch before std::terminate() in a noexcept trap. by John McCall · 11 years ago
  98. 6bb1102 Debug Info: Attempt to resolve forward declarations if we are not emitting by Adrian Prantl · 11 years ago
  99. f3a0d0f Test files for private header patch. by Lawrence Crowl · 11 years ago
  100. bc3f628 This patch adds new private headers to the module map. Private by Lawrence Crowl · 11 years ago