1. f3f5379 Remove old UninitializedValues analysis. by Ted Kremenek · 14 years ago
  2. 112d5ee Revert r127617: "Code generation for noexcept." by Jakob Stoklund Olesen · 14 years ago
  3. 18d8b79 Disable 'auto' type deduction in Objective-C. It likes 'id' a bit too by Douglas Gregor · 14 years ago
  4. 7cbc558 When synthesizing a label declaration based on a goto statement that by Douglas Gregor · 14 years ago
  5. dc0f137 Switch from internal to linker_private linkage, it is sufficient to please the new linker. by Rafael Espindola · 14 years ago
  6. f86d5f2 Code generation for noexcept. by Sebastian Redl · 14 years ago
  7. 8a37c79 __clear_cache() is varargs and people will occasionally write it without by Eric Christopher · 14 years ago
  8. 6fb5c1f Tweak VariadicMethodTypeChecker to only create one ExplodedNode when issuing multiple warnings for the same message expression. by Ted Kremenek · 14 years ago
  9. 56fb926 Implement instantiation of noexcept spec and add a test case. by Sebastian Redl · 14 years ago
  10. 9351b03 Add another, pretty trivial, exception spec test case. by Sebastian Redl · 14 years ago
  11. 8999fe1 Make deallocation functions implicitly noexcept in C++0x. by Sebastian Redl · 14 years ago
  12. 584acf2 Fix link of libxul with LTO and the linker in xcode4. It is not clear if this by Rafael Espindola · 14 years ago
  13. 069a6da -fwritable-strings should silence warnings about the deprecated string by Douglas Gregor · 14 years ago
  14. a4fdbfa Block return type of the initialized must be by Fariborz Jahanian · 14 years ago
  15. 4597b7b Add an Objective-C checker that checks that arguments passed to some variadic Objective-C methods are of Objective-C pointer types. by Anders Carlsson · 14 years ago
  16. e9cd9c0 Fix CFG assertion failure reported in PR 9467. This was due to recent changes in optimizing CFGs for switch statements. by Ted Kremenek · 14 years ago
  17. 603ea78 XFAIL this on windows where <vector> contains surprises. by Jakob Stoklund Olesen · 14 years ago
  18. 90ba78c Place duplicate argument declaration in in by Fariborz Jahanian · 14 years ago
  19. caa35e4 Revert "Disable inherited constructors for 2.9." by Sebastian Redl · 14 years ago
  20. a808c54 Disable inherited constructors for 2.9. by Sebastian Redl · 14 years ago
  21. 60618fa Propagate the new exception information to FunctionProtoType. by Sebastian Redl · 14 years ago
  22. 3deeb6d Fixed type and declaration source range in presence of typeQuals. by Abramo Bagnara · 14 years ago
  23. 9ede307 Tweak test to hopefully appease FreeBSD buildbot. by Ted Kremenek · 14 years ago
  24. e56d349 Remove stray output file. by Ted Kremenek · 14 years ago
  25. ade3195 Re-enable the IdempotentOperations checker for --analyze, and put it and the DeadStores checker into the "deadcode" group. by Ted Kremenek · 14 years ago
  26. dd54de8 Add initial version of "IteratorsChecker", a checker to find misues uses of C++ iterators. by Ted Kremenek · 14 years ago
  27. fadb53b Fixes for some more expressions containing function templateids that by Douglas Gregor · 14 years ago
  28. 5a5b38f When we're determining whether to complain about a conversion from one by Douglas Gregor · 14 years ago
  29. d078bd2 Don't ask if a depenendent CXXRecordDecl has any dependent bases by Douglas Gregor · 14 years ago
  30. 6f4596c Implement a hack intended to allow Clang to parse libstdc++ 4.5's by Douglas Gregor · 14 years ago
  31. f4f7cb8 OpenCL: if double precision floating point constant encountered by Peter Collingbourne · 14 years ago
  32. f4e3cfb Add support for the OpenCL vec_step operator, by generalising and by Peter Collingbourne · 14 years ago
  33. 1e15394 Fix PR9453 by not trying to print a warning about ignored qualifiers by Rafael Espindola · 14 years ago
  34. 975cc64 Revert r127206 "Detect attempts to provide a specialization of a function within by Daniel Dunbar · 14 years ago
  35. 27569b0 Property setter/getter must be looked up in property type's by Fariborz Jahanian · 14 years ago
  36. 6147806 Lookup selector in protocol list of qualified objc type by Fariborz Jahanian · 14 years ago
  37. b0f4b9a Introduce '-chain-include' option to specify headers that will be converted to chained PCHs in memory by Argyrios Kyrtzidis · 14 years ago
  38. 02b3774 include/clang/Basic/BuiltinsX86.def: __builtin_ia32_crc32**() should be defined to take unsigned args and to return unsigned value. by NAKAMURA Takumi · 14 years ago
  39. 60be4de FileCheckize this test. by Chandler Carruth · 14 years ago
  40. f25330b When deserializing CXXBaseSpecifiers (and offsets), make sure to walk the chain in the correct order. by Anders Carlsson · 14 years ago
  41. cf33333 static analyzer: Fix use-after-free bug in RegionStore involving LazyCompoundValueData not reference counting Store objects. by Ted Kremenek · 14 years ago
  42. 41d6d69 test/Makefile: Reapply r127079, use $(ECHOPATH) to make lit.site.cfg(s). by NAKAMURA Takumi · 14 years ago
  43. b62bdce Make the Objective-C checker look for subclasses of NSString instead of just NSString and NSMutableString. by Anders Carlsson · 14 years ago
  44. 02b0d65 Warn on usage of unavailable objc 'class' in by Fariborz Jahanian · 14 years ago
  45. f525160 Teach libclang's token-annotation logic about context-sensitive by Douglas Gregor · 14 years ago
  46. a2026c9 Fixed source range for StaticAssertDecl and LinkageSpecDecl. Fixed source range for declarations using postfix types. by Abramo Bagnara · 14 years ago
  47. 2c10c80 When writing file references in a pch, make sure to ask the file manager for the absolute path. by Anders Carlsson · 14 years ago
  48. acba90f Fixed NamespaceDecl source range. by Abramo Bagnara · 14 years ago
  49. ff676cb Fixed source range for all DeclaratorDecl's. by Abramo Bagnara · 14 years ago
  50. 834e3f6 Fix my earlier commit to work with escaped newlines and leave breadcrumbs by John McCall · 14 years ago
  51. 2792fa5 objc_gc wants a pointer type, not a function type; give it a more appropriate by John McCall · 14 years ago
  52. db93fde Detect attempts to provide a specialization of a function within a by Douglas Gregor · 14 years ago
  53. e224ba7 Fix tests to account for new warning "expected ';' at end of declaration list". Sorry, folks! by Carl Norum · 14 years ago
  54. 0507be6 When we adjust the inline ASM type, we need to take into account an early by Bill Wendling · 14 years ago
  55. 6e40035 Fix null dereference in CFGBlock::FilterEdge that was reported in PR 9412. by Ted Kremenek · 14 years ago
  56. d97cec3 g++ is more permissive regarding flexible arrays. by Argyrios Kyrtzidis · 14 years ago
  57. cc20945 Support explicit template specialization and instantiation for members by Douglas Gregor · 14 years ago
  58. c2f3e7f The conditional needs to be pushed before the branch. Make the test less by John McCall · 14 years ago
  59. 0a0367a When transforming a dependent template specialization type, make sure by Douglas Gregor · 14 years ago
  60. 353ee24 Produce a diagnostic for unused overloaded expressions, from Faisal Vali! by Douglas Gregor · 14 years ago
  61. a7f633f An operator new with an empty exception specifier returns null on a bad by John McCall · 14 years ago
  62. e6ec11a Remove the AST printer (-ast-print-xml), which is too incomplete and by Douglas Gregor · 14 years ago
  63. 4707b9a Revert r126422 "Use private linkage to avoid symbol conflicts in by Douglas Gregor · 14 years ago
  64. 7d76de8 test/PCH/headersearch.cpp: Tweak for Windows hosts especially cygming. by NAKAMURA Takumi · 14 years ago
  65. eff1dbe We may fail to map a declaration in a template to its instantiated by Douglas Gregor · 14 years ago
  66. c850578 Write CXX base specifier offsets for chained ASTs. by Anders Carlsson · 14 years ago
  67. b0ca137 When serializing a DeclRefExpr, always store the number of explicit template by Anders Carlsson · 14 years ago
  68. ebc3279 Correctly unwrap 'auto' types. Fixes PR9414. by Anders Carlsson · 14 years ago
  69. 344577e Fixed TypedefDecl and TemplateTypeParameter source range. by Abramo Bagnara · 14 years ago
  70. 5453d93 When performing template argument deduction for a non-reference by Douglas Gregor · 14 years ago
  71. 69db2dd Revert r127079: "test/Makefile: Use $(ECHOPATH) to make lit.site.cfg(s)." by Benjamin Kramer · 14 years ago
  72. 5875038 When substituting in for a template name, do not produce a qualified by Douglas Gregor · 14 years ago
  73. c494f77 When determining template instantiation arguments within a function by Douglas Gregor · 14 years ago
  74. 0b4bcb6 When transforming a substituted template type parameter, try to by Douglas Gregor · 14 years ago
  75. 7acafd0 Parser support for noexcept specifications. by Sebastian Redl · 14 years ago
  76. 9085e6f test/lit.cfg: bash is available on MSYS. by NAKAMURA Takumi · 14 years ago
  77. 6ac97b1 test/Makefile: Use $(ECHOPATH) to make lit.site.cfg(s). by NAKAMURA Takumi · 14 years ago
  78. 8e4245d test/CodeGen/2008-07-17-no-emit-on-error.c: Use LLVM's opt instead of "test(1)" for Mingw MSYS. by NAKAMURA Takumi · 14 years ago
  79. 884b9dd test: Mark 3 tests as XFAIL:cygwin,mingw. by NAKAMURA Takumi · 14 years ago
  80. 6f48d12 test: Mark two tests as XFAIL:mingw. by NAKAMURA Takumi · 14 years ago
  81. fbe5994 Much to my surprise, OverloadExprs can also point to function template decls. by Matt Beaumont-Gay · 14 years ago
  82. 67da6f6 When we're deserializing a template parameter declaration, temporarily by Douglas Gregor · 14 years ago
  83. cb710a4 Diagnose destructor templates. Fixes PR7904. by Douglas Gregor · 14 years ago
  84. 7ec1873 When clearing a LookupResult structure, clear out the naming class, by Douglas Gregor · 14 years ago
  85. 6cd9d4a Teach Sema::ActOnCXXNestedNameSpecifier and Sema::CheckTemplateIdType by Douglas Gregor · 14 years ago
  86. 087eb5a When constructing source-location information for a by Douglas Gregor · 14 years ago
  87. 9a299e0 Make sure to put template parameters into their owning template's by Douglas Gregor · 14 years ago
  88. 4a85a73 Fixed source range for ClassTemplateSpecializationDecl. by Abramo Bagnara · 14 years ago
  89. 77d4ee2 Improved TemplateTypeParmDecl end location. by Abramo Bagnara · 14 years ago
  90. ee4bfd4 Fixed end location of NonTypeTemplateParamDecl. by Abramo Bagnara · 14 years ago
  91. 1a0918a Don't consider visibility from template parameter lists if we're by John McCall · 14 years ago
  92. 0498247 Correctly handle nested switch statements in CFGBuilder when on switch statement has a condition that evaluates to a constant. by Ted Kremenek · 14 years ago
  93. 0266aa3 -Woverloaded-virtual shouldn't warn for static functions. Fixes rdar://9083431 & http://llvm.org/PR9396. by Argyrios Kyrtzidis · 14 years ago
  94. 48b8959 Don't emit unused warning for deleted functions. Fixes rdar://8365684 & http://llvm.org/PR9391. by Argyrios Kyrtzidis · 14 years ago
  95. 159c0a0 Finish updated test by Douglas Gregor · 14 years ago
  96. 9ca957a Add coverage test for CFGImplicitDtor::getDestructorDecl() when handling typedefs. by Ted Kremenek · 14 years ago
  97. 0f0ea2a Eliminate redundant nested-name-specifiers on by Douglas Gregor · 14 years ago
  98. 5f6bcbe Fixed end source location for LinkageSpecDecl. by Abramo Bagnara · 14 years ago
  99. 6771423 When we use the default template arguments of a template template by Douglas Gregor · 14 years ago
  100. c5aff44 Teach CFGImplicitDtor::getDestructorDecl() about arrays of objects with destructors. by Ted Kremenek · 14 years ago