1. 41d6d69 test/Makefile: Reapply r127079, use $(ECHOPATH) to make lit.site.cfg(s). by NAKAMURA Takumi · 13 years ago
  2. 893793b libclang/CIndexer.cpp: Apply a new API for Cygwin-1.7, instead of deprecated one. by NAKAMURA Takumi · 13 years ago
  3. b62bdce Make the Objective-C checker look for subclasses of NSString instead of just NSString and NSMutableString. by Anders Carlsson · 13 years ago
  4. b77cab9 Clarify the context in which an Objective-C type name is being parsed by Douglas Gregor · 13 years ago
  5. 02b0d65 Warn on usage of unavailable objc 'class' in by Fariborz Jahanian · 13 years ago
  6. f525160 Teach libclang's token-annotation logic about context-sensitive by Douglas Gregor · 13 years ago
  7. a2026c9 Fixed source range for StaticAssertDecl and LinkageSpecDecl. Fixed source range for declarations using postfix types. by Abramo Bagnara · 13 years ago
  8. 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
  9. acba90f Fixed NamespaceDecl source range. by Abramo Bagnara · 13 years ago
  10. 17c964a lib/Basic/Targets.cpp: mingw-w64 should define __MINGW32__, too. by NAKAMURA Takumi · 13 years ago
  11. f2cf562 Fixed bitfields source range. by Abramo Bagnara · 13 years ago
  12. df04520 Emit block capture initializers as if they were normal initializers for a local by John McCall · 13 years ago
  13. 60d3365 Extract a function to emit an arbitrary expression as if it were the initializer by John McCall · 13 years ago
  14. ff676cb Fixed source range for all DeclaratorDecl's. by Abramo Bagnara · 13 years ago
  15. 36784e7 Removed trailing whitespace as a test commit by John Wiegley · 13 years ago
  16. 834e3f6 Fix my earlier commit to work with escaped newlines and leave breadcrumbs by John McCall · 13 years ago
  17. 2792fa5 objc_gc wants a pointer type, not a function type; give it a more appropriate by John McCall · 13 years ago
  18. d45e4b7 Update the check for a NULL macro to use Preprocessor::getSpelling(). by John McCall · 13 years ago
  19. 30900da Add an API call to retrieve the spelling data of a token from its SourceLocation. by John McCall · 13 years ago
  20. db93fde Detect attempts to provide a specialization of a function within a by Douglas Gregor · 13 years ago
  21. e224ba7 Fix tests to account for new warning "expected ';' at end of declaration list". Sorry, folks! by Carl Norum · 13 years ago
  22. 0507be6 When we adjust the inline ASM type, we need to take into account an early by Bill Wendling · 13 years ago
  23. 4e03c2b Allow passing '-###' to ASTUnit::LoadFromCommandLine to print out the cc1 options. by Argyrios Kyrtzidis · 13 years ago
  24. d52e8b8 Change diagnostic message from "Extension" to "ExtWarn" to find more problems with missing semicolons. by Carl Norum · 13 years ago
  25. 6e40035 Fix null dereference in CFGBlock::FilterEdge that was reported in PR 9412. by Ted Kremenek · 13 years ago
  26. 6d1155b CodeGenFunction::GenerateBlockFunction() should initialize DebugInfo just like CodeGenFunction::GenerateCode() by Devang Patel · 13 years ago
  27. d97cec3 g++ is more permissive regarding flexible arrays. by Argyrios Kyrtzidis · 13 years ago
  28. aa11289 DebugInfo can be enabled or disabled at function level (e.g. using an attribute). However, at module level it is determined by command line option and the state of command line option does not change during compilation. Make this layering explicit and fix accidental cases where the code generator was checking whether module has debug info enabled instead of checking whether debug info is enabled for this function or not. by Devang Patel · 13 years ago
  29. 5de7a0e Do not emit stop point for CXXDefaultArgExpr. It results in suboptimial user experience. by Devang Patel · 13 years ago
  30. cc20945 Support explicit template specialization and instantiation for members by Douglas Gregor · 13 years ago
  31. 944cdae When rebuilding a dependent template specialization type to another by Douglas Gregor · 13 years ago
  32. c2f3e7f The conditional needs to be pushed before the branch. Make the test less by John McCall · 13 years ago
  33. 0a0367a When transforming a dependent template specialization type, make sure by Douglas Gregor · 13 years ago
  34. 353ee24 Produce a diagnostic for unused overloaded expressions, from Faisal Vali! by Douglas Gregor · 13 years ago
  35. a7f633f An operator new with an empty exception specifier returns null on a bad by John McCall · 13 years ago
  36. 03fd362 Check in the implementation as well... by Anders Carlsson · 13 years ago
  37. d47aad9 Add a non-static FixupRelativePath to FileManager. by Anders Carlsson · 13 years ago
  38. 65f7165 Redo part of r127137: by Joerg Sonnenberger · 13 years ago
  39. e6ec11a Remove the AST printer (-ast-print-xml), which is too incomplete and by Douglas Gregor · 13 years ago
  40. 951c570 Explicitly initialize CCCIsCPP by Joerg Sonnenberger · 13 years ago
  41. 9ade4ae If called as *cpp or *cpp-[^-]*, run only the preprocessor. If no by Joerg Sonnenberger · 13 years ago
  42. 4707b9a Revert r126422 "Use private linkage to avoid symbol conflicts in by Douglas Gregor · 13 years ago
  43. fd9c42e Used a nicer cast. by Abramo Bagnara · 13 years ago
  44. af036a6 Convert FileManager::FixupRelativePath over to using PathV2. by Anders Carlsson · 13 years ago
  45. 2553eaf Improved type source location for long long type. by Abramo Bagnara · 13 years ago
  46. 7d76de8 test/PCH/headersearch.cpp: Tweak for Windows hosts especially cygming. by NAKAMURA Takumi · 13 years ago
  47. eff1dbe We may fail to map a declaration in a template to its instantiated by Douglas Gregor · 13 years ago
  48. f0594d8 Fix driver for thumb-capable ARM hosts, from Mikko Lehtonen! by Douglas Gregor · 13 years ago
  49. 841b238 Rename the type argument for the iboutletcollection attribute to not by Douglas Gregor · 13 years ago
  50. c850578 Write CXX base specifier offsets for chained ASTs. by Anders Carlsson · 13 years ago
  51. b0ca137 When serializing a DeclRefExpr, always store the number of explicit template by Anders Carlsson · 13 years ago
  52. ab0d8bd Add MinGW GCC 4.5.2 include paths, from Matthieu Monrocq by Douglas Gregor · 13 years ago
  53. 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
  54. ec356c3 xpose HeaderSearch::SearchDirs to tools,s, from Paul Holden by Douglas Gregor · 13 years ago
  55. ebc3279 Correctly unwrap 'auto' types. Fixes PR9414. by Anders Carlsson · 13 years ago
  56. a868c37 Completed source ranges fixes for all classes inheriting from TypeDecl. by Abramo Bagnara · 13 years ago
  57. 344577e Fixed TypedefDecl and TemplateTypeParameter source range. by Abramo Bagnara · 13 years ago
  58. 8b5b409 Reinstate r127112, "Propagate new-style exception spec information to ExtProtoInfo.", this time with the missing header. by Sebastian Redl · 13 years ago
  59. 5453d93 When performing template argument deduction for a non-reference by Douglas Gregor · 13 years ago
  60. 708a866 Revert r127112, "Propagate new-style exception spec information to ExtProtoInfo." by NAKAMURA Takumi · 13 years ago
  61. 06bfa84 Propagate new-style exception spec information to ExtProtoInfo. by Sebastian Redl · 13 years ago
  62. 6e5d319 Propagate new-style exception spec information to Declarator. by Sebastian Redl · 13 years ago
  63. 69db2dd Revert r127079: "test/Makefile: Use $(ECHOPATH) to make lit.site.cfg(s)." by Benjamin Kramer · 13 years ago
  64. 5875038 When substituting in for a template name, do not produce a qualified by Douglas Gregor · 13 years ago
  65. 6784304 Fixed LabelDecl source range and cleaned creation code. by Abramo Bagnara · 13 years ago
  66. c494f77 When determining template instantiation arguments within a function by Douglas Gregor · 13 years ago
  67. 0b4bcb6 When transforming a substituted template type parameter, try to by Douglas Gregor · 13 years ago
  68. 476fc67 Normalize target triple passed out of driver. Basically this means by Anton Korobeynikov · 13 years ago
  69. 7acafd0 Parser support for noexcept specifications. by Sebastian Redl · 13 years ago
  70. b6ab6c1 Improved MemberPointerType source locations. by Abramo Bagnara · 13 years ago
  71. 9de4342 StringRefify. by Benjamin Kramer · 13 years ago
  72. 9085e6f test/lit.cfg: bash is available on MSYS. by NAKAMURA Takumi · 13 years ago
  73. 6ac97b1 test/Makefile: Use $(ECHOPATH) to make lit.site.cfg(s). by NAKAMURA Takumi · 13 years ago
  74. 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
  75. 884b9dd test: Mark 3 tests as XFAIL:cygwin,mingw. by NAKAMURA Takumi · 13 years ago
  76. 6f48d12 test: Mark two tests as XFAIL:mingw. by NAKAMURA Takumi · 13 years ago
  77. fbe5994 Much to my surprise, OverloadExprs can also point to function template decls. by Matt Beaumont-Gay · 13 years ago
  78. 67da6f6 When we're deserializing a template parameter declaration, temporarily by Douglas Gregor · 13 years ago
  79. 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
  80. 15727dd Introduce OwnsRemappedFileBuffers field in ASTUnit, indicating whether the ASTUnit should delete the remapped buffers. by Argyrios Kyrtzidis · 13 years ago
  81. 4e43259 Give warnings about static initializers of non-integral type their own warning by Nick Lewycky · 13 years ago
  82. 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
  83. cb710a4 Diagnose destructor templates. Fixes PR7904. by Douglas Gregor · 13 years ago
  84. 7ec1873 When clearing a LookupResult structure, clear out the naming class, by Douglas Gregor · 13 years ago
  85. e3eb83b Initialize variable. by Bill Wendling · 13 years ago
  86. 6cd9d4a Teach Sema::ActOnCXXNestedNameSpecifier and Sema::CheckTemplateIdType by Douglas Gregor · 13 years ago
  87. a93fc9f After an error of any kind has occurred, don't assert when attempting by Douglas Gregor · 13 years ago
  88. b710722 Patch up several Sema::FindInstantiatedDecl() callers, so that they'll by Douglas Gregor · 13 years ago
  89. 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
  90. 087eb5a When constructing source-location information for a by Douglas Gregor · 13 years ago
  91. 787a40d *Recursively* set the context of a template parameter, so that we also by Douglas Gregor · 13 years ago
  92. 9a299e0 Make sure to put template parameters into their owning template's by Douglas Gregor · 13 years ago
  93. abfb405 Fixed source range for function template specializations. by Abramo Bagnara · 13 years ago
  94. 4a85a73 Fixed source range for ClassTemplateSpecializationDecl. by Abramo Bagnara · 13 years ago
  95. c54061a Move private structs into anonymous namespaces. by Benjamin Kramer · 13 years ago
  96. 77d4ee2 Improved TemplateTypeParmDecl end location. by Abramo Bagnara · 13 years ago
  97. ee4bfd4 Fixed end location of NonTypeTemplateParamDecl. by Abramo Bagnara · 13 years ago
  98. 8fbb762 Fixed end location of FriendDecl. by Abramo Bagnara · 13 years ago
  99. 1a0918a Don't consider visibility from template parameter lists if we're by John McCall · 13 years ago
  100. fb4eb9f Access ivars with inbounds GEPs, even in -fwrapv. It's unlikely that by John McCall · 13 years ago