1. 459ef03 Correctly propagate the storage class to function template instantiations. by Rafael Espindola · 11 years ago
  2. 148d922 [analyzer] Improve the malloc checker stack hint message by Anna Zaks · 11 years ago
  3. d8eeac5 [analyzer] Do not crash when processing binary "?:" in C++ by Anna Zaks · 11 years ago
  4. 07d8470 [analyzer] Add pretty printing to CXXBaseObjectRegion. by Anna Zaks · 11 years ago
  5. 79d0cce [analyzer] Address code review for r179395 by Anna Zaks · 11 years ago
  6. 82dd439 [analyzer] Add more specialized error messages for corner cases as per Jordan's code review for r179396 by Anna Zaks · 11 years ago
  7. 01218ff Break after multiline parameters. by Daniel Jasper · 11 years ago
  8. 28117be [analyzer] Don't assert on a temporary of pointer-to-member type. by Jordan Rose · 11 years ago
  9. 62165c9 Remove some dead code that has not been used since 2010. by Joey Gouly · 11 years ago
  10. b93fc8e [analyzer] Be lazy about struct/array global invalidation too. by Jordan Rose · 11 years ago
  11. 262e0d4 [analyzer] Re-enable using global regions as a symbolic base. by Jordan Rose · 11 years ago
  12. e0208ff [analyzer] Properly invalidate global regions on opaque function calls. by Jordan Rose · 11 years ago
  13. 9a0b3c2 [analyzer] Tests: move system functions into system header simulator files. by Jordan Rose · 11 years ago
  14. 77670f1 Revert "Speed-up ObjCMethodDecl::getOverriddenMethods()." by Argyrios Kyrtzidis · 11 years ago
  15. 1f35ec3 Remove XFAIL now that the test is standalone. by Rafael Espindola · 11 years ago
  16. 25e42cb [PCH/test] Make test/PCH/cxx-typeid.cpp self-contained by including the relevant standard library declarations by Argyrios Kyrtzidis · 11 years ago
  17. e2657dd Fix unused variable warning with assertions disabled. by Alexander Kornienko · 11 years ago
  18. 64fe1bb Use llvm::sys::IsBigEndianHost. by Rafael Espindola · 11 years ago
  19. 70ce788 Unified token breaking logic for strings and block comments. by Alexander Kornienko · 11 years ago
  20. 115ac5a Add a missing space by Timur Iskhodzhanov · 11 years ago
  21. 90cc390 Remove hasExternalLinkageUncached. by Rafael Espindola · 11 years ago
  22. 72fdc89 Fix the storage class of method instantiations. by Rafael Espindola · 11 years ago
  23. cef64fe Remove reference to MSVC only building X86 backend. by Tim Northover · 11 years ago
  24. df4cc0a Local thread_local variables are implicitly 'static'. (This doesn't apply to _Thread_local nor __thread.) by Richard Smith · 11 years ago
  25. b6b127f Properly check for a constant initializer for a thread-local variable. by Richard Smith · 11 years ago
  26. 231dbd2 Add triple to another test. by Richard Smith · 11 years ago
  27. b16ae8b Add triples to these tests since they're now using TLS, which isn't available on all targets. by Richard Smith · 11 years ago
  28. 3c6a9b0 Add a new flag -vectorize-slp-aggressive to enable Hals BB vectorizer. by Nadav Rotem · 11 years ago
  29. 50ea963 Rename the slp-vectorizer clang/llvm flags. No functionality change. by Nadav Rotem · 11 years ago
  30. d09615f Comment command table: use inheritance instead of duplicating code by Dmitri Gribenko · 11 years ago
  31. 04e5176 CodeGen support for function-local static thread_local variables with by Richard Smith · 11 years ago
  32. f6b4a68 Removed #if 0 code that doesn't compiled if uncommented. by Rafael Espindola · 11 years ago
  33. 6a570f6 Diagnose if a __thread or _Thread_local variable has a non-constant initializer by Richard Smith · 11 years ago
  34. 1ac39c2 [analyzer] Add a link to the Building a Checker in 24 Hours talk to the developer manual by Anna Zaks · 11 years ago
  35. 321ae79 [Mips] Support -mmicromips / -mno-micromips command line options. by Simon Atanasyan · 11 years ago
  36. a814161 [Mips] Fix indentation. by Simon Atanasyan · 11 years ago
  37. 7c06cba [Mips] Follow-up to r179481. Reduce code duplication. Use by Simon Atanasyan · 11 years ago
  38. d96e315 [Mips] Follow-up to r179481. Consider "single-float" as a separate by Simon Atanasyan · 11 years ago
  39. d44d04f Add driver support for fedora 18 on ARM. by Rafael Espindola · 11 years ago
  40. 088831d Handle incompatible redeclarations of library builtins better. by John McCall · 11 years ago
  41. 2ed42b8 [Mips] Remove "single" from the list of valid MIPS float ABI names. Add by Simon Atanasyan · 11 years ago
  42. 67cd74e Simplify test so that it is more portable. by Rafael Espindola · 11 years ago
  43. f7f74c6 Remove duplicated comment. by Simon Atanasyan · 11 years ago
  44. 38afbc7 Annotate flavor of TLS variable (statically or dynamically initialized) onto the AST. by Richard Smith · 11 years ago
  45. 84083b7 Use MapVector rather than simulating it. by Richard Smith · 11 years ago
  46. 175c8e2 Speed-up ObjCMethodDecl::getOverriddenMethods(). by Argyrios Kyrtzidis · 11 years ago
  47. ecc6523 Introduce SourceManager::getDecomposedIncludedLoc, that returns the "included/expanded in" decomposed location of the given FileID. by Argyrios Kyrtzidis · 11 years ago
  48. 3a0f7ac Give this test a triple so that its use of thread_local doesn't make it fail on the MSVC bot. by Richard Smith · 11 years ago
  49. 927b0af Don't replace an existing decl in the scope chains with its by John McCall · 11 years ago
  50. dd9bd3b Headers: Don't try to use RSIZE_MAX unless we are freestanding. by Daniel Dunbar · 11 years ago
  51. 9df151c [analyzer] Enable NewDelete checker if NewDeleteLeaks checker is enabled. by Anton Yartsev · 11 years ago
  52. 2943d3d Headers: Add support for ISO9899:2011 rsize_t. by Daniel Dunbar · 11 years ago
  53. e0c804b NewDeleteLeaks is a subchecker of NewDelete checker; it is tested in NewDelete-checker-test.cpp by Anton Yartsev · 11 years ago
  54. ec64244 Parsing support for thread_local and _Thread_local. We give them the same by Richard Smith · 11 years ago
  55. 32b5013 tl;dr: Teach Clang to work around g++ changing its workaround to glibc's by Richard Smith · 11 years ago
  56. 7332ae4 <rdar://problem/13643854> Only emit ambiguous-expansion warnings when at least one of the macro definitions comes from a non-system header. by Douglas Gregor · 11 years ago
  57. b1b683e [analyzer] Makes NewDeleteLeaks checker work independently from NewDelete. by Anton Yartsev · 11 years ago
  58. 1e8058f Define Neon intrinsics as "static inline" to avoid warning. rdar://13108414 by Bob Wilson · 11 years ago
  59. 0c50a03 Add test case for r179403. by Chad Rosier · 11 years ago
  60. 579d8d1 Add test case for r179399. by Chad Rosier · 11 years ago
  61. 8713e1a [analyzer] Print a diagnostic note even if the region cannot be printed. by Anna Zaks · 11 years ago
  62. 9e2f597 [analyzer]Print field region even when the base region is not printable by Anna Zaks · 11 years ago
  63. 333ac6e Add test case for r179383 and r179393. by Chad Rosier · 11 years ago
  64. 14ca7ce Disable following tests for Hexagon: by Jyotsna Verma · 11 years ago
  65. 4522f63 [libclang] Introduce clang_Location_isInSystemHeader to check if a location resides in a system header. by Argyrios Kyrtzidis · 11 years ago
  66. 3bbffd5 Sema: Give a typically small DenseMap some inline capacity. by Benjamin Kramer · 11 years ago
  67. 67d080d Revamps structural error detection / handling. by Manuel Klimek · 11 years ago
  68. 7a9ed44 Fix clang-format-diff.py script. by Daniel Jasper · 11 years ago
  69. c6d82ca Provide better emacs integration. by Daniel Jasper · 11 years ago
  70. 6026df1 [analyzer] Fix grammar in comment. by Jordan Rose · 11 years ago
  71. 7be2245 [analyzer] Show "Returning from ..." note at caller's depth, not callee's. by Jordan Rose · 11 years ago
  72. 3ea09a8 [analyzer] Don't emit extra context arrow after returning from an inlined call. by Jordan Rose · 11 years ago
  73. e9c0970 Remove REQUIRES now that r179237 fixed the real problem. by Rafael Espindola · 11 years ago
  74. d7fed8e Make sure we have the include paths we need by Douglas Gregor · 11 years ago
  75. 31230e6 <rdar://problem/13615607> Include SDK version information in the module hash. by Douglas Gregor · 11 years ago
  76. 5e768ca Add test case for r179343. by Chad Rosier · 11 years ago
  77. dbcfa8b Test case for r179339. by Chad Rosier · 11 years ago
  78. 759c40e Flail at trying to appease various linuxy buildbots. by John McCall · 11 years ago
  79. ca83518 Struct-path aware TBAA: uniformize scalar tag and path tag. by Manman Ren · 11 years ago
  80. 8cfb720 Fix the driver logic for recent versions of DragonFly. by John McCall · 11 years ago
  81. 0f9790b Update test case for r179323. by Chad Rosier · 11 years ago
  82. 49eef34 Widen the checks in the ms abi memptr test to work under NDEBUG by Reid Kleckner · 11 years ago
  83. 9adcf1c9 Exclude test30 of Sema/return.c for Hexagon since setjmp.h include file by Jyotsna Verma · 11 years ago
  84. f6f77bd Add a new -mimplicit-float option for symmetry with -mno-implicit-float. by Bob Wilson · 11 years ago
  85. 289323f Follow Jordan's advice and use {{^}} and {{$}} for this test by Reid Kleckner · 11 years ago
  86. a3609b0 [ms-cxxabi] Implement member pointer emission and dereferencing by Reid Kleckner · 11 years ago
  87. 413549f [PCH] Change test/PCH/headersearch.cpp to use -emit-llvm-only instead of -emit-obj by Argyrios Kyrtzidis · 11 years ago
  88. 5142be6 [libclang] Improve a doxygen comment, as suggested by Jordan. by Argyrios Kyrtzidis · 11 years ago
  89. 2982808 Hexagon: Remove -g option from the assembler command line. by Jyotsna Verma · 11 years ago
  90. 04b6748 [libclang] Have clang_getCXXAccessSpecifier() also return the access control of a C++ declaration within its parent scope. by Argyrios Kyrtzidis · 11 years ago
  91. 1407bee Change clang-format's affinity for breaking after return types. by Daniel Jasper · 11 years ago
  92. a826298 Fix failing dependencies-and-pp.c test by Reid Kleckner · 11 years ago
  93. a53763f Use lit's internal shell runner on Windows for Clang tests by Reid Kleckner · 11 years ago
  94. 292285e FileCheck-ify more grep tests with quoted double quotes by Reid Kleckner · 11 years ago
  95. 2eb23b7 Fix formatting of overloaded assignment operators. by Daniel Jasper · 11 years ago
  96. 4de561f [analyzer] Factor common code from {SymSym,SymInt,IntSym}Expr to BinarySymExpr by Ryan Govostes · 11 years ago
  97. 8ef8f16 ARCMigrate/Transforms.h: Remove \arg in comment. [-Wdocumentation] by NAKAMURA Takumi · 11 years ago
  98. 93b6457 Drop ObjCIndirectCopyRestoreExprs during template instantiation. by John McCall · 11 years ago
  99. 411d33a [libclang] Expose record layout info via new libclang functions: by Argyrios Kyrtzidis · 11 years ago
  100. 1fd1e28 Force a load when creating a reference to a temporary copied from a bitfield. by Jordan Rose · 11 years ago