1. 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
  2. 6dce88d objc-arc: diagnose synthesis of a 'weak unavailable' property. by Fariborz Jahanian · 13 years ago
  3. 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
  4. f4f0c60 Make printf warnings refer to wint_t and wchar_t by name by Hans Wennborg · 13 years ago
  5. 432a455 [analyzer] Fix inconsistency on when SValBuilder assumes that 2 by Anna Zaks · 13 years ago
  6. 6a1db48 Implement the notion of umbrella directories, which implicity cover by Douglas Gregor · 13 years ago
  7. 71088d1 Move ChainedIncludesSource into the Frontend library. This never really by Chandler Carruth · 13 years ago
  8. cb381ea Move a free function from the Frontend library into the Lex library as by Chandler Carruth · 13 years ago
  9. c699400 Save category name loc in ObjCCategoryImplDecl, patch by Jason Haslam! by Argyrios Kyrtzidis · 13 years ago
  10. 66aff4a Teach the Makefile build about the new diagnostic file from r146207. by Chandler Carruth · 13 years ago
  11. a2398d7 Separate the serialization library's diagnostics from the frontend's by Chandler Carruth · 13 years ago
  12. 5fc7def [analyzer] If memory region is tainted mark data as tainted. + random comments by Anna Zaks · 13 years ago
  13. 77d029f Implement umbrella directories for modules, which are similar to by Douglas Gregor · 13 years ago
  14. 10694ce Within the module representation, generalize the notion of an umbrella by Douglas Gregor · 13 years ago
  15. 5e3f922 Keep track of import dependencies between submodules within the module by Douglas Gregor · 13 years ago
  16. 53a75c0 Decltype in non-pseudo (& non-dependent) dtor calls. by David Blaikie · 13 years ago
  17. e1fca50 Remove unused parameter from the LateParsedTemplatedFunction constructor. by Francois Pichet · 13 years ago
  18. c24767c Driver: Add a --rtlib={compiler-rt,libgcc} argument which I plan to use to allow by Daniel Dunbar · 13 years ago
  19. b1febb6 [libclang] Indexing API: provide both the semantic and the lexical container. by Argyrios Kyrtzidis · 13 years ago
  20. 838d3c2 [libclang] Introduce CXIdxEntityLanguage that indicates the language by Argyrios Kyrtzidis · 13 years ago
  21. a792aff Make printf warnings refer to intmax_t et al. by name by Hans Wennborg · 13 years ago
  22. 29f2787 Make changes to SDiagsWriter to make it work in combination with the ARC migrator: by Argyrios Kyrtzidis · 13 years ago
  23. 2e23fd5 Initialize these values, fixing the build in cases where stack realignment by Nick Lewycky · 13 years ago
  24. 587986e Implement basic support for private headers in frameworks. In essence, by Douglas Gregor · 13 years ago
  25. dcf06fa [analyzer] Propagate taint through MemRegions. by Anna Zaks · 13 years ago
  26. f64114b If we can't write the temporary module map file when compiling a by Douglas Gregor · 13 years ago
  27. b76a97e objc: issue deprecated/unavailable diagnostic when by Fariborz Jahanian · 13 years ago
  28. 0e35b4e DeadStoresChecker: when whitelisting dead initializations with constants, look by Richard Smith · 13 years ago
  29. a91efb1 [analyzer] Add comments related to symbol_iterator by Anna Zaks · 13 years ago
  30. 1d1d515 [analyzer] Refactor: Move symbol_iterator from SVal to SymExpr, use it by Anna Zaks · 13 years ago
  31. aace9ef [analyzer] Propagate taint through NonLoc to NonLoc casts. by Anna Zaks · 13 years ago
  32. 84b7964 [libclang] API enhancements by Joe Groff! by Argyrios Kyrtzidis · 13 years ago
  33. e6fb987 Remove misleading error message by Douglas Gregor · 13 years ago
  34. ac252a3 When inferring a module map for a framework, infer subframework by Douglas Gregor · 13 years ago
  35. b80a386 Remove unused member to appease valgrind. by Benjamin Kramer · 13 years ago
  36. d620a84 Implement modules support for subframeworks (aka embedded by Douglas Gregor · 13 years ago
  37. 122de3e Suggest typo corrections for implicit function declarations. by Hans Wennborg · 13 years ago
  38. d64251f Extend warnings for missing '@end'. Fixes PR2709. by Erik Verbruggen · 13 years ago
  39. 4e785c9 Stack realignment is a tristate. Add -mno-stackrealign to turn off all stack by Nick Lewycky · 13 years ago
  40. b92e5d0 Fix an extremely stupid bug causing terrible miscompilations by John McCall · 13 years ago
  41. e209e50 Implement inferred submodules support, which (when requested) by Douglas Gregor · 13 years ago
  42. ec23678 objc: put out more coherent warning when method definition by Fariborz Jahanian · 13 years ago
  43. e9d11db Add -mstack-alignment=X and fix -mstackrealign handling now that the by Joerg Sonnenberger · 13 years ago
  44. 1e12368 Parse inferred submodules in module maps, track their contents in by Douglas Gregor · 13 years ago
  45. da5f2d2 [libclang] When indexing a field in a C++ class, return an entity by Argyrios Kyrtzidis · 13 years ago
  46. 02f34c5 [analyzer] Rely on LLVM Dominators in Clang dominator computation. by Anna Zaks · 13 years ago
  47. eca4e6e [analyzer] Mark ConstraintManager::canReasonAbout as protected. by Anna Zaks · 13 years ago
  48. e14ca9f Add a warning for implicit conversion from function literals (and static by Lang Hames · 13 years ago
  49. 0dd7a25 Make isWeakDecl available as a method on ValueDecl. by Lang Hames · 13 years ago
  50. 5344baa [analyzer] Unify SymbolVal and SymExprVal under a single SymbolVal class. by Anna Zaks · 13 years ago
  51. 76462f0 [analyzer] Remove all uses of ConstraintManager::canResonAbout() from by Anna Zaks · 13 years ago
  52. 3cdf584 [analyzer] First step toward removing by Anna Zaks · 13 years ago
  53. d016785 [analyzer] Add ability to do a simple ProgramState dump() without requiring CFG. by Anna Zaks · 13 years ago
  54. 0adaa88 Implement support for wildcard exports in modules, allowing a module by Douglas Gregor · 13 years ago
  55. 5598868 When writing a module file, keep track of the set of (sub)modules that by Douglas Gregor · 13 years ago
  56. 5460ff3 include/clang*/Makefile: Tweak installation to work with CLANG_SRCDIR. by NAKAMURA Takumi · 13 years ago
  57. 42d6d0c Support decltype in nested-name-specifiers. by David Blaikie · 13 years ago
  58. 5e9392b Implement support for the __is_final type trait, to determine whether by Douglas Gregor · 13 years ago
  59. 0586520 If block literal return type is not specified, return type of the block is by Fariborz Jahanian · 13 years ago
  60. 8bc2782 [PCH] Make sure that the SourceExpr of a OpaqueValueExpr is always initialized by Argyrios Kyrtzidis · 13 years ago
  61. f6137e4 Implement support for precompiled headers, preambles, and serialized by Douglas Gregor · 13 years ago
  62. e664977 Keep track of all of the import declarations that are parsed or by Douglas Gregor · 13 years ago
  63. 93ebfa6 When we treat an #include or #import as a module import, create an by Douglas Gregor · 13 years ago
  64. 15de72c Introduce a module import declaration, so that we properly represent, e.g., by Douglas Gregor · 13 years ago
  65. 687b5df Revert r145697 and dependent patch r145702. It added a dependency from by Nick Lewycky · 13 years ago
  66. 5fdc1b9 Make conversion specifier warning refer to typedef if possible. by Hans Wennborg · 13 years ago
  67. af13bfc Implement (de-)serialization of the set of exported modules in a module map. by Douglas Gregor · 13 years ago
  68. a015cab Notify the AST writer (via ASTDeserializationListener) when a by Douglas Gregor · 13 years ago
  69. 1329264 Implement name hiding for macro definitions within modules, such that by Douglas Gregor · 13 years ago
  70. 90db260 Implementing parsing and resolution of module export declarations by Douglas Gregor · 13 years ago
  71. 7f42228 Diagnose use of wide string literal in 'asm' instead of crashing. Fixes <rdar://problem/10465079>. by Ted Kremenek · 13 years ago
  72. ecc2c09 Implement name hiding for declarations deserialized from a non-visible by Douglas Gregor · 13 years ago
  73. 5e35693 Introduce the notion of name visibility into modules. For a given by Douglas Gregor · 13 years ago
  74. 2aba711 Change the Microsoft __interface keyword to be an alias for struct (not class) since members are public by default. by Francois Pichet · 13 years ago
  75. b805c8f [analyzer] Refactor checkers to use helper function for getting callee Decl and name. by Anna Zaks · 13 years ago
  76. 185dbd7 Infer the submodule ID for a given declaration based on the location by Douglas Gregor · 13 years ago
  77. f1d1ca5 When sending a message to a receiver that has "unknown any" type, by Douglas Gregor · 13 years ago
  78. 26ced12 Switch the ID numbers used for submodule IDs in the AST reader over to by Douglas Gregor · 13 years ago
  79. 75df4ee Further tweak -Wurneachable-code and templates by allowing the warning to run on by Ted Kremenek · 13 years ago
  80. 8374eda Another GCC fix by Douglas Gregor · 13 years ago
  81. 58196dc Revert most of r145372 for now. Lookahead beyond the ';' in a function by Richard Smith · 13 years ago
  82. 1a4761e Promote ModuleMap::Module to a namespace-scope class in the Basic by Douglas Gregor · 13 years ago
  83. 8d39c3d [PCH] In ASTReader::FinishedDeserializing, after we do PassInterestingDeclsToConsumer by Argyrios Kyrtzidis · 13 years ago
  84. e3a8256 Introduce an opt-in warning indicating when the compiler is treating by Douglas Gregor · 13 years ago
  85. 392ed2b Implement (de-)serialization of the description of a module and its by Douglas Gregor · 13 years ago
  86. d699ade [analyzer] Add checker callback documentation. by Anna Zaks · 13 years ago
  87. 01e19be Fix the instantiation of pseudo-object expressions. This is a by John McCall · 13 years ago
  88. a8cc6ce When writing a module file, pass the module through to the AST by Douglas Gregor · 13 years ago
  89. b514c79 Teach the preprocessor how to handle module import declarations that by Douglas Gregor · 13 years ago
  90. 49009ec When loading a module that involves submodules (e.g., std.vector), by Douglas Gregor · 13 years ago
  91. dc8dab6 Add bigger method type encodings to protocol objects. <rdar://problem/10492418> by Bob Wilson · 13 years ago
  92. 3d3589d Switch the module-loading interfaces and parser from a simple by Douglas Gregor · 13 years ago
  93. c8d7f58 Revert r145244. It causes us to create broken ASTs with missing type information by Richard Smith · 13 years ago
  94. 6649014 Eliminate the -emit-module option, which emitted a module by parsing a by Douglas Gregor · 13 years ago
  95. 2cbe84d Place "use @dynamic or provide a method implementation" warnings under a -W flag. by Ted Kremenek · 13 years ago
  96. f9e357d Teach the module import mechanism how to rebuild modules expressed via by Douglas Gregor · 13 years ago
  97. 804c3bf Expose the printing of module maps as part of the ModuleMap::Module by Douglas Gregor · 13 years ago
  98. 2fea224 Fix leaking of LexedMethod objects created for caching objc method definitions tokens by Argyrios Kyrtzidis · 13 years ago
  99. 874d253 PR10101: Recover better from a common copy-paste error: if a function by Richard Smith · 13 years ago
  100. 9b2eb7b objc: warn if NSObject attribute appears other than in a typedef. by Fariborz Jahanian · 13 years ago