1. 2e5c15b Move the definition-specific data of ObjCInterfaceDecl into a by Douglas Gregor · 13 years ago
  2. f8aba8c objc: do not auto synthesize properties declared in by Fariborz Jahanian · 13 years ago
  3. 60ef308 Replace all comparisons between ObjCInterfaceDecl pointers with calls by Douglas Gregor · 13 years ago
  4. 643d3ce [libclang] Indexing API: provide an attribute list inside CXIdxEntityInfo by Argyrios Kyrtzidis · 13 years ago
  5. eaa9511 Replace Decl::isSameEntityAs with a free function declaresSameEntity, which can cope with NULL pointer values by Douglas Gregor · 13 years ago
  6. daaefc5 Produce more detailed diagnostics when static_assert condition is not an ICE. by Richard Smith · 13 years ago
  7. c896ad0 Introduce Decl::isSameEntityAs(), to help compare declarations using by Douglas Gregor · 13 years ago
  8. af76472 Eliminate the vistigial ObjCClassDecl::ObjCClassRef, and inline its by Douglas Gregor · 13 years ago
  9. 5536891 When name lookup comes across a declaration that is in a module that by Douglas Gregor · 13 years ago
  10. 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
  11. 28fd98d [analyzer] Minor refactor to addTaint. by Anna Zaks · 13 years ago
  12. 9f6d068 Per discussion on the list, remove BitcodeVerify pass to reimplement as a free function. by Chad Rosier · 13 years ago
  13. a6dc7ef Make the diagnostic message more consistant. Update the type comparison to by Richard Trieu · 13 years ago
  14. 7209646 objc: diagnose duplicate declaration of methods in classes. // rdar://10535349 by Fariborz Jahanian · 13 years ago
  15. c10a4c8 [libclang] Indexing API: Provide the protocols list for objc categories as well. by Argyrios Kyrtzidis · 13 years ago
  16. e422e45 [libclang] Indexing API: Fix indexing of missed references. by Argyrios Kyrtzidis · 13 years ago
  17. 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
  18. df512bf Disallow decltype in qualified declarator-ids. by David Blaikie · 13 years ago
  19. c1c5f27 Add checks and diagnostics for many of the cases which C++11 considers to not by Richard Smith · 13 years ago
  20. 9d24a8b Implement the Microsoft __if_exists/if_not_exists extension in initializer-list. by Francois Pichet · 13 years ago
  21. ba96ffc objc-arc: better diagnostic when block is declared inside a struct/union. by Fariborz Jahanian · 13 years ago
  22. ff78927 Add frontend flags to enable bitcode verifier pass. by Chad Rosier · 13 years ago
  23. 9631939 Hexagon backend support by Tony Linthicum · 13 years ago
  24. 60f24e7 Further tweaking of diagnostic text for casts performing reinterpret_cast by Richard Smith · 13 years ago
  25. 4cd9b8f Clean up diagnostic wording for disallowed casts in C++11 constant expressions. by Richard Smith · 13 years ago
  26. c08e618 Fix signature of vsscanf in Builtins.def by Hans Wennborg · 13 years ago
  27. d95a8ab0 Fix signature of sscanf in Builtins.def by Hans Wennborg · 13 years ago
  28. c216a01 Implement C++11 constant expression cast restrictions. by Richard Smith · 13 years ago
  29. 439ddaa Make fscanf, vscanf, etc. be recognized as scanf-like functions. by Hans Wennborg · 13 years ago
  30. dd1f29b Prepare constant expression infrastructure for the generation of richer by Richard Smith · 13 years ago
  31. 6d6a83c [analyzer]Fixup r146336. by Anna Zaks · 13 years ago
  32. 6fcd932 Check that arguments to a scanf call match the format specifier, by Hans Wennborg · 13 years ago
  33. 006e42f Add ability to supply additional message to availability macros, by Fariborz Jahanian · 13 years ago
  34. 001f628 Driver: Handle -f{no-}honor-infinities, -f{no-}honor-nans, and by Daniel Dunbar · 13 years ago
  35. 2c3c767 Fix up doxyments (\arg vs \p). by Matt Beaumont-Gay · 13 years ago
  36. f48fdb0 C++11 constant expressions: Don't use CheckICE in C++11; instead, determine by Richard Smith · 13 years ago
  37. 0373fcc Add clang_getDiagnosticSetFromTU() to libclang. Fixes <rdar://problem/10553081>. by Ted Kremenek · 13 years ago
  38. 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
  39. 6dce88d objc-arc: diagnose synthesis of a 'weak unavailable' property. by Fariborz Jahanian · 13 years ago
  40. 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
  41. f4f0c60 Make printf warnings refer to wint_t and wchar_t by name by Hans Wennborg · 13 years ago
  42. 432a455 [analyzer] Fix inconsistency on when SValBuilder assumes that 2 by Anna Zaks · 13 years ago
  43. 6a1db48 Implement the notion of umbrella directories, which implicity cover by Douglas Gregor · 13 years ago
  44. 71088d1 Move ChainedIncludesSource into the Frontend library. This never really by Chandler Carruth · 13 years ago
  45. cb381ea Move a free function from the Frontend library into the Lex library as by Chandler Carruth · 13 years ago
  46. c699400 Save category name loc in ObjCCategoryImplDecl, patch by Jason Haslam! by Argyrios Kyrtzidis · 13 years ago
  47. 66aff4a Teach the Makefile build about the new diagnostic file from r146207. by Chandler Carruth · 13 years ago
  48. a2398d7 Separate the serialization library's diagnostics from the frontend's by Chandler Carruth · 13 years ago
  49. 5fc7def [analyzer] If memory region is tainted mark data as tainted. + random comments by Anna Zaks · 13 years ago
  50. 77d029f Implement umbrella directories for modules, which are similar to by Douglas Gregor · 13 years ago
  51. 10694ce Within the module representation, generalize the notion of an umbrella by Douglas Gregor · 13 years ago
  52. 5e3f922 Keep track of import dependencies between submodules within the module by Douglas Gregor · 13 years ago
  53. 53a75c0 Decltype in non-pseudo (& non-dependent) dtor calls. by David Blaikie · 13 years ago
  54. e1fca50 Remove unused parameter from the LateParsedTemplatedFunction constructor. by Francois Pichet · 13 years ago
  55. c24767c Driver: Add a --rtlib={compiler-rt,libgcc} argument which I plan to use to allow by Daniel Dunbar · 13 years ago
  56. b1febb6 [libclang] Indexing API: provide both the semantic and the lexical container. by Argyrios Kyrtzidis · 13 years ago
  57. 838d3c2 [libclang] Introduce CXIdxEntityLanguage that indicates the language by Argyrios Kyrtzidis · 13 years ago
  58. a792aff Make printf warnings refer to intmax_t et al. by name by Hans Wennborg · 13 years ago
  59. 29f2787 Make changes to SDiagsWriter to make it work in combination with the ARC migrator: by Argyrios Kyrtzidis · 13 years ago
  60. 2e23fd5 Initialize these values, fixing the build in cases where stack realignment by Nick Lewycky · 13 years ago
  61. 587986e Implement basic support for private headers in frameworks. In essence, by Douglas Gregor · 13 years ago
  62. dcf06fa [analyzer] Propagate taint through MemRegions. by Anna Zaks · 13 years ago
  63. f64114b If we can't write the temporary module map file when compiling a by Douglas Gregor · 13 years ago
  64. b76a97e objc: issue deprecated/unavailable diagnostic when by Fariborz Jahanian · 13 years ago
  65. 0e35b4e DeadStoresChecker: when whitelisting dead initializations with constants, look by Richard Smith · 13 years ago
  66. a91efb1 [analyzer] Add comments related to symbol_iterator by Anna Zaks · 13 years ago
  67. 1d1d515 [analyzer] Refactor: Move symbol_iterator from SVal to SymExpr, use it by Anna Zaks · 13 years ago
  68. aace9ef [analyzer] Propagate taint through NonLoc to NonLoc casts. by Anna Zaks · 13 years ago
  69. 84b7964 [libclang] API enhancements by Joe Groff! by Argyrios Kyrtzidis · 13 years ago
  70. e6fb987 Remove misleading error message by Douglas Gregor · 13 years ago
  71. ac252a3 When inferring a module map for a framework, infer subframework by Douglas Gregor · 13 years ago
  72. b80a386 Remove unused member to appease valgrind. by Benjamin Kramer · 13 years ago
  73. d620a84 Implement modules support for subframeworks (aka embedded by Douglas Gregor · 13 years ago
  74. 122de3e Suggest typo corrections for implicit function declarations. by Hans Wennborg · 13 years ago
  75. d64251f Extend warnings for missing '@end'. Fixes PR2709. by Erik Verbruggen · 13 years ago
  76. 4e785c9 Stack realignment is a tristate. Add -mno-stackrealign to turn off all stack by Nick Lewycky · 13 years ago
  77. b92e5d0 Fix an extremely stupid bug causing terrible miscompilations by John McCall · 13 years ago
  78. e209e50 Implement inferred submodules support, which (when requested) by Douglas Gregor · 13 years ago
  79. ec23678 objc: put out more coherent warning when method definition by Fariborz Jahanian · 13 years ago
  80. e9d11db Add -mstack-alignment=X and fix -mstackrealign handling now that the by Joerg Sonnenberger · 13 years ago
  81. 1e12368 Parse inferred submodules in module maps, track their contents in by Douglas Gregor · 13 years ago
  82. da5f2d2 [libclang] When indexing a field in a C++ class, return an entity by Argyrios Kyrtzidis · 13 years ago
  83. 02f34c5 [analyzer] Rely on LLVM Dominators in Clang dominator computation. by Anna Zaks · 13 years ago
  84. eca4e6e [analyzer] Mark ConstraintManager::canReasonAbout as protected. by Anna Zaks · 13 years ago
  85. e14ca9f Add a warning for implicit conversion from function literals (and static by Lang Hames · 13 years ago
  86. 0dd7a25 Make isWeakDecl available as a method on ValueDecl. by Lang Hames · 13 years ago
  87. 5344baa [analyzer] Unify SymbolVal and SymExprVal under a single SymbolVal class. by Anna Zaks · 13 years ago
  88. 76462f0 [analyzer] Remove all uses of ConstraintManager::canResonAbout() from by Anna Zaks · 13 years ago
  89. 3cdf584 [analyzer] First step toward removing by Anna Zaks · 13 years ago
  90. d016785 [analyzer] Add ability to do a simple ProgramState dump() without requiring CFG. by Anna Zaks · 13 years ago
  91. 0adaa88 Implement support for wildcard exports in modules, allowing a module by Douglas Gregor · 13 years ago
  92. 5598868 When writing a module file, keep track of the set of (sub)modules that by Douglas Gregor · 13 years ago
  93. 5460ff3 include/clang*/Makefile: Tweak installation to work with CLANG_SRCDIR. by NAKAMURA Takumi · 13 years ago
  94. 42d6d0c Support decltype in nested-name-specifiers. by David Blaikie · 13 years ago
  95. 5e9392b Implement support for the __is_final type trait, to determine whether by Douglas Gregor · 13 years ago
  96. 0586520 If block literal return type is not specified, return type of the block is by Fariborz Jahanian · 13 years ago
  97. 8bc2782 [PCH] Make sure that the SourceExpr of a OpaqueValueExpr is always initialized by Argyrios Kyrtzidis · 13 years ago
  98. f6137e4 Implement support for precompiled headers, preambles, and serialized by Douglas Gregor · 13 years ago
  99. e664977 Keep track of all of the import declarations that are parsed or by Douglas Gregor · 13 years ago
  100. 93ebfa6 When we treat an #include or #import as a module import, create an by Douglas Gregor · 13 years ago