1. af036a6 Convert FileManager::FixupRelativePath over to using PathV2. by Anders Carlsson · 13 years ago
  2. 2553eaf Improved type source location for long long type. by Abramo Bagnara · 13 years ago
  3. 7d76de8 test/PCH/headersearch.cpp: Tweak for Windows hosts especially cygming. by NAKAMURA Takumi · 13 years ago
  4. eff1dbe We may fail to map a declaration in a template to its instantiated by Douglas Gregor · 13 years ago
  5. f0594d8 Fix driver for thumb-capable ARM hosts, from Mikko Lehtonen! by Douglas Gregor · 13 years ago
  6. 841b238 Rename the type argument for the iboutletcollection attribute to not by Douglas Gregor · 13 years ago
  7. c850578 Write CXX base specifier offsets for chained ASTs. by Anders Carlsson · 13 years ago
  8. b0ca137 When serializing a DeclRefExpr, always store the number of explicit template by Anders Carlsson · 13 years ago
  9. ab0d8bd Add MinGW GCC 4.5.2 include paths, from Matthieu Monrocq by Douglas Gregor · 13 years ago
  10. 3c52a21 Fix copy-and-paste typo in the transformation of Microsoft __uuidof expressions, from Eric Niebler via John Wiegley by Douglas Gregor · 13 years ago
  11. ec356c3 xpose HeaderSearch::SearchDirs to tools,s, from Paul Holden by Douglas Gregor · 13 years ago
  12. ebc3279 Correctly unwrap 'auto' types. Fixes PR9414. by Anders Carlsson · 13 years ago
  13. a868c37 Completed source ranges fixes for all classes inheriting from TypeDecl. by Abramo Bagnara · 13 years ago
  14. 344577e Fixed TypedefDecl and TemplateTypeParameter source range. by Abramo Bagnara · 13 years ago
  15. 8b5b409 Reinstate r127112, "Propagate new-style exception spec information to ExtProtoInfo.", this time with the missing header. by Sebastian Redl · 13 years ago
  16. 5453d93 When performing template argument deduction for a non-reference by Douglas Gregor · 13 years ago
  17. 708a866 Revert r127112, "Propagate new-style exception spec information to ExtProtoInfo." by NAKAMURA Takumi · 13 years ago
  18. 06bfa84 Propagate new-style exception spec information to ExtProtoInfo. by Sebastian Redl · 13 years ago
  19. 6e5d319 Propagate new-style exception spec information to Declarator. by Sebastian Redl · 13 years ago
  20. 69db2dd Revert r127079: "test/Makefile: Use $(ECHOPATH) to make lit.site.cfg(s)." by Benjamin Kramer · 13 years ago
  21. 5875038 When substituting in for a template name, do not produce a qualified by Douglas Gregor · 13 years ago
  22. 6784304 Fixed LabelDecl source range and cleaned creation code. by Abramo Bagnara · 13 years ago
  23. c494f77 When determining template instantiation arguments within a function by Douglas Gregor · 13 years ago
  24. 0b4bcb6 When transforming a substituted template type parameter, try to by Douglas Gregor · 13 years ago
  25. 476fc67 Normalize target triple passed out of driver. Basically this means by Anton Korobeynikov · 13 years ago
  26. 7acafd0 Parser support for noexcept specifications. by Sebastian Redl · 13 years ago
  27. b6ab6c1 Improved MemberPointerType source locations. by Abramo Bagnara · 13 years ago
  28. 9de4342 StringRefify. by Benjamin Kramer · 13 years ago
  29. 9085e6f test/lit.cfg: bash is available on MSYS. by NAKAMURA Takumi · 13 years ago
  30. 6ac97b1 test/Makefile: Use $(ECHOPATH) to make lit.site.cfg(s). by NAKAMURA Takumi · 13 years ago
  31. 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
  32. 884b9dd test: Mark 3 tests as XFAIL:cygwin,mingw. by NAKAMURA Takumi · 13 years ago
  33. 6f48d12 test: Mark two tests as XFAIL:mingw. by NAKAMURA Takumi · 13 years ago
  34. fbe5994 Much to my surprise, OverloadExprs can also point to function template decls. by Matt Beaumont-Gay · 13 years ago
  35. 67da6f6 When we're deserializing a template parameter declaration, temporarily by Douglas Gregor · 13 years ago
  36. b1c8649 Currently we can only remap a file by creating a MemoryBuffer and replacing the file contents with it. by Argyrios Kyrtzidis · 13 years ago
  37. 15727dd Introduce OwnsRemappedFileBuffers field in ASTUnit, indicating whether the ASTUnit should delete the remapped buffers. by Argyrios Kyrtzidis · 13 years ago
  38. 4e43259 Give warnings about static initializers of non-integral type their own warning by Nick Lewycky · 13 years ago
  39. 26cd44d When diagnostics are suppressed (e.g., because of code completion), don't trigger the ExprTemplates.empty() check at the end of a function body by Douglas Gregor · 13 years ago
  40. cb710a4 Diagnose destructor templates. Fixes PR7904. by Douglas Gregor · 13 years ago
  41. 7ec1873 When clearing a LookupResult structure, clear out the naming class, by Douglas Gregor · 13 years ago
  42. e3eb83b Initialize variable. by Bill Wendling · 13 years ago
  43. 6cd9d4a Teach Sema::ActOnCXXNestedNameSpecifier and Sema::CheckTemplateIdType by Douglas Gregor · 13 years ago
  44. a93fc9f After an error of any kind has occurred, don't assert when attempting by Douglas Gregor · 13 years ago
  45. b710722 Patch up several Sema::FindInstantiatedDecl() callers, so that they'll by Douglas Gregor · 13 years ago
  46. 79bfb4b Emit a stop point before a call expression so that debugger has some chance of getting some footing when user wants to stop at 2nd bar() in following expression when all function calls are inlined. by Devang Patel · 13 years ago
  47. 087eb5a When constructing source-location information for a by Douglas Gregor · 13 years ago
  48. 787a40d *Recursively* set the context of a template parameter, so that we also by Douglas Gregor · 13 years ago
  49. 9a299e0 Make sure to put template parameters into their owning template's by Douglas Gregor · 13 years ago
  50. abfb405 Fixed source range for function template specializations. by Abramo Bagnara · 13 years ago
  51. 4a85a73 Fixed source range for ClassTemplateSpecializationDecl. by Abramo Bagnara · 13 years ago
  52. c54061a Move private structs into anonymous namespaces. by Benjamin Kramer · 13 years ago
  53. 77d4ee2 Improved TemplateTypeParmDecl end location. by Abramo Bagnara · 13 years ago
  54. ee4bfd4 Fixed end location of NonTypeTemplateParamDecl. by Abramo Bagnara · 13 years ago
  55. 8fbb762 Fixed end location of FriendDecl. by Abramo Bagnara · 13 years ago
  56. 1a0918a Don't consider visibility from template parameter lists if we're by John McCall · 13 years ago
  57. fb4eb9f Access ivars with inbounds GEPs, even in -fwrapv. It's unlikely that by John McCall · 13 years ago
  58. 604da29 Let's do super message sends with static allocas instead of dynamic ones. by John McCall · 13 years ago
  59. 14aa217 Make AttributedTypes for GC-qualified types and fix some miscellaneous by John McCall · 13 years ago
  60. 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
  61. 0266aa3 -Woverloaded-virtual shouldn't warn for static functions. Fixes rdar://9083431 & http://llvm.org/PR9396. by Argyrios Kyrtzidis · 13 years ago
  62. b46ae39 Fix PR9390 in not one, but two ways: by Douglas Gregor · 13 years ago
  63. 093ac46 Encode argument numbering in debug info so that code generator can emit them in order. by Devang Patel · 13 years ago
  64. 203548b Fixed source range for LabelDecl. by Abramo Bagnara · 13 years ago
  65. 48b8959 Don't emit unused warning for deleted functions. Fixes rdar://8365684 & http://llvm.org/PR9391. by Argyrios Kyrtzidis · 13 years ago
  66. 159c0a0 Finish updated test by Douglas Gregor · 13 years ago
  67. 9ca957a Add coverage test for CFGImplicitDtor::getDestructorDecl() when handling typedefs. by Ted Kremenek · 13 years ago
  68. 0f0ea2a Eliminate redundant nested-name-specifiers on by Douglas Gregor · 13 years ago
  69. 55a9637 Removed left brace location from LinkageSpecDecl. by Abramo Bagnara · 13 years ago
  70. 5f6bcbe Fixed end source location for LinkageSpecDecl. by Abramo Bagnara · 13 years ago
  71. 21e006e Fixed source range for FileScopeAsmDecl. Others source range fixes will follow. by Abramo Bagnara · 13 years ago
  72. 6771423 When we use the default template arguments of a template template by Douglas Gregor · 13 years ago
  73. dfbbcf9 Add a missing break, from John Wiegley by Douglas Gregor · 13 years ago
  74. c5aff44 Teach CFGImplicitDtor::getDestructorDecl() about arrays of objects with destructors. by Ted Kremenek · 13 years ago
  75. 697d42d Teach CFGImplicitDtor::getDestructorDecl() about reference types. by Ted Kremenek · 13 years ago
  76. 2ae0054 Let's go with John and Ted's preferred fix. by Matt Beaumont-Gay · 13 years ago
  77. 8e23e6d Keep GCC from complaining about falling off the end of the function. by Matt Beaumont-Gay · 13 years ago
  78. 361cf98 Fix a typo. by Dan Gohman · 13 years ago
  79. 1e284a7 Remove cruft by Douglas Gregor · 13 years ago
  80. 0a9beb5 Force CaseStmt to store its child statements in source-code order, by Douglas Gregor · 13 years ago
  81. 9c6082f Revert "Add CC_Win64ThisCall and set it in the necessary places." by Tilmann Scheller · 13 years ago
  82. 9a7e09d Apply sysroot to system c++ headers too. Fixes PR9372. by Rafael Espindola · 13 years ago
  83. 0483a6f Only emit string initializers in-place if types match. Fixes PR9373. by Benjamin Kramer · 13 years ago
  84. 75e8504 Fix the source range for a member access expression that includes a by Douglas Gregor · 13 years ago
  85. d976c8e Work around a misdesigned GCC warning. by John McCall · 13 years ago
  86. ca0df92 Revert "Add preliminary support for MSVC-style vtables." by Tilmann Scheller · 13 years ago
  87. 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
  88. 41ba267 revert r126858. by Devang Patel · 13 years ago
  89. 180ff3a IRGen. Fix IR when message returns reference type. // rdar://8604515. by Fariborz Jahanian · 13 years ago
  90. ab456cf Add preliminary support for MSVC-style vtables. by Tilmann Scheller · 13 years ago
  91. 88d117c Add CC_Win64ThisCall and set it in the necessary places. by Tilmann Scheller · 13 years ago
  92. c314aa4 Teach libclang how to visit the children of a C++ base-class specifier by Douglas Gregor · 13 years ago
  93. 810b07c by Devang Patel · 13 years ago
  94. 6ebe664 Eliminate an unnecessary TemporaryBase object from TreeTransform by Douglas Gregor · 13 years ago
  95. 044526f Kill off the by Douglas Gregor · 13 years ago
  96. d11050f Eliminate TreeTransform::RebuildNestedNameSpecifier(), all four of by Douglas Gregor · 13 years ago
  97. 21e2e60 Eliminate an unnecessary use of CXXScopeSpec::MakeTrivial. We have proper nested-name-specifier source-location information in DependentTemplateSpecializationTypeLocs now by Douglas Gregor · 13 years ago
  98. 9151c11 Kill off TreeTransform::TransformNestedNameSpecifier() in favor of the by Douglas Gregor · 13 years ago
  99. 1d752d7 Kill off the TreeTransform::TransformTemplateName overload that has by Douglas Gregor · 13 years ago
  100. b71d821 Kill off one of the TreeTransform::TransformTypeInObjectScope() by Douglas Gregor · 13 years ago