1. b95519a Chris doesn't want the FIXME. by Mike Stump · 15 years ago
  2. f36fa37 Add a FIXME, so the next person don't trip as hard on the landmines. by Mike Stump · 15 years ago
  3. 29813c3 Some people don't want to fix their broken code just yet, so turn off by Mike Stump · 15 years ago
  4. 1f2c32e Back to 1.1 we go. by Mike Stump · 15 years ago
  5. a08feb7 Back out for now, as apparently there is some really broken code somewhere. by Mike Stump · 15 years ago
  6. 13392aa Bump. by Mike Stump · 15 years ago
  7. 77128dd - clang_getCursor(): Replace asserts with error codes (CXCursor_InvalidFile, CXCursor_NoDeclFound). by Steve Naroff · 15 years ago
  8. 1fdd89b When printing an overload candidate that is a function template specialization, by Douglas Gregor · 15 years ago
  9. 34acd3e Issue good diagnostics when initialization failes due to by Fariborz Jahanian · 15 years ago
  10. f652793 Perform overload resolution when selecting a pointer conversion by Fariborz Jahanian · 15 years ago
  11. bf4ea56 Implement partial ordering of class template partial specializations by Douglas Gregor · 15 years ago
  12. c0a2fd8 Get rid of the CastInfo struct. by Anders Carlsson · 15 years ago
  13. 7f9e646 Handle reinterpret_cast between integral types and pointer types. by Anders Carlsson · 15 years ago
  14. 78cf9a2 Issue a good diagnostics when attempt to select by Fariborz Jahanian · 15 years ago
  15. 06c9cb4 Fix: <rdar://problem/5905851> do not report a leak when post-dominated by a call by Ted Kremenek · 15 years ago
  16. 05b23ea Skeletal support for friend class templates. by John McCall · 15 years ago
  17. c313e11 For consistency, use "bit-field" instead of "bitfield" in our diagnostics. by Anders Carlsson · 15 years ago
  18. 8a51491 Implement partial ordering of function template specializations by Douglas Gregor · 15 years ago
  19. f6412c6 Remove duplicate definition of char-subscripts DiagGroup. by Sam Weinig · 15 years ago
  20. 76e2b71 Add support for -Wchar-subscripts. Fixes PR4801. by Sam Weinig · 15 years ago
  21. 018ba5a Add TargetInfo::getABI(), and base ARM APCS vs AAPCS choice on that. by Daniel Dunbar · 15 years ago
  22. 2030d8f Support -mabi= for clang/ARM. by Daniel Dunbar · 15 years ago
  23. 73b7959 Add -target-abi clang-cc option, currently unused. by Daniel Dunbar · 15 years ago
  24. 255d641 Fix a bug in getFriendObjectKind where we would clear out all mask bits except IDNS_TagFriend and IDNS_OrdinaryFriend but then check for IDNS_Tag and IDNS_Ordinary. by Anders Carlsson · 15 years ago
  25. 8195bc9 CXXMethodDecl::isVirtual needs to check the canonical declaration. Fixes PR4878. by Anders Carlsson · 15 years ago
  26. b2f295c Add utility to evaluate lvalues which are an offset relative to a stack by Eli Friedman · 15 years ago
  27. 1fc09a9 Rework the way we determine whether an externally visible symbol is by Douglas Gregor · 15 years ago
  28. debc629 Removed Context argument from couple of methods which don't need them. by Fariborz Jahanian · 15 years ago
  29. 6250921 More work toward having an access method for visible conversion functions. by Fariborz Jahanian · 15 years ago
  30. f4d5eb4 SmallVectorize preprocessor's token cache. Testing shows there is almost never by Benjamin Kramer · 15 years ago
  31. 7814e6d Remove unnecessary ASTContext parameter from FunctionDecl::isBuiltinID by Douglas Gregor · 15 years ago
  32. 48a83b5 Remove unnecessary ASTContext parameters from isMain and isExternC by Douglas Gregor · 15 years ago
  33. af3280f Eliminate FunctionDecl::getBodyIfAvailable by Douglas Gregor · 15 years ago
  34. 5b9bd21 Introduce "DefinedOrUnknownSVal" into the SVal class hierarchy, providing a way by Ted Kremenek · 15 years ago
  35. 5346278 Patch to build visible conversion function list lazily and make its by Fariborz Jahanian · 15 years ago
  36. bbbcdd9 Alter Action's friend interface to prepare for templated friend declarations and by John McCall · 15 years ago
  37. 9f18507 Tweak the semantics of FunctionDecl::isOutOfLine to consider an by Douglas Gregor · 15 years ago
  38. 6cc1518 Cleanup and test C++ default arguments. Improvements include: by Douglas Gregor · 15 years ago
  39. 9cc7807 Track a class template specialization's point of instantiation separately by John McCall · 15 years ago
  40. 136a698 When stringizing a NamedDecl for a diagnostic, treat the template by John McCall · 15 years ago
  41. c4e7019 Support elaborated dependent types and diagnose tag mismatches. by John McCall · 15 years ago
  42. 66847a2 Start to add a new transfer function that inlines callee. To be continued. by Zhongxing Xu · 15 years ago
  43. 773f397 Instantiate PredefinedExprs correctly. Patch by Sam Weinig! by Anders Carlsson · 15 years ago
  44. f4aa4f61 Swizzle the target triple based on -mthumb, and update clang-cc to recognize by Daniel Dunbar · 15 years ago
  45. 043cad2 Diagnose VLAs as an error in C++. by Douglas Gregor · 15 years ago
  46. cbd1933 Initial handling of -m{soft-float,hard-float,float-abi=} for ARM. by Daniel Dunbar · 15 years ago
  47. d9a1db3 Non fragile ABI for GNU runtime. Patch bu David Chisnall. by Fariborz Jahanian · 15 years ago
  48. e942bbe When performing unqualified name lookup into a DeclContext, also look into by Douglas Gregor · 15 years ago
  49. b317f8f Make AnalysisManager stateless. Now other analyzer components only depends on by Zhongxing Xu · 15 years ago
  50. 2ba9157 Implement Darwin/ARM behavior for defaulting to -fno-builtin-str{cat,cpy}. by Daniel Dunbar · 15 years ago
  51. 6598629 Recognize and ignore -Woverloaded-virtual. by Daniel Dunbar · 15 years ago
  52. 70ba7e0 Fix dependencies for DiagnosticGroups.td. by Daniel Dunbar · 15 years ago
  53. 39da0b8 Improve handling of initialization by constructor, by ensuring that by Douglas Gregor · 15 years ago
  54. 5ed34f4 Change Get{File,Program}Path to return an std::string (instead of a sys::Path). by Daniel Dunbar · 15 years ago
  55. 16484af StringRefize ArgList construction of ArgStrings. by Daniel Dunbar · 15 years ago
  56. 0aebc81 If a cast expression needs either a conversion function or a constructor to be called, generate implicit child expressions that call them. by Anders Carlsson · 15 years ago
  57. 0dcb9a3 Push bound architecture name into TranslateArgs. by Daniel Dunbar · 15 years ago
  58. 4954018 Push bound architecture name into Compilation::getArgsForToolChain. by Daniel Dunbar · 15 years ago
  59. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  60. 79d39f9 Remove tab characters. by Mike Stump · 15 years ago
  61. 3b6afbb Initial stab at implement dependent member references to member by Douglas Gregor · 15 years ago
  62. 36df290 Validate arguments to -arch. by Daniel Dunbar · 15 years ago
  63. d7502d0 Rename HostInfo::getToolChain to HostInfo::CreateToolChain, and don't recreate by Daniel Dunbar · 15 years ago
  64. a6046be Fix ShouldUseClangCompiler to use llvm::Triple. by Daniel Dunbar · 15 years ago
  65. 9830046 Make sure to access APValue's data via a char array (rather than by Douglas Gregor · 15 years ago
  66. ac423ba Fixes a regression in generating objc's GC API by Fariborz Jahanian · 15 years ago
  67. 3a082d8 Vastly improve PredefinedExpr output, both in Sema and CodeGen. Patch by Sam Weinig! by Anders Carlsson · 15 years ago
  68. 6b2becf Support templateids in friend declarations. Fixes bug 4859. by John McCall · 15 years ago
  69. d74d414 Handle variadic constructors better. Share code between BuildCXXConstructExpr and BuildCXXTemporaryObjectExpr. by Anders Carlsson · 15 years ago
  70. bcb11d0 Clean up the CXXConstructExpr constructor, add Arg getters. by Anders Carlsson · 15 years ago
  71. d851b37 Check that the destination type of a static_cast expression is a complete type. by Anders Carlsson · 15 years ago
  72. 458fb10 Replace some instances of std::string with StringRefs. by Benjamin Kramer · 15 years ago
  73. 2191b20 Start emitting ElaboratedTypes in C++ mode. Support the effort in various by John McCall · 15 years ago
  74. 25cae7f Use a separate diagnostic for default function argument expressions. by Anders Carlsson · 15 years ago
  75. 248072a Refactor builtin function evaluation code into its own function. by Zhongxing Xu · 15 years ago
  76. 0c5920c Add missing include. by Daniel Dunbar · 15 years ago
  77. 7da2431 Basic support for representing elaborated type specifiers by John McCall · 15 years ago
  78. d0e3daf Improve the AST representation and semantic analysis for extern by Douglas Gregor · 15 years ago
  79. f790795 Cleanup. by Mike Stump · 15 years ago
  80. d82f8fa Tweak darwin::Link::AddLinkArgs. by Daniel Dunbar · 15 years ago
  81. 78dbd58 Implement darwin::Link::AddDarwinArch for ARM. by Daniel Dunbar · 15 years ago
  82. a78c5c3 If a destructor is referenced or a pseudo-destructor expression is by Douglas Gregor · 15 years ago
  83. a71d819 Implement AST, semantics, and CodeGen for C++ pseudo-destructor by Douglas Gregor · 15 years ago
  84. 9efa767 Implement accessors clang_getCursorKind(), clang_getCursorDecl(). by Steve Naroff · 15 years ago
  85. 45f9655 Parse extern templates, pass that information all the way to Sema, by Douglas Gregor · 15 years ago
  86. e6585a7 Actually initialize HasQualifier and HasExplicitTemplateArgumentList in the EmptyShell constructor for MemberExpr. Should clear up some valgrind failures in PCH reading by Douglas Gregor · 15 years ago
  87. f1bbbb4 Correctly handle elaborated template ids. Still not handled properly for friends. by John McCall · 15 years ago
  88. 34374e6 Patch to instantiate destructors used to destruct by Fariborz Jahanian · 15 years ago
  89. c68afe2 Improve template instantiation for member access expressions that by Douglas Gregor · 15 years ago
  90. 80545ad Issue diagnostics in variety of situations involving by Fariborz Jahanian · 15 years ago
  91. 77accc1 Add ASTUnit::getOriginalSourceFileName() and use in clang_getTranslationUnitSpelling(). by Steve Naroff · 15 years ago
  92. a38c687 Improved handling for dependent, qualified member access expressions, e.g., by Douglas Gregor · 15 years ago
  93. af08ddc by Steve Naroff · 15 years ago
  94. bce6f62 Revert "Visit function/method bodies and issue callback for parameters and local by Daniel Dunbar · 15 years ago
  95. 5345c39 Add basic support for -pthread. by Daniel Dunbar · 15 years ago
  96. e1ccccf Fix 80 column violations. by Ted Kremenek · 15 years ago
  97. f8ec55a Add CastExpr::getCastKindName and use it in the StmtDumper. by Anders Carlsson · 15 years ago
  98. 16b1037 This patch does the following. by Fariborz Jahanian · 15 years ago
  99. 23d8bea Visit function/method bodies and issue callback for parameters and local variables. by Steve Naroff · 15 years ago
  100. 2700dcd Add a wicked little test-case that illustrates what we have to deal by Douglas Gregor · 15 years ago