1. debc629 Removed Context argument from couple of methods which don't need them. by Fariborz Jahanian · 15 years ago
  2. 6250921 More work toward having an access method for visible conversion functions. by Fariborz Jahanian · 15 years ago
  3. f4d5eb4 SmallVectorize preprocessor's token cache. Testing shows there is almost never by Benjamin Kramer · 15 years ago
  4. 7814e6d Remove unnecessary ASTContext parameter from FunctionDecl::isBuiltinID by Douglas Gregor · 15 years ago
  5. 48a83b5 Remove unnecessary ASTContext parameters from isMain and isExternC by Douglas Gregor · 15 years ago
  6. af3280f Eliminate FunctionDecl::getBodyIfAvailable by Douglas Gregor · 15 years ago
  7. 5b9bd21 Introduce "DefinedOrUnknownSVal" into the SVal class hierarchy, providing a way by Ted Kremenek · 15 years ago
  8. 5346278 Patch to build visible conversion function list lazily and make its by Fariborz Jahanian · 15 years ago
  9. bbbcdd9 Alter Action's friend interface to prepare for templated friend declarations and by John McCall · 15 years ago
  10. 9f18507 Tweak the semantics of FunctionDecl::isOutOfLine to consider an by Douglas Gregor · 15 years ago
  11. 6cc1518 Cleanup and test C++ default arguments. Improvements include: by Douglas Gregor · 15 years ago
  12. 9cc7807 Track a class template specialization's point of instantiation separately by John McCall · 15 years ago
  13. 136a698 When stringizing a NamedDecl for a diagnostic, treat the template by John McCall · 15 years ago
  14. c4e7019 Support elaborated dependent types and diagnose tag mismatches. by John McCall · 15 years ago
  15. 66847a2 Start to add a new transfer function that inlines callee. To be continued. by Zhongxing Xu · 15 years ago
  16. 773f397 Instantiate PredefinedExprs correctly. Patch by Sam Weinig! by Anders Carlsson · 15 years ago
  17. f4aa4f61 Swizzle the target triple based on -mthumb, and update clang-cc to recognize by Daniel Dunbar · 15 years ago
  18. 043cad2 Diagnose VLAs as an error in C++. by Douglas Gregor · 15 years ago
  19. cbd1933 Initial handling of -m{soft-float,hard-float,float-abi=} for ARM. by Daniel Dunbar · 15 years ago
  20. d9a1db3 Non fragile ABI for GNU runtime. Patch bu David Chisnall. by Fariborz Jahanian · 15 years ago
  21. e942bbe When performing unqualified name lookup into a DeclContext, also look into by Douglas Gregor · 15 years ago
  22. b317f8f Make AnalysisManager stateless. Now other analyzer components only depends on by Zhongxing Xu · 15 years ago
  23. 2ba9157 Implement Darwin/ARM behavior for defaulting to -fno-builtin-str{cat,cpy}. by Daniel Dunbar · 15 years ago
  24. 6598629 Recognize and ignore -Woverloaded-virtual. by Daniel Dunbar · 15 years ago
  25. 70ba7e0 Fix dependencies for DiagnosticGroups.td. by Daniel Dunbar · 15 years ago
  26. 39da0b8 Improve handling of initialization by constructor, by ensuring that by Douglas Gregor · 15 years ago
  27. 5ed34f4 Change Get{File,Program}Path to return an std::string (instead of a sys::Path). by Daniel Dunbar · 15 years ago
  28. 16484af StringRefize ArgList construction of ArgStrings. by Daniel Dunbar · 15 years ago
  29. 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
  30. 0dcb9a3 Push bound architecture name into TranslateArgs. by Daniel Dunbar · 15 years ago
  31. 4954018 Push bound architecture name into Compilation::getArgsForToolChain. by Daniel Dunbar · 15 years ago
  32. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  33. 79d39f9 Remove tab characters. by Mike Stump · 15 years ago
  34. 3b6afbb Initial stab at implement dependent member references to member by Douglas Gregor · 15 years ago
  35. 36df290 Validate arguments to -arch. by Daniel Dunbar · 15 years ago
  36. d7502d0 Rename HostInfo::getToolChain to HostInfo::CreateToolChain, and don't recreate by Daniel Dunbar · 15 years ago
  37. a6046be Fix ShouldUseClangCompiler to use llvm::Triple. by Daniel Dunbar · 15 years ago
  38. 9830046 Make sure to access APValue's data via a char array (rather than by Douglas Gregor · 15 years ago
  39. ac423ba Fixes a regression in generating objc's GC API by Fariborz Jahanian · 15 years ago
  40. 3a082d8 Vastly improve PredefinedExpr output, both in Sema and CodeGen. Patch by Sam Weinig! by Anders Carlsson · 15 years ago
  41. 6b2becf Support templateids in friend declarations. Fixes bug 4859. by John McCall · 15 years ago
  42. d74d414 Handle variadic constructors better. Share code between BuildCXXConstructExpr and BuildCXXTemporaryObjectExpr. by Anders Carlsson · 15 years ago
  43. bcb11d0 Clean up the CXXConstructExpr constructor, add Arg getters. by Anders Carlsson · 15 years ago
  44. d851b37 Check that the destination type of a static_cast expression is a complete type. by Anders Carlsson · 15 years ago
  45. 458fb10 Replace some instances of std::string with StringRefs. by Benjamin Kramer · 15 years ago
  46. 2191b20 Start emitting ElaboratedTypes in C++ mode. Support the effort in various by John McCall · 15 years ago
  47. 25cae7f Use a separate diagnostic for default function argument expressions. by Anders Carlsson · 15 years ago
  48. 248072a Refactor builtin function evaluation code into its own function. by Zhongxing Xu · 15 years ago
  49. 0c5920c Add missing include. by Daniel Dunbar · 15 years ago
  50. 7da2431 Basic support for representing elaborated type specifiers by John McCall · 15 years ago
  51. d0e3daf Improve the AST representation and semantic analysis for extern by Douglas Gregor · 15 years ago
  52. f790795 Cleanup. by Mike Stump · 15 years ago
  53. d82f8fa Tweak darwin::Link::AddLinkArgs. by Daniel Dunbar · 15 years ago
  54. 78dbd58 Implement darwin::Link::AddDarwinArch for ARM. by Daniel Dunbar · 15 years ago
  55. a78c5c3 If a destructor is referenced or a pseudo-destructor expression is by Douglas Gregor · 15 years ago
  56. a71d819 Implement AST, semantics, and CodeGen for C++ pseudo-destructor by Douglas Gregor · 15 years ago
  57. 9efa767 Implement accessors clang_getCursorKind(), clang_getCursorDecl(). by Steve Naroff · 15 years ago
  58. 45f9655 Parse extern templates, pass that information all the way to Sema, by Douglas Gregor · 15 years ago
  59. 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
  60. f1bbbb4 Correctly handle elaborated template ids. Still not handled properly for friends. by John McCall · 15 years ago
  61. 34374e6 Patch to instantiate destructors used to destruct by Fariborz Jahanian · 15 years ago
  62. c68afe2 Improve template instantiation for member access expressions that by Douglas Gregor · 15 years ago
  63. 80545ad Issue diagnostics in variety of situations involving by Fariborz Jahanian · 15 years ago
  64. 77accc1 Add ASTUnit::getOriginalSourceFileName() and use in clang_getTranslationUnitSpelling(). by Steve Naroff · 15 years ago
  65. a38c687 Improved handling for dependent, qualified member access expressions, e.g., by Douglas Gregor · 15 years ago
  66. af08ddc by Steve Naroff · 15 years ago
  67. bce6f62 Revert "Visit function/method bodies and issue callback for parameters and local by Daniel Dunbar · 15 years ago
  68. 5345c39 Add basic support for -pthread. by Daniel Dunbar · 15 years ago
  69. e1ccccf Fix 80 column violations. by Ted Kremenek · 15 years ago
  70. f8ec55a Add CastExpr::getCastKindName and use it in the StmtDumper. by Anders Carlsson · 15 years ago
  71. 16b1037 This patch does the following. by Fariborz Jahanian · 15 years ago
  72. 23d8bea Visit function/method bodies and issue callback for parameters and local variables. by Steve Naroff · 15 years ago
  73. 2700dcd Add a wicked little test-case that illustrates what we have to deal by Douglas Gregor · 15 years ago
  74. 2dd078a Rewrite of our handling of name lookup in C++ member access expressions, e.g., by Douglas Gregor · 15 years ago
  75. a0d4b63 Fix a crash when referencing static data members. by Anders Carlsson · 15 years ago
  76. f334b4e Start issuing callback for references (add some predicates, refactor some code). by Steve Naroff · 15 years ago
  77. c857ea4 Flesh out CXCursorKind... by Steve Naroff · 15 years ago
  78. 6403b57 Refactor the check for bad divide into a checker. by Zhongxing Xu · 15 years ago
  79. a97d54c Replace uses of ImmutableSet in SymbolReaper with DenseSet. This was by Ted Kremenek · 15 years ago
  80. ce8827a It is illegal to derefrercne to an interface in objc's non-fragile ABI. by Fariborz Jahanian · 15 years ago
  81. 72f6d67 In CXXBaseOrMemberInitializer, don't confuse CtorTocall with by Douglas Gregor · 15 years ago
  82. b633c4e Add a CK_FunctionToPointerDecay cast kind. by Anders Carlsson · 15 years ago
  83. 61481da Add DeclContext::Equals to compare declaration contexts based on their primary context. Use this instead of pointer comparisons by Douglas Gregor · 15 years ago
  84. b7cd17c Tweak comment based on Daniel's recently added '-emit-ast' option. by Steve Naroff · 15 years ago
  85. ac25503 "The attached patch moves AttributeList::addAttributeList outside the by Douglas Gregor · 15 years ago
  86. 5915fbf Add driver support for -emit-ast and AST compilation steps. by Daniel Dunbar · 15 years ago
  87. 35f153f Tip-toe around strict-aliasing violation. Fixes PR4061. by Douglas Gregor · 15 years ago
  88. 2b8ee6c Add explicit "blind" client data to callback function (since we aren't using blocks). by Steve Naroff · 15 years ago
  89. d8b285f Don't assert when instantiating member references to fields in anonymous structs. by Anders Carlsson · 15 years ago
  90. c4bf26f Preliminary AST representation and semantic analysis for by Douglas Gregor · 15 years ago
  91. 83f6faf Eliminate CXXAdornedMemberExpr entirely. Instead, optionally allocate by Douglas Gregor · 15 years ago
  92. ab88d97 Fix bug 4784 and allow friend declarations to properly extend by John McCall · 15 years ago
  93. 0979c80 Rename CXXQualifiedMemberExpr -> CXXAdornedMemberExpr, since we will by Douglas Gregor · 15 years ago
  94. f328a28 Add parsing for references to member function templates with explicit by Douglas Gregor · 15 years ago
  95. 9ac6f62 PR4836, part 1: add Sema support for __builtin_isnan and friends; they by Eli Friedman · 15 years ago
  96. a6f0f9d Support explicit C++ member operator syntax, from James Porter! by Douglas Gregor · 15 years ago
  97. 8a5a9aa Updated GNU runtime non-fragile ABI. by David Chisnall · 15 years ago
  98. 2d4d629 Implement source/line/column hooks. by Steve Naroff · 15 years ago
  99. 89922f8 More fleshing out the C-based indexing API (under construction). by Steve Naroff · 15 years ago
  100. 639bfc7 Improve missing error messages as suggested by Doug. by Anders Carlsson · 15 years ago