1. 5389f48 Expose Objective-C type encodings of declarations to libclang users. This also adds a method in ASTContext which encodes FunctionDecls using the same encoding format that is used for Objective-C methods. by David Chisnall · 14 years ago
  2. 9f0c7cc Simplify mem{cpy, move, set} creation with IRBuilder. by Benjamin Kramer · 14 years ago
  3. 272324b Fix PR8796. by Rafael Espindola · 14 years ago
  4. c8b09a1 set features for k8-sse3 by Roman Divacky · 14 years ago
  5. 927b180 Added scalar casts test. by Abramo Bagnara · 14 years ago
  6. 4b0766f Canonicalize types before possible cast. by Abramo Bagnara · 14 years ago
  7. 6915c52 More __uuidof validation: by Francois Pichet · 14 years ago
  8. 8fac25d Add support for GNU runtime property set / get structure functions. Minor refactoring of Mac runtime (returns the same function for both, as the Mac runtimes currently only provide a single entry point for setting and getting struct properties, although this will presumably be fixed at some point). by David Chisnall · 14 years ago
  9. c7ff82c Fix for PR8695. by David Chisnall · 14 years ago
  10. 3f59c97 The -fshort-wchar option causes wchar_t to become unsigned, in addition to being by Chris Lattner · 14 years ago
  11. af6530c Remove all uses of PathV1::GetRootDirectory. by Michael J. Spencer · 14 years ago
  12. a6b0b96 Add basic support for pointer arithmetic in by Ted Kremenek · 14 years ago
  13. 3252134 Remove the EntoSA directories. by Argyrios Kyrtzidis · 14 years ago
  14. 194252d don't use #pragma mark, it isn't portable. by Chris Lattner · 14 years ago
  15. 1a3942a ifndef _MSC_VER out #pragma mark on MSVC. It still tries to parse the text even by Michael J. Spencer · 14 years ago
  16. ee933e1 Handle locations coming from macro instantiations properly in SourceManager::isBeforeInTranslationUnit(). by Argyrios Kyrtzidis · 14 years ago
  17. 7f040a9 Refactor how we collect attributes during parsing, and add slots for attributes by John McCall · 14 years ago
  18. 6e4e17d Fix a thinko in a helper routine for template argument deduction that by Douglas Gregor · 14 years ago
  19. 8537473 Non-type template parameter packs cannot have default arguments. by Douglas Gregor · 14 years ago
  20. 56bc983 When instantiating a non-type template parameter pack, be sure to by Douglas Gregor · 14 years ago
  21. 10738d3 Add an AST representation for non-type template parameter packs, e.g., by Douglas Gregor · 14 years ago
  22. 662a482 Improve the diagnostic and recovery for missing colons after 'case' by Douglas Gregor · 14 years ago
  23. a8bc8c9 Implement parsing of function parameter packs and non-type template by Douglas Gregor · 14 years ago
  24. c32647d Add -fobjc-default-synthesized-properties flag by Ted Kremenek · 14 years ago
  25. 2114258 Chris Lattner has strong opinions about directory layout. :) by Ted Kremenek · 14 years ago
  26. fd03843 Kill RecordType::getAddressSpace() and its fixme; that's just not how by John McCall · 14 years ago
  27. b9c6631 Reimplement the comparison of a class template partial by Douglas Gregor · 14 years ago
  28. b7d09d6 When forming the injected-class-name of a variadic template, the by Douglas Gregor · 14 years ago
  29. 3e310d3 When cast derived to base, only process MemRegionVal. by Zhongxing Xu · 14 years ago
  30. 3a8f40e Rename headers: 'clang/GR' 'clang/EntoSA' and update Makefile. by Ted Kremenek · 14 years ago
  31. 9ef6537 Rename static analyzer namespace 'GR' to 'ento'. by Ted Kremenek · 14 years ago
  32. 51fbe2b Remove lib/Checker directory. by Zhongxing Xu · 14 years ago
  33. 15a467e It's amazing what you find when you actually by Ted Kremenek · 14 years ago
  34. 35df9c7 Further tweak nonloc::ConcreteInt pretty printing by Ted Kremenek · 14 years ago
  35. c478a14 Add WIP prototype of a new buffer overflow by Ted Kremenek · 14 years ago
  36. 99c330d Change MemRegion extent type to be the same type used for array indices. by Ted Kremenek · 14 years ago
  37. 6bd8124 Add 'getConditionType()' and 'getArrayIndexType()' by Ted Kremenek · 14 years ago
  38. 601fa4e Enhance pretty-printing for nonloc::ConcreteInt by Ted Kremenek · 14 years ago
  39. ea6c96f Implement the part of C++0x [temp.arg.explicit]p3 that pertains to by Douglas Gregor · 14 years ago
  40. 7b976ec Implement the rest of C++0x [temp.deduct.type]p9, which specifies that by Douglas Gregor · 14 years ago
  41. c6ed729 Change all self assignments X=X to (void)X, so that we can turn on a by Jeffrey Yasskin · 14 years ago
  42. 34c2f8c Be paranoid about NULL size expressions in dependently-sized array types by Douglas Gregor · 14 years ago
  43. 0d80abc Unify the consistency checking for deduced template arguments into a by Douglas Gregor · 14 years ago
  44. 880efcb build: Use CLANG_NO_RUNTIME=1 specifically, not just any definition. by Daniel Dunbar · 14 years ago
  45. 11db268 Subsequent attempt to fix linux build. by Argyrios Kyrtzidis · 14 years ago
  46. e02e262 Implement template argument deduction for pack expansions whose by Douglas Gregor · 14 years ago
  47. e6913d3 Apparently I'm on a mission to break as many builds as possible. by Argyrios Kyrtzidis · 14 years ago
  48. 9abcf99 Forgot to move the files in CMakeLists.txt. by Argyrios Kyrtzidis · 14 years ago
  49. a966c55 Add GR/Checkers subdir for CMake build. by Argyrios Kyrtzidis · 14 years ago
  50. efdda4c Move AnalysisConsumer.cpp and ExprEngine.cpp into the Checkers subdir temporarily by Argyrios Kyrtzidis · 14 years ago
  51. 99130e5 Complain on missing property getter method only by Fariborz Jahanian · 14 years ago
  52. 0972c86 When performing template argument deduction where the argument is a by Douglas Gregor · 14 years ago
  53. d2592a3 [analyzer] Refactoring: Drop the 'GR' prefix. by Argyrios Kyrtzidis · 14 years ago
  54. 5a4f98f [analyzer] Refactoring: Move stuff into namespace 'GR'. by Argyrios Kyrtzidis · 14 years ago
  55. a7af5ea [analyzer] Refactoring: Move checkers into lib/GR/Checkers and their own library, libclangGRCheckers by Argyrios Kyrtzidis · 14 years ago
  56. bce30c5 [analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclangGRCore by Argyrios Kyrtzidis · 14 years ago
  57. 98cabba [analyzer] Refactoring: include/clang/Checker -> include/clang/GR by Argyrios Kyrtzidis · 14 years ago
  58. 20a55e2 Implicitly expand argument packs when performing template argument by Douglas Gregor · 14 years ago
  59. 250704b If the unary operator is prefix and an lvalue (in C++), bind by Zhongxing Xu · 14 years ago
  60. c4bf2b9 Introduced raw_identifier token kind. by Abramo Bagnara · 14 years ago
  61. eee1df1 The base type is not always pointer type. We may cast to a base reference. by Zhongxing Xu · 14 years ago
  62. a8d835a Always blast through no-op casts when getting expr SVals. by Zhongxing Xu · 14 years ago
  63. 05e5391 After inlining the CXXConstructExpr, bind the temporary object region to it. by Zhongxing Xu · 14 years ago
  64. a0e27f0 Redesign the way anonymous fields are handled in designated-initializers. by Francois Pichet · 14 years ago
  65. f97ecf3 Tweak the checking of class template partial specialization arguments by Douglas Gregor · 14 years ago
  66. 03491de Add a hack to work around the lack of proper type-source info in a pack expansion TypeLoc by Douglas Gregor · 14 years ago
  67. f7dd699 Add some const qualifiers by Douglas Gregor · 14 years ago
  68. cfddf7b For member pointer conversions potentially involving derived-to-base by Douglas Gregor · 14 years ago
  69. ebb1c56 When searching for the instantiation of a locally-scoped tag by Douglas Gregor · 14 years ago
  70. b68e399 In C++, if the user redeclares a builtin function with a type that is by Douglas Gregor · 14 years ago
  71. 32038bb When determining which preprocessed entities to traverse in libclang, by Douglas Gregor · 14 years ago
  72. 52e64c8 Fix test to be platform-agnostic by Douglas Gregor · 14 years ago
  73. bdb2d50 Fix a major inconsistency in the representation of Objective-C by Douglas Gregor · 14 years ago
  74. fbfd180 Replace all uses of PathV1::makeAbsolute with PathV2::fs::make_absolute. by Michael J. Spencer · 14 years ago
  75. 06a8dc6 Fix spelling. by Michael J. Spencer · 14 years ago
  76. 2fcbcef Implement BlockDecl::getSourceRange(). The bogus source-range by Douglas Gregor · 14 years ago
  77. 55dc95b Add test for C++ [temp.friend]p8, which bans partial specializations from being friends by Douglas Gregor · 14 years ago
  78. b0ee93c A class template partial specialization cannot be a friend. Fixes PR8649. by Douglas Gregor · 14 years ago
  79. 3910cfd Teach clang_getCursorSemanticParent() and by Douglas Gregor · 14 years ago
  80. 6fb0729 When checking a using declaration, make sure that the context we're by Douglas Gregor · 14 years ago
  81. 14af91a Don't try to compute the value of a value-dependent expression when by Douglas Gregor · 14 years ago
  82. 786e617 Initialize LangOptions::MSCVersion. Thanks to Csaba Raduly for noting the omission by Douglas Gregor · 14 years ago
  83. 1ce7965 Add back the late-specified return type paper by Douglas Gregor · 14 years ago
  84. 08765a9 Updates to the C++ status page for C++0x features, from Michael Price by Douglas Gregor · 14 years ago
  85. a3d39c0 Add IndirectField case in DeclContextPrinter::PrintDeclContext. Fix PR8832. by Francois Pichet · 14 years ago
  86. 124b3de add missing newlines at end of file. by Chris Lattner · 14 years ago
  87. b99268b Implement instantiation of pack expansions whose pattern is a type-id by Douglas Gregor · 14 years ago
  88. 00ccbef Fix the noreturn conversion to only strip off a single level of indirection. by John McCall · 14 years ago
  89. 8e5fc9b Warn when message is sent to receiver of by Fariborz Jahanian · 14 years ago
  90. a04426c Extend the parser to support pack expansions within exception by Douglas Gregor · 14 years ago
  91. 7ca7ac4 Further refactoring of the tree transformation for template argument by Douglas Gregor · 14 years ago
  92. a40bc72 Give the RecursiveASTVisitor a configuration function by Douglas Gregor · 14 years ago
  93. 984a58b Handle instantiation of template type parameter packs that occur as by Douglas Gregor · 14 years ago
  94. 88f30de Test template instantiation of pack expansions where the parameter pack is in a nested-name-specifier by Douglas Gregor · 14 years ago
  95. 592f241 Fix PR8639 by making the "argument unused during compilation" less agressive. Now we by Rafael Espindola · 14 years ago
  96. dace95b Clean up the printing of template argument packs; previously, we were by Douglas Gregor · 14 years ago
  97. 8491ffe Implement basic support for template instantiation of pack expansions by Douglas Gregor · 14 years ago
  98. 342e907 Rename 'VisitLocation' to 'visitLocation'. by Ted Kremenek · 14 years ago
  99. d048c6e Rename 'Generate[Node,Sink]' to 'generate[Node,Sink]'. by Ted Kremenek · 14 years ago
  100. 21a288f Remove unused variable by Matt Beaumont-Gay · 14 years ago