1. 0246575 Make CIndex and c-index-test a little bit more robust. The only by Douglas Gregor · 15 years ago
  2. 40a5ef9 Provide 'static' version of BinaryOperator::isShiftOp(). by Ted Kremenek · 15 years ago
  3. 7d1d49d Keep track of whether declararions were loaded from a precompiled by Douglas Gregor · 15 years ago
  4. 52e7108 Add support for a chain of stat caches in the FileManager, rather than by Douglas Gregor · 15 years ago
  5. 16a8904 Add CK_VectorSplat and use it for casting non-pointer scalars to ExtVectors. by Anders Carlsson · 15 years ago
  6. ebeaf20 Add a ToVoid cast kind and start using it. by Anders Carlsson · 15 years ago
  7. 473e167 retain/release checker: Stop tracking reference counts for any symbols touched by StoreManager::InvalidateRegion(). by Ted Kremenek · 15 years ago
  8. 46a617a Remove the ConstantArrayType subtypes. This information is preserved in the by John McCall · 15 years ago
  9. a6f5642 ConcreteTypeLoc subclasses which call getInnerTypeLoc() should get a by John McCall · 15 years ago
  10. e19944c Make sure temporary files get unlinked. by Steve Naroff · 15 years ago
  11. 5b7d8e2 Implement <rdar://problem/7303432> [Clang/Index] In-memory-style AST generation API (initial API implementation). by Steve Naroff · 15 years ago
  12. 0a897e3 Simplify checking of explicit template specialization/explicit by Douglas Gregor · 15 years ago
  13. 454885e Check the interactions between explicit instantiations and template by Douglas Gregor · 15 years ago
  14. e2d3a3d Diagnose explicit instantiations of function templates and member by Douglas Gregor · 15 years ago
  15. bf7643e More explicit template instantiation. Now we're checking for more by Douglas Gregor · 15 years ago
  16. f2130a6 Complete some unfinished comments. by John McCall · 15 years ago
  17. 34a0447 Better living through metaprogramming. Create a base class which abstracts by John McCall · 15 years ago
  18. 9302da6 CheckTemplateSpecializationScope isn't going to be used for explicit by Douglas Gregor · 15 years ago
  19. 558c032 Additional semantic checking for explicit template instantiations, by Douglas Gregor · 15 years ago
  20. 1028c9f Give explicit and implicit instantiations of static data members of by Douglas Gregor · 15 years ago
  21. 663b5a0 Testing and some minor fixes for explicit template instantiation. by Douglas Gregor · 15 years ago
  22. 31b63be Add support for having different c++ search dirs with -m32 and -m64. So far by Rafael Espindola · 15 years ago
  23. 37c38ec Have the exception specification checkers take partial diagnostics. Use this to merge two diagnostics. by Sebastian Redl · 15 years ago
  24. 491b84c Use partial diagnostics properly in call to RequireCompleteType. Among other things, this means we get a note on the declaration of the incomplete type when it is used in an exception specification. by Sebastian Redl · 15 years ago
  25. 09270cc Now StoreManager::CastRegion() takes a MemRegion, returns a MemRegion. by Zhongxing Xu · 15 years ago
  26. 278b9f0 fix some cfstring related issues: by Chris Lattner · 15 years ago
  27. d0f8bb1 * Remove unused GRState* parameter * Make all Base value the last argument. by Zhongxing Xu · 15 years ago
  28. d9290cb Handle ambiguity of reference initialization. Removes a FIXME. by Fariborz Jahanian · 15 years ago
  29. a786fdb Improve diagnostics when the parser encounters a declarator with an by Douglas Gregor · 15 years ago
  30. 3f09327 Unify our diagnostic printing for errors of the form, "we didn't like by Douglas Gregor · 15 years ago
  31. f66d5cd Turn -Wparentheses on by default. by John McCall · 15 years ago
  32. 096ebfd Diagnose attempts to add default function arguments to a by Douglas Gregor · 15 years ago
  33. fd056bc When explicitly specializing a member that is a template, mark the by Douglas Gregor · 15 years ago
  34. a735b20 Improve the internal representation and semantic analysis of friend by Douglas Gregor · 15 years ago
  35. d6116cc Return the original state by default. by Zhongxing Xu · 15 years ago
  36. bc8d42c make the diagnostic in the 'unused result' warning more precise by Chris Lattner · 15 years ago
  37. 798d2ca Add two utility methods. by Zhongxing Xu · 15 years ago
  38. 4e3c1f7 Add an initial implementation of EnterStackFrame() to the StoreManager. by Zhongxing Xu · 15 years ago
  39. 5a881bb Implement -Wparentheses: warn about using assignments in contexts that require by John McCall · 15 years ago
  40. ee82d9b Use a BumpPtrAllocator to allocate all aspects of CFG, including CFGBlocks, successor and predecessor vectors, etc. by Ted Kremenek · 15 years ago
  41. 620d57a Fixup windows include paths. Patch by John Thompson. by Mike Stump · 15 years ago
  42. b3ae4fc Diagnose the declaration of explicit specializations after an implicit by Douglas Gregor · 15 years ago
  43. 2ebe7eb Handle built-in unary operators when reporting ambiguities. by Fariborz Jahanian · 15 years ago
  44. 87342dc Allow BumpVectorContext to conditionally own the underlying BumpPtrAllocator. by Ted Kremenek · 15 years ago
  45. f4e462c Use CanQualType (instead of QualType) to store collection of visible by Fariborz Jahanian · 15 years ago
  46. 27687cf If built-in operators could not be selected because of ambiguity in by Fariborz Jahanian · 15 years ago
  47. dced226 Test exception spec compatibility on return type and parameters. by Sebastian Redl · 15 years ago
  48. 2c7588f Implement the core checking for compatible exception specifications in assignment and initialization. by Sebastian Redl · 15 years ago
  49. 6e24726 Qualified lookup through using declarations. Diagnose a new type of ambiguity. by John McCall · 15 years ago
  50. 8c8d919 Add CheckCallReturnType and start using it for regular call expressions. This will improve error messages. For by Anders Carlsson · 15 years ago
  51. ec05766 Efficiency refinements. by Mike Stump · 15 years ago
  52. 38ee4e0 Passing const Triple& is sufficient for AddDefaultSystemIncludePaths() by Axel Naumann · 15 years ago
  53. ad3607d Produce good looking diagnostics on ambiguous built-in operators. by Fariborz Jahanian · 15 years ago
  54. 8288768 Remove unused code. by Zhongxing Xu · 15 years ago
  55. 16a5eac Improve on reporting ambiguity involving built-in candidates. by Fariborz Jahanian · 15 years ago
  56. 43d8176 Set up include paths for VC++ and Cygwin headers, along with the by Mike Stump · 15 years ago
  57. b79fe2d This fixes support for complex literals, reworked to avoid a goto, and by Mike Stump · 15 years ago
  58. 0c728f1 Fix up error reporting when object cannot be constructed by Fariborz Jahanian · 15 years ago
  59. ece8e71 Add code completion support for ObjC property declarations/attributes. by Steve Naroff · 15 years ago
  60. b5352cf Implement support for -Wunused-variable, from Oscar Bonilla! by Douglas Gregor · 15 years ago
  61. b46f57d Fix an assertion in the XML output, from Olaf Krzikalla! by Douglas Gregor · 15 years ago
  62. f6b1185 Improve checking for specializations of member classes of class by Douglas Gregor · 15 years ago
  63. 251b4ff For instantiations of static data members of class templates, keep by Douglas Gregor · 15 years ago
  64. 44e368b Compress storage for MemberSpecializationInfo into a single by Douglas Gregor · 15 years ago
  65. 2db3232 Keep track of whether a member function instantiated from a member by Douglas Gregor · 15 years ago
  66. e3af023 Refactoring around friend class templates. Better error message for friend enums. by John McCall · 15 years ago
  67. 1fef4e6 Type checking for specializations of member functions of class by Douglas Gregor · 15 years ago
  68. 0351a1e Fixes problem in finding visible convertion functions of a class by Fariborz Jahanian · 15 years ago
  69. 0a40747 Diagnose explicit instantiations and specializations that occur in class scope by Douglas Gregor · 15 years ago
  70. f0e75d6 Add 'template' keyword to disambiguate the use of a member template within a templated class. Hopefully this will please the buildbots. by Ted Kremenek · 15 years ago
  71. 5fe4d9d Change ExplodedNode to have its NodeGroups all BumpPtrAllocated, avoiding malloc() traffic when adding successors/predecessors to a node. This was done by introducing BumpVector, which is essentially SmallVector with all memory being BumpPtrAllocated (this can certainly be cleaned up or moved into llvm/ADT). by Ted Kremenek · 15 years ago
  72. d5cb876 Refactor checking of the scope of explicit template specialization by Douglas Gregor · 15 years ago
  73. da55291 Fix eof. by Mike Stump · 15 years ago
  74. 31c5141 Add codegen for __builtin_abort. Convert to FileCheck. by Mike Stump · 15 years ago
  75. 07b1270 Add more of __builtin_abort, WIP, still missing codegen. by Mike Stump · 15 years ago
  76. a8f32e0 Refactor the code that walks a C++ inheritance hierarchy, searching by Douglas Gregor · 15 years ago
  77. 6961fdd Add the -nostdclanginc option to clang (the driver). by Rafael Espindola · 15 years ago
  78. cd8f6ac Fix: <rdar://problem/7275774> Static analyzer warns about NULL pointer when by Ted Kremenek · 15 years ago
  79. 2e9f652 Refactor the c++ include path a bit. by Rafael Espindola · 15 years ago
  80. 8cf7a1a This is slightly contentious, but, if llvm has gone to addressable by Mike Stump · 15 years ago
  81. 445e23e Encode the Clang branch and Subversion revision into a PCH file, and by Douglas Gregor · 15 years ago
  82. 339798e Patch to implement Protocols on class extensions. by Fariborz Jahanian · 15 years ago
  83. b8d1191 Provide a common set of routines in Version.h that return Subversion by Douglas Gregor · 15 years ago
  84. b2f81cf Make sure to free the explicit template arguments provided for an by Douglas Gregor · 15 years ago
  85. d789d3d - Remove Sema::FindMethodInNestedImplementations(). by Steve Naroff · 15 years ago
  86. 9aeed32 Anonymous namespaces, sema + codegen. A lot of semantics are still broken, by John McCall · 15 years ago
  87. 893f955 Issue good diagnostics when initializing a refernce type with by Fariborz Jahanian · 15 years ago
  88. 27a84d0 Add an error for function parameters that have a qualified address space since this is not allowed by the embedded c extension spec. by Tanya Lattner · 15 years ago
  89. 4a4e345 self-referecing operator '->' member function was causing by Fariborz Jahanian · 15 years ago
  90. bf1cc05 Desugaring optimizations. Add single-step desugaring methods to all by John McCall · 15 years ago
  91. 0c41180 Pull TypeLocVisitor into its own header file. by Argyrios Kyrtzidis · 15 years ago
  92. fbc85e5 Fix Decl class hierarchy. by Argyrios Kyrtzidis · 15 years ago
  93. eb66759 Introduce ObjCInterfaceLoc which provides type source information for ObjC interfaces. by Argyrios Kyrtzidis · 15 years ago
  94. 9036d5e Introduce TypedefLoc::getTypedefDecl(). by Argyrios Kyrtzidis · 15 years ago
  95. f4526e3 Modify ASTLocation and apart from being a Decl or Stmt, allow it to also be: by Argyrios Kyrtzidis · 15 years ago
  96. f352bdd Introduce ObjCProtocolListLoc for keeping source location information for protocol references. by Argyrios Kyrtzidis · 15 years ago
  97. 24fab41 Introduce ObjCProtocolListType type subclass. by Argyrios Kyrtzidis · 15 years ago
  98. e3a535b Move DeclSpec::setProtocolQualifiers() out of line. by Argyrios Kyrtzidis · 15 years ago
  99. 71b0add Keep protocol source locations when parsing protocol references. by Argyrios Kyrtzidis · 15 years ago
  100. cd01f17 Introduce Type::getTypeClassName() that returns the string associated with the TypeClass enum. by Argyrios Kyrtzidis · 15 years ago