1. 579d8d1 Add test case for r179399. by Chad Rosier · 11 years ago
  2. 8713e1a [analyzer] Print a diagnostic note even if the region cannot be printed. by Anna Zaks · 11 years ago
  3. 9e2f597 [analyzer]Print field region even when the base region is not printable by Anna Zaks · 11 years ago
  4. 333ac6e Add test case for r179383 and r179393. by Chad Rosier · 11 years ago
  5. 14ca7ce Disable following tests for Hexagon: by Jyotsna Verma · 11 years ago
  6. 4522f63 [libclang] Introduce clang_Location_isInSystemHeader to check if a location resides in a system header. by Argyrios Kyrtzidis · 11 years ago
  7. 3bbffd5 Sema: Give a typically small DenseMap some inline capacity. by Benjamin Kramer · 11 years ago
  8. 67d080d Revamps structural error detection / handling. by Manuel Klimek · 11 years ago
  9. 7a9ed44 Fix clang-format-diff.py script. by Daniel Jasper · 11 years ago
  10. c6d82ca Provide better emacs integration. by Daniel Jasper · 11 years ago
  11. 6026df1 [analyzer] Fix grammar in comment. by Jordan Rose · 11 years ago
  12. 7be2245 [analyzer] Show "Returning from ..." note at caller's depth, not callee's. by Jordan Rose · 11 years ago
  13. 3ea09a8 [analyzer] Don't emit extra context arrow after returning from an inlined call. by Jordan Rose · 11 years ago
  14. e9c0970 Remove REQUIRES now that r179237 fixed the real problem. by Rafael Espindola · 11 years ago
  15. d7fed8e Make sure we have the include paths we need by Douglas Gregor · 11 years ago
  16. 31230e6 <rdar://problem/13615607> Include SDK version information in the module hash. by Douglas Gregor · 11 years ago
  17. 5e768ca Add test case for r179343. by Chad Rosier · 11 years ago
  18. dbcfa8b Test case for r179339. by Chad Rosier · 11 years ago
  19. 759c40e Flail at trying to appease various linuxy buildbots. by John McCall · 11 years ago
  20. ca83518 Struct-path aware TBAA: uniformize scalar tag and path tag. by Manman Ren · 11 years ago
  21. 8cfb720 Fix the driver logic for recent versions of DragonFly. by John McCall · 11 years ago
  22. 0f9790b Update test case for r179323. by Chad Rosier · 11 years ago
  23. 49eef34 Widen the checks in the ms abi memptr test to work under NDEBUG by Reid Kleckner · 11 years ago
  24. 9adcf1c9 Exclude test30 of Sema/return.c for Hexagon since setjmp.h include file by Jyotsna Verma · 11 years ago
  25. f6f77bd Add a new -mimplicit-float option for symmetry with -mno-implicit-float. by Bob Wilson · 11 years ago
  26. 289323f Follow Jordan's advice and use {{^}} and {{$}} for this test by Reid Kleckner · 11 years ago
  27. a3609b0 [ms-cxxabi] Implement member pointer emission and dereferencing by Reid Kleckner · 11 years ago
  28. 413549f [PCH] Change test/PCH/headersearch.cpp to use -emit-llvm-only instead of -emit-obj by Argyrios Kyrtzidis · 11 years ago
  29. 5142be6 [libclang] Improve a doxygen comment, as suggested by Jordan. by Argyrios Kyrtzidis · 11 years ago
  30. 2982808 Hexagon: Remove -g option from the assembler command line. by Jyotsna Verma · 11 years ago
  31. 04b6748 [libclang] Have clang_getCXXAccessSpecifier() also return the access control of a C++ declaration within its parent scope. by Argyrios Kyrtzidis · 11 years ago
  32. 1407bee Change clang-format's affinity for breaking after return types. by Daniel Jasper · 11 years ago
  33. a826298 Fix failing dependencies-and-pp.c test by Reid Kleckner · 11 years ago
  34. a53763f Use lit's internal shell runner on Windows for Clang tests by Reid Kleckner · 11 years ago
  35. 292285e FileCheck-ify more grep tests with quoted double quotes by Reid Kleckner · 11 years ago
  36. 2eb23b7 Fix formatting of overloaded assignment operators. by Daniel Jasper · 11 years ago
  37. 4de561f [analyzer] Factor common code from {SymSym,SymInt,IntSym}Expr to BinarySymExpr by Ryan Govostes · 11 years ago
  38. 8ef8f16 ARCMigrate/Transforms.h: Remove \arg in comment. [-Wdocumentation] by NAKAMURA Takumi · 11 years ago
  39. 93b6457 Drop ObjCIndirectCopyRestoreExprs during template instantiation. by John McCall · 11 years ago
  40. 411d33a [libclang] Expose record layout info via new libclang functions: by Argyrios Kyrtzidis · 11 years ago
  41. 1fd1e28 Force a load when creating a reference to a temporary copied from a bitfield. by Jordan Rose · 11 years ago
  42. 9ae7a92 [analyzer] Refactoring: better doxygen comment; renaming isTrackedFamily to isTrackedByCurrentChecker by Anton Yartsev · 11 years ago
  43. 75dbdfa comment parsing. Add couple more needed doxygen tags. // rdar://12379053 by Fariborz Jahanian · 11 years ago
  44. 01e446b get rid of stdio.h include in testcase by Adrian Prantl · 11 years ago
  45. 1fd1403 add mips target requirement to testcase by Adrian Prantl · 11 years ago
  46. 8cf91f7 [analyzer] Address Jordan’s review of r179219 by Anna Zaks · 11 years ago
  47. ee9043b [analyzer] Address Jordan’s code review of r 179221 by Anna Zaks · 11 years ago
  48. 337ad76 [analyzer] +Testcase: several used-after-free args passed to a function. by Anton Yartsev · 11 years ago
  49. 55e57a5 [analyzer] Switched to checkPreCall interface for detecting usage after free. by Anton Yartsev · 11 years ago
  50. 6700b00 Mips specific inline asm memory operand modifier test case by Jack Carter · 11 years ago
  51. fececcb [analyzer] Fix a crash in SyntaxCString checker when given a custom strncat. by Anna Zaks · 11 years ago
  52. 7a87e52 [analyzer] When reporting a leak in RetainCount checker due to an early exit from init, step into init. by Anna Zaks · 11 years ago
  53. 27d99dd [analyzer] Cleanup leak warnings: do not print the names of variables from other functions. by Anna Zaks · 11 years ago
  54. 708d72a For split dwarf we should also run the objcopy action if we're by Eric Christopher · 11 years ago
  55. 0542236 Remove unused arguments. by Chad Rosier · 11 years ago
  56. d4fc9de [driver] Add a -Ofast option, which enables -O3, -ffast-math, and by Chad Rosier · 11 years ago
  57. 2c5a38e FileCheck-ify some clang grep tests that use double quotes by Reid Kleckner · 11 years ago
  58. 0e7f2bb -fparse-all-comments: remove redundant check, as suggested by Fariborz Jahanian by Dmitri Gribenko · 11 years ago
  59. b55dd76 [ms-inline asm] Move a few test cases from the 32-bit version to the 64-bit by Chad Rosier · 11 years ago
  60. a5ceca9 [ms-inline asm] Add a few test cases that were regressed by r179115. That by Chad Rosier · 11 years ago
  61. c95468f Add testcases for -fparse-all-comments by Dmitri Gribenko · 11 years ago
  62. 6fd7d30 Add an option to parse all comments as documentation comments by Dmitri Gribenko · 11 years ago
  63. 423dd93 Fixes recovering from errors when parsing braced init lists. by Manuel Klimek · 11 years ago
  64. ac3223e Fix labels with trailing comments and cleanup. by Daniel Jasper · 11 years ago
  65. 02be968 Handle "typeof" in Objective-C format string checking. This previously crashed. by Ted Kremenek · 11 years ago
  66. 0b0ca47 Add support for computing the exception specification for an inheriting by Richard Smith · 11 years ago
  67. 0baaabb Don't crash when mangling types defined in ObjC class extensions. by John McCall · 11 years ago
  68. 4841ca5 C++11 inheriting constructors: support for inheriting constructor templates. by Richard Smith · 11 years ago
  69. 7e0c227 <rdar://problem/13605348> Don't consider invalid user-defined literal operators during overload resolution. by Douglas Gregor · 11 years ago
  70. 0340996 [frontend] -frewrite-includes: turn implicit module imports into @imports. by Argyrios Kyrtzidis · 11 years ago
  71. 15aa81a [frontend] When preprocessing, turn implicit module imports into @imports. by Argyrios Kyrtzidis · 11 years ago
  72. 507d496 [frontend] -frewrite-includes: if there was no inclusion, don't add lineinfo that indicates return from another file. by Argyrios Kyrtzidis · 11 years ago
  73. 60c99d3 Repeat some #line directive tests for the GNU line marker directive. by Michael Ilseman · 11 years ago
  74. ec27608 Improve the diagnostics of the number-reading preprocessor directives. by Michael Ilseman · 11 years ago
  75. 19b6a70 Suppress -Wunused-variable for variables declared in headers, which may in by Matt Beaumont-Gay · 11 years ago
  76. 8da488d Remove outdated run lines from tests. by Richard Trieu · 11 years ago
  77. 1cf97e7 Updating cpp11-migrate transform list in ClangTools docs by Edwin Vane · 11 years ago
  78. 5771a2f Adding new AST Matchers isVirtual and isOverride by Edwin Vane · 11 years ago
  79. cd6dcb3 [c-index-test] Enable 'display diagnostics' when using the -test-load functionality. by Argyrios Kyrtzidis · 11 years ago
  80. 8434722 [libclang] In cxtu::getASTUnit(), check for a null CXTranslationUnit. by Argyrios Kyrtzidis · 11 years ago
  81. 3c9a024 Objective-C: This patch fixes a none-issuance of warning by Fariborz Jahanian · 11 years ago
  82. 5999f76 Fix comments before labels. by Daniel Jasper · 11 years ago
  83. 99b0e14 Again macros without trailing semicolons: don't care about declaration context. by Alexander Kornienko · 11 years ago
  84. 6391183 Improvements to clang-format integrations. by Daniel Jasper · 11 years ago
  85. 40db515 Mention the changes in the handling of language linkage in the release notes. by Rafael Espindola · 11 years ago
  86. cb5949d [ms-cxxabi] Add "$$C" when mangling template arg QualTypes by Reid Kleckner · 11 years ago
  87. db68e5a One more follow-up to r179082 - parse PIC/PIE arguments even on platfroms that force default PIC (like Darwin x86-64), otherwise specifying -fPIC will produce bogus unused argument warning by Alexey Samsonov · 11 years ago
  88. 4a1ea52 Follow-up for r179082: more careful handling of -f(no-)sanitize-address-zero-base-shadow on Android by Alexey Samsonov · 11 years ago
  89. 52ca70d If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when appropriate. by Peter Collingbourne · 11 years ago
  90. a5796f8 [analyzer] Replace isIntegerType() with isIntegerOrEnumerationType(). by Jordan Rose · 11 years ago
  91. 045d252 When checking for illegal expressions in a default-argument by John McCall · 11 years ago
  92. 3436620 Skip transparent contexts when looking for using directives in name lookup. by Douglas Gregor · 11 years ago
  93. 391ca9f Mark as referenced the functions from instantiated UserDefinedLiterals. by Argyrios Kyrtzidis · 11 years ago
  94. 0413023 [analyzer] Keep tracking the pointer after the escape to more aggressively report mismatched deallocator by Anna Zaks · 11 years ago
  95. 1db6d6b Add test case calling a deprecated method from a subclass that reimplements that method gets a warning. by Ted Kremenek · 11 years ago
  96. 4b9bcd6 Don't copy just to capture a strong block pointer under ARC. by John McCall · 11 years ago
  97. 484f6fa <rdar://problem/13584715> Converted constant expressions are expected to have integral values. by Douglas Gregor · 11 years ago
  98. 44b2ea9 <rdar://problem/13540899> Collect using directives from all of the semantic contexts not represented by scopes. by Douglas Gregor · 11 years ago
  99. a1637aa clang/test/Index/annotate-tokens.cpp: Appease msvc-targets with -fno-delayed-template-parsing. by NAKAMURA Takumi · 11 years ago
  100. 3d713a7 Recognize function-like macro usages without semicolon in declaration context. by Alexander Kornienko · 11 years ago