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