1. d7dd775 Fix _mm_permute_ps and _mm256_permute_ps AVX intrinsics to use "I" (ICE) by Chad Rosier · 13 years ago
  2. c17f88e Revert r146797, which was a partial revert of r146791; It was correct in the by Chad Rosier · 13 years ago
  3. 1e4faf5 Fix _mm256_extractf128_* AVX intrinsics to use "I" (ICE) markings. Fix by Chad Rosier · 13 years ago
  4. 1978087 Partial revert of r146791; vpermilps/vpermilpd instructions accepts ymm/mem/imm8. by Chad Rosier · 13 years ago
  5. fc038e9 Remove a non-gcc-compatible extension that would apply attributes on declarations without a declarator to structs. Add a warning for ignored attributes. Patch by Michael Han. by Eli Friedman · 13 years ago
  6. 777d706 [analyzer] Minor: Simplify & assert. by Anna Zaks · 13 years ago
  7. b8786c4 Fix _mm256_round_pd, _mm256_round_ps, _mm_permute_pd and _mm256_permute_pd AVX by Chad Rosier · 13 years ago
  8. a3ca4d6 Don't allow #include (and its friends #import, #include_next and by Richard Smith · 13 years ago
  9. 37f953f Add missing header change by Douglas Gregor · 13 years ago
  10. 7ec59c7 Add the value of "suitably aligned" from the C++11 standard to Basic/TargetInfo. by Nick Lewycky · 13 years ago
  11. b95ddf1 Fix vinsertf128_* AVX intrinsics to use "I" (ICE) markings. Fix avxintrin.h to by Chad Rosier · 13 years ago
  12. c5cda11 Fix vperm2f128_* AVX intrinsics to use "I" (ICE) markings. Fix avxintrin.h to by Chad Rosier · 13 years ago
  13. 80d39bf Add a warning flag for ext_embedded_directive. gcc considers this undefined by Richard Smith · 13 years ago
  14. 25b009a PR11594: Don't blindly build a UnaryOperator UO_Minus on an expression which by Richard Smith · 13 years ago
  15. 08d6e03 C++11 constexpr: Add note stacks containing backtraces if constant evaluation by Richard Smith · 13 years ago
  16. 8d2dbbf If there is a definition of an ObjCInterfaceDecl, make it the Decl returned from the corresponding ObjCInterfaceType by Douglas Gregor · 13 years ago
  17. 91ec789 Support decltype in pseudo destructors and dependent destructor calls. by David Blaikie · 13 years ago
  18. 0af5501 Fix chaining of ObjCInterfaceDecl redeclarations by Douglas Gregor · 13 years ago
  19. 05c272f Move ObjCInterfaceDecl's "EndLoc" into DefinitionData, since it only by Douglas Gregor · 13 years ago
  20. 7723fec Keep track of all declarations of an Objective-C class (both forward by Douglas Gregor · 13 years ago
  21. 26fec63 Extend ObjCInterfaceDecl::DefinitionData to contain a pointer to the by Douglas Gregor · 13 years ago
  22. 53df7a1 Introduce the core infrastructure needed to model a complete by Douglas Gregor · 13 years ago
  23. dec1cc4 Two null Decl*'s don't refer to the same declaration, because they by Douglas Gregor · 13 years ago
  24. 1617947 Provide a default constructor for ObjCInterfaceDecl::DefinitionData by Douglas Gregor · 13 years ago
  25. d02deeb Support the 'a' length modifier in scanf format strings as a C90 extension. by Hans Wennborg · 13 years ago
  26. 2e5c15b Move the definition-specific data of ObjCInterfaceDecl into a by Douglas Gregor · 13 years ago
  27. f8aba8c objc: do not auto synthesize properties declared in by Fariborz Jahanian · 13 years ago
  28. 60ef308 Replace all comparisons between ObjCInterfaceDecl pointers with calls by Douglas Gregor · 13 years ago
  29. 643d3ce [libclang] Indexing API: provide an attribute list inside CXIdxEntityInfo by Argyrios Kyrtzidis · 13 years ago
  30. eaa9511 Replace Decl::isSameEntityAs with a free function declaresSameEntity, which can cope with NULL pointer values by Douglas Gregor · 13 years ago
  31. daaefc5 Produce more detailed diagnostics when static_assert condition is not an ICE. by Richard Smith · 13 years ago
  32. c896ad0 Introduce Decl::isSameEntityAs(), to help compare declarations using by Douglas Gregor · 13 years ago
  33. af76472 Eliminate the vistigial ObjCClassDecl::ObjCClassRef, and inline its by Douglas Gregor · 13 years ago
  34. 5536891 When name lookup comes across a declaration that is in a module that by Douglas Gregor · 13 years ago
  35. 80fb7dd r146430 lost some compile-time performance on MultiSource/Benchmarks/MiBench/security-rijndael; this gets most of it back. by Matt Beaumont-Gay · 13 years ago
  36. 28fd98d [analyzer] Minor refactor to addTaint. by Anna Zaks · 13 years ago
  37. 9f6d068 Per discussion on the list, remove BitcodeVerify pass to reimplement as a free function. by Chad Rosier · 13 years ago
  38. a6dc7ef Make the diagnostic message more consistant. Update the type comparison to by Richard Trieu · 13 years ago
  39. 7209646 objc: diagnose duplicate declaration of methods in classes. // rdar://10535349 by Fariborz Jahanian · 13 years ago
  40. c10a4c8 [libclang] Indexing API: Provide the protocols list for objc categories as well. by Argyrios Kyrtzidis · 13 years ago
  41. e422e45 [libclang] Indexing API: Fix indexing of missed references. by Argyrios Kyrtzidis · 13 years ago
  42. 7cb2101 Tweak ARC diagnostic categories and rename 'Automatic Reference Counting Issue' to 'ARC Parse Issue' and 'ARC Issue' to 'ARC Semantic Issue'. Patch by Jean-Daniel Dupas. by Ted Kremenek · 13 years ago
  43. df512bf Disallow decltype in qualified declarator-ids. by David Blaikie · 13 years ago
  44. c1c5f27 Add checks and diagnostics for many of the cases which C++11 considers to not by Richard Smith · 13 years ago
  45. 9d24a8b Implement the Microsoft __if_exists/if_not_exists extension in initializer-list. by Francois Pichet · 13 years ago
  46. ba96ffc objc-arc: better diagnostic when block is declared inside a struct/union. by Fariborz Jahanian · 13 years ago
  47. ff78927 Add frontend flags to enable bitcode verifier pass. by Chad Rosier · 13 years ago
  48. 9631939 Hexagon backend support by Tony Linthicum · 13 years ago
  49. 60f24e7 Further tweaking of diagnostic text for casts performing reinterpret_cast by Richard Smith · 13 years ago
  50. 4cd9b8f Clean up diagnostic wording for disallowed casts in C++11 constant expressions. by Richard Smith · 13 years ago
  51. c08e618 Fix signature of vsscanf in Builtins.def by Hans Wennborg · 13 years ago
  52. d95a8ab0 Fix signature of sscanf in Builtins.def by Hans Wennborg · 13 years ago
  53. c216a01 Implement C++11 constant expression cast restrictions. by Richard Smith · 13 years ago
  54. 439ddaa Make fscanf, vscanf, etc. be recognized as scanf-like functions. by Hans Wennborg · 13 years ago
  55. dd1f29b Prepare constant expression infrastructure for the generation of richer by Richard Smith · 13 years ago
  56. 6d6a83c [analyzer]Fixup r146336. by Anna Zaks · 13 years ago
  57. 6fcd932 Check that arguments to a scanf call match the format specifier, by Hans Wennborg · 13 years ago
  58. 006e42f Add ability to supply additional message to availability macros, by Fariborz Jahanian · 13 years ago
  59. 001f628 Driver: Handle -f{no-}honor-infinities, -f{no-}honor-nans, and by Daniel Dunbar · 13 years ago
  60. 2c3c767 Fix up doxyments (\arg vs \p). by Matt Beaumont-Gay · 13 years ago
  61. f48fdb0 C++11 constant expressions: Don't use CheckICE in C++11; instead, determine by Richard Smith · 13 years ago
  62. 0373fcc Add clang_getDiagnosticSetFromTU() to libclang. Fixes <rdar://problem/10553081>. by Ted Kremenek · 13 years ago
  63. 2def773 Add notes for suppressing and (if it's a zero-arg function returning bool) fixing the function-to-bool conversion warning. by David Blaikie · 13 years ago
  64. 6dce88d objc-arc: diagnose synthesis of a 'weak unavailable' property. by Fariborz Jahanian · 13 years ago
  65. 44d95b5 Provide a separate warning for weak vtables in explicit template instantiations. There's no (current) way to fix such templates to emit strong symbols/vtables, but perhaps users want to know about the cost being incurred anyway. by David Blaikie · 13 years ago
  66. f4f0c60 Make printf warnings refer to wint_t and wchar_t by name by Hans Wennborg · 13 years ago
  67. 432a455 [analyzer] Fix inconsistency on when SValBuilder assumes that 2 by Anna Zaks · 13 years ago
  68. 6a1db48 Implement the notion of umbrella directories, which implicity cover by Douglas Gregor · 13 years ago
  69. 71088d1 Move ChainedIncludesSource into the Frontend library. This never really by Chandler Carruth · 13 years ago
  70. cb381ea Move a free function from the Frontend library into the Lex library as by Chandler Carruth · 13 years ago
  71. c699400 Save category name loc in ObjCCategoryImplDecl, patch by Jason Haslam! by Argyrios Kyrtzidis · 13 years ago
  72. 66aff4a Teach the Makefile build about the new diagnostic file from r146207. by Chandler Carruth · 13 years ago
  73. a2398d7 Separate the serialization library's diagnostics from the frontend's by Chandler Carruth · 13 years ago
  74. 5fc7def [analyzer] If memory region is tainted mark data as tainted. + random comments by Anna Zaks · 13 years ago
  75. 77d029f Implement umbrella directories for modules, which are similar to by Douglas Gregor · 13 years ago
  76. 10694ce Within the module representation, generalize the notion of an umbrella by Douglas Gregor · 13 years ago
  77. 5e3f922 Keep track of import dependencies between submodules within the module by Douglas Gregor · 13 years ago
  78. 53a75c0 Decltype in non-pseudo (& non-dependent) dtor calls. by David Blaikie · 13 years ago
  79. e1fca50 Remove unused parameter from the LateParsedTemplatedFunction constructor. by Francois Pichet · 13 years ago
  80. c24767c Driver: Add a --rtlib={compiler-rt,libgcc} argument which I plan to use to allow by Daniel Dunbar · 13 years ago
  81. b1febb6 [libclang] Indexing API: provide both the semantic and the lexical container. by Argyrios Kyrtzidis · 13 years ago
  82. 838d3c2 [libclang] Introduce CXIdxEntityLanguage that indicates the language by Argyrios Kyrtzidis · 13 years ago
  83. a792aff Make printf warnings refer to intmax_t et al. by name by Hans Wennborg · 13 years ago
  84. 29f2787 Make changes to SDiagsWriter to make it work in combination with the ARC migrator: by Argyrios Kyrtzidis · 13 years ago
  85. 2e23fd5 Initialize these values, fixing the build in cases where stack realignment by Nick Lewycky · 13 years ago
  86. 587986e Implement basic support for private headers in frameworks. In essence, by Douglas Gregor · 13 years ago
  87. dcf06fa [analyzer] Propagate taint through MemRegions. by Anna Zaks · 13 years ago
  88. f64114b If we can't write the temporary module map file when compiling a by Douglas Gregor · 13 years ago
  89. b76a97e objc: issue deprecated/unavailable diagnostic when by Fariborz Jahanian · 13 years ago
  90. 0e35b4e DeadStoresChecker: when whitelisting dead initializations with constants, look by Richard Smith · 13 years ago
  91. a91efb1 [analyzer] Add comments related to symbol_iterator by Anna Zaks · 13 years ago
  92. 1d1d515 [analyzer] Refactor: Move symbol_iterator from SVal to SymExpr, use it by Anna Zaks · 13 years ago
  93. aace9ef [analyzer] Propagate taint through NonLoc to NonLoc casts. by Anna Zaks · 13 years ago
  94. 84b7964 [libclang] API enhancements by Joe Groff! by Argyrios Kyrtzidis · 13 years ago
  95. e6fb987 Remove misleading error message by Douglas Gregor · 13 years ago
  96. ac252a3 When inferring a module map for a framework, infer subframework by Douglas Gregor · 13 years ago
  97. b80a386 Remove unused member to appease valgrind. by Benjamin Kramer · 13 years ago
  98. d620a84 Implement modules support for subframeworks (aka embedded by Douglas Gregor · 13 years ago
  99. 122de3e Suggest typo corrections for implicit function declarations. by Hans Wennborg · 13 years ago
  100. d64251f Extend warnings for missing '@end'. Fixes PR2709. by Erik Verbruggen · 13 years ago