1. 41d6d69 test/Makefile: Reapply r127079, use $(ECHOPATH) to make lit.site.cfg(s). by NAKAMURA Takumi · 13 years ago
  2. b62bdce Make the Objective-C checker look for subclasses of NSString instead of just NSString and NSMutableString. by Anders Carlsson · 13 years ago
  3. 02b0d65 Warn on usage of unavailable objc 'class' in by Fariborz Jahanian · 13 years ago
  4. f525160 Teach libclang's token-annotation logic about context-sensitive by Douglas Gregor · 13 years ago
  5. a2026c9 Fixed source range for StaticAssertDecl and LinkageSpecDecl. Fixed source range for declarations using postfix types. by Abramo Bagnara · 13 years ago
  6. 2c10c80 When writing file references in a pch, make sure to ask the file manager for the absolute path. by Anders Carlsson · 13 years ago
  7. acba90f Fixed NamespaceDecl source range. by Abramo Bagnara · 13 years ago
  8. ff676cb Fixed source range for all DeclaratorDecl's. by Abramo Bagnara · 13 years ago
  9. 834e3f6 Fix my earlier commit to work with escaped newlines and leave breadcrumbs by John McCall · 13 years ago
  10. 2792fa5 objc_gc wants a pointer type, not a function type; give it a more appropriate by John McCall · 13 years ago
  11. db93fde Detect attempts to provide a specialization of a function within a by Douglas Gregor · 13 years ago
  12. e224ba7 Fix tests to account for new warning "expected ';' at end of declaration list". Sorry, folks! by Carl Norum · 13 years ago
  13. 0507be6 When we adjust the inline ASM type, we need to take into account an early by Bill Wendling · 13 years ago
  14. 6e40035 Fix null dereference in CFGBlock::FilterEdge that was reported in PR 9412. by Ted Kremenek · 13 years ago
  15. d97cec3 g++ is more permissive regarding flexible arrays. by Argyrios Kyrtzidis · 13 years ago
  16. cc20945 Support explicit template specialization and instantiation for members by Douglas Gregor · 13 years ago
  17. c2f3e7f The conditional needs to be pushed before the branch. Make the test less by John McCall · 13 years ago
  18. 0a0367a When transforming a dependent template specialization type, make sure by Douglas Gregor · 13 years ago
  19. 353ee24 Produce a diagnostic for unused overloaded expressions, from Faisal Vali! by Douglas Gregor · 13 years ago
  20. a7f633f An operator new with an empty exception specifier returns null on a bad by John McCall · 13 years ago
  21. e6ec11a Remove the AST printer (-ast-print-xml), which is too incomplete and by Douglas Gregor · 13 years ago
  22. 4707b9a Revert r126422 "Use private linkage to avoid symbol conflicts in by Douglas Gregor · 13 years ago
  23. 7d76de8 test/PCH/headersearch.cpp: Tweak for Windows hosts especially cygming. by NAKAMURA Takumi · 13 years ago
  24. eff1dbe We may fail to map a declaration in a template to its instantiated by Douglas Gregor · 13 years ago
  25. c850578 Write CXX base specifier offsets for chained ASTs. by Anders Carlsson · 13 years ago
  26. b0ca137 When serializing a DeclRefExpr, always store the number of explicit template by Anders Carlsson · 13 years ago
  27. ebc3279 Correctly unwrap 'auto' types. Fixes PR9414. by Anders Carlsson · 13 years ago
  28. 344577e Fixed TypedefDecl and TemplateTypeParameter source range. by Abramo Bagnara · 13 years ago
  29. 5453d93 When performing template argument deduction for a non-reference by Douglas Gregor · 13 years ago
  30. 69db2dd Revert r127079: "test/Makefile: Use $(ECHOPATH) to make lit.site.cfg(s)." by Benjamin Kramer · 13 years ago
  31. 5875038 When substituting in for a template name, do not produce a qualified by Douglas Gregor · 13 years ago
  32. c494f77 When determining template instantiation arguments within a function by Douglas Gregor · 13 years ago
  33. 0b4bcb6 When transforming a substituted template type parameter, try to by Douglas Gregor · 13 years ago
  34. 7acafd0 Parser support for noexcept specifications. by Sebastian Redl · 13 years ago
  35. 9085e6f test/lit.cfg: bash is available on MSYS. by NAKAMURA Takumi · 13 years ago
  36. 6ac97b1 test/Makefile: Use $(ECHOPATH) to make lit.site.cfg(s). by NAKAMURA Takumi · 13 years ago
  37. 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 · 13 years ago
  38. 884b9dd test: Mark 3 tests as XFAIL:cygwin,mingw. by NAKAMURA Takumi · 13 years ago
  39. 6f48d12 test: Mark two tests as XFAIL:mingw. by NAKAMURA Takumi · 13 years ago
  40. fbe5994 Much to my surprise, OverloadExprs can also point to function template decls. by Matt Beaumont-Gay · 13 years ago
  41. 67da6f6 When we're deserializing a template parameter declaration, temporarily by Douglas Gregor · 13 years ago
  42. cb710a4 Diagnose destructor templates. Fixes PR7904. by Douglas Gregor · 13 years ago
  43. 7ec1873 When clearing a LookupResult structure, clear out the naming class, by Douglas Gregor · 13 years ago
  44. 6cd9d4a Teach Sema::ActOnCXXNestedNameSpecifier and Sema::CheckTemplateIdType by Douglas Gregor · 13 years ago
  45. 087eb5a When constructing source-location information for a by Douglas Gregor · 13 years ago
  46. 9a299e0 Make sure to put template parameters into their owning template's by Douglas Gregor · 13 years ago
  47. 4a85a73 Fixed source range for ClassTemplateSpecializationDecl. by Abramo Bagnara · 13 years ago
  48. 77d4ee2 Improved TemplateTypeParmDecl end location. by Abramo Bagnara · 13 years ago
  49. ee4bfd4 Fixed end location of NonTypeTemplateParamDecl. by Abramo Bagnara · 13 years ago
  50. 1a0918a Don't consider visibility from template parameter lists if we're by John McCall · 13 years ago
  51. 0498247 Correctly handle nested switch statements in CFGBuilder when on switch statement has a condition that evaluates to a constant. by Ted Kremenek · 13 years ago
  52. 0266aa3 -Woverloaded-virtual shouldn't warn for static functions. Fixes rdar://9083431 & http://llvm.org/PR9396. by Argyrios Kyrtzidis · 13 years ago
  53. 48b8959 Don't emit unused warning for deleted functions. Fixes rdar://8365684 & http://llvm.org/PR9391. by Argyrios Kyrtzidis · 13 years ago
  54. 159c0a0 Finish updated test by Douglas Gregor · 13 years ago
  55. 9ca957a Add coverage test for CFGImplicitDtor::getDestructorDecl() when handling typedefs. by Ted Kremenek · 13 years ago
  56. 0f0ea2a Eliminate redundant nested-name-specifiers on by Douglas Gregor · 13 years ago
  57. 5f6bcbe Fixed end source location for LinkageSpecDecl. by Abramo Bagnara · 13 years ago
  58. 6771423 When we use the default template arguments of a template template by Douglas Gregor · 13 years ago
  59. c5aff44 Teach CFGImplicitDtor::getDestructorDecl() about arrays of objects with destructors. by Ted Kremenek · 13 years ago
  60. 697d42d Teach CFGImplicitDtor::getDestructorDecl() about reference types. by Ted Kremenek · 13 years ago
  61. 0a9beb5 Force CaseStmt to store its child statements in source-code order, by Douglas Gregor · 13 years ago
  62. 0483a6f Only emit string initializers in-place if types match. Fixes PR9373. by Benjamin Kramer · 13 years ago
  63. 75e8504 Fix the source range for a member access expression that includes a by Douglas Gregor · 13 years ago
  64. c9f8f5a Introduce CFGImplicitDtor::isNoReturn() to query whether a destructor actually returns. Use this for -Wreturn-type to prune false positives reported in PR 6884. by Ted Kremenek · 13 years ago
  65. 180ff3a IRGen. Fix IR when message returns reference type. // rdar://8604515. by Fariborz Jahanian · 13 years ago
  66. c314aa4 Teach libclang how to visit the children of a C++ base-class specifier by Douglas Gregor · 13 years ago
  67. b6744ef Push nested-name-specifier source location information into template by Douglas Gregor · 13 years ago
  68. bdc49d3 Pretty up the wrong-number-of-arguments-for-attribute diagnostic by by John McCall · 13 years ago
  69. 018591f Semantic checking for exception specifications should be triggered by by John McCall · 13 years ago
  70. 406f98f When we're substituting into a parameter-type-list nested inside the pattern by Douglas Gregor · 13 years ago
  71. fa0b409 PR9350: increment/decrement of char (and anything else narrower than int) by Eli Friedman · 13 years ago
  72. 059101f Push nested-name-specifier source-location information into dependent by Douglas Gregor · 13 years ago
  73. e71f3d5 Teach CFGBuilder to prune trivially unreachable case statements. by Ted Kremenek · 13 years ago
  74. fb7cb35 Don't warn about unused values in ternary ?: expressions unless both the LHS and RHS are "unused" (side-effect free). by Ted Kremenek · 13 years ago
  75. 94fdffa Push nested-name-specifier source-location information into dependent by Douglas Gregor · 13 years ago
  76. 438d7f0 Kill off more names to fix this test by Douglas Gregor · 13 years ago
  77. 425a31e Don't warning about shifting by too many bits in dead code. by Ted Kremenek · 13 years ago
  78. d25f485 Fix the test. by Roman Divacky · 13 years ago
  79. 3aea4da For C++, enhance -Warray-bounds to recursively analyze array subscript accesses in ?: expressions. by Ted Kremenek · 13 years ago
  80. 9e87687 Reinstate the introduction of source-location information for by Douglas Gregor · 13 years ago
  81. 082bf7a Don't wanr about "negative shifts" in code that is unreachable. Fixes PR 5544. by Ted Kremenek · 13 years ago
  82. cfe9af2 Implement -mrtd which sets the StdCall calling convention to be the default one. by Roman Divacky · 13 years ago
  83. c0ddef2 objc IRGen for Next runtime message API. by Fariborz Jahanian · 13 years ago
  84. 2786864 Revert r126748, my second attempt at nested-name-specifier source by Douglas Gregor · 13 years ago
  85. 90566c0 Implement comparison of C++0x scoped enumeration types. Fixes PR9333. by Douglas Gregor · 13 years ago
  86. fff9513 When digging into a cv-qualified return type that is a pointer type to by Douglas Gregor · 13 years ago
  87. ef24c4b When building a type for a typename specifier, check specifically for by Douglas Gregor · 13 years ago
  88. be38c5f Reinstate r126737, extending the generation of type-source location by Douglas Gregor · 13 years ago
  89. 44cd9f9 Revert r126737, the most recent nested-name-specifier location change, for buildbot breakage. by Douglas Gregor · 13 years ago
  90. e34e3f1 Move the bool-conversions behind the DiagRuntimeBehavior logic. It's by Chandler Carruth · 13 years ago
  91. 239cbb0 Push nested-name-specifier source location information into elaborated by Douglas Gregor · 13 years ago
  92. 2494dd0 Push nested-name-specifier source location information into by Douglas Gregor · 13 years ago
  93. 2cb4222 -fwrapv should turn off the inbounds markers from geps used for pointer by Chris Lattner · 13 years ago
  94. 40d96a6 Push nested-name-specifier location information into DeclRefExpr and by Douglas Gregor · 13 years ago
  95. bf1f826 Revert r126678. by Fariborz Jahanian · 13 years ago
  96. 4c9be89 Push nested-name-specifier source location information into by Douglas Gregor · 13 years ago
  97. 3d04a0e objc IRGen for Next runtime message API. by Fariborz Jahanian · 13 years ago
  98. c4d2c90 [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misnomer award. by Argyrios Kyrtzidis · 13 years ago
  99. 872b8d1 Move test/SemaObjC/method-arg-decay.m -> test/Analysis/method-arg-decay.m by Argyrios Kyrtzidis · 13 years ago
  100. d655ab2 [analyzer] Run the ExprEngine depending on the CheckerManager having path-sensitive checkers. by Argyrios Kyrtzidis · 13 years ago