1. bce30c5 [analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclangGRCore by Argyrios Kyrtzidis · 14 years ago
  2. 98cabba [analyzer] Refactoring: include/clang/Checker -> include/clang/GR by Argyrios Kyrtzidis · 14 years ago
  3. 20a55e2 Implicitly expand argument packs when performing template argument by Douglas Gregor · 14 years ago
  4. 250704b If the unary operator is prefix and an lvalue (in C++), bind by Zhongxing Xu · 14 years ago
  5. c4bf2b9 Introduced raw_identifier token kind. by Abramo Bagnara · 14 years ago
  6. eee1df1 The base type is not always pointer type. We may cast to a base reference. by Zhongxing Xu · 14 years ago
  7. a8d835a Always blast through no-op casts when getting expr SVals. by Zhongxing Xu · 14 years ago
  8. 05e5391 After inlining the CXXConstructExpr, bind the temporary object region to it. by Zhongxing Xu · 14 years ago
  9. a0e27f0 Redesign the way anonymous fields are handled in designated-initializers. by Francois Pichet · 14 years ago
  10. f97ecf3 Tweak the checking of class template partial specialization arguments by Douglas Gregor · 14 years ago
  11. 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
  12. f7dd699 Add some const qualifiers by Douglas Gregor · 14 years ago
  13. cfddf7b For member pointer conversions potentially involving derived-to-base by Douglas Gregor · 14 years ago
  14. ebb1c56 When searching for the instantiation of a locally-scoped tag by Douglas Gregor · 14 years ago
  15. b68e399 In C++, if the user redeclares a builtin function with a type that is by Douglas Gregor · 14 years ago
  16. 32038bb When determining which preprocessed entities to traverse in libclang, by Douglas Gregor · 14 years ago
  17. 52e64c8 Fix test to be platform-agnostic by Douglas Gregor · 14 years ago
  18. bdb2d50 Fix a major inconsistency in the representation of Objective-C by Douglas Gregor · 14 years ago
  19. fbfd180 Replace all uses of PathV1::makeAbsolute with PathV2::fs::make_absolute. by Michael J. Spencer · 14 years ago
  20. 06a8dc6 Fix spelling. by Michael J. Spencer · 14 years ago
  21. 2fcbcef Implement BlockDecl::getSourceRange(). The bogus source-range by Douglas Gregor · 14 years ago
  22. 55dc95b Add test for C++ [temp.friend]p8, which bans partial specializations from being friends by Douglas Gregor · 14 years ago
  23. b0ee93c A class template partial specialization cannot be a friend. Fixes PR8649. by Douglas Gregor · 14 years ago
  24. 3910cfd Teach clang_getCursorSemanticParent() and by Douglas Gregor · 14 years ago
  25. 6fb0729 When checking a using declaration, make sure that the context we're by Douglas Gregor · 14 years ago
  26. 14af91a Don't try to compute the value of a value-dependent expression when by Douglas Gregor · 14 years ago
  27. 786e617 Initialize LangOptions::MSCVersion. Thanks to Csaba Raduly for noting the omission by Douglas Gregor · 14 years ago
  28. 1ce7965 Add back the late-specified return type paper by Douglas Gregor · 14 years ago
  29. 08765a9 Updates to the C++ status page for C++0x features, from Michael Price by Douglas Gregor · 14 years ago
  30. a3d39c0 Add IndirectField case in DeclContextPrinter::PrintDeclContext. Fix PR8832. by Francois Pichet · 14 years ago
  31. 124b3de add missing newlines at end of file. by Chris Lattner · 14 years ago
  32. b99268b Implement instantiation of pack expansions whose pattern is a type-id by Douglas Gregor · 14 years ago
  33. 00ccbef Fix the noreturn conversion to only strip off a single level of indirection. by John McCall · 14 years ago
  34. 8e5fc9b Warn when message is sent to receiver of by Fariborz Jahanian · 14 years ago
  35. a04426c Extend the parser to support pack expansions within exception by Douglas Gregor · 14 years ago
  36. 7ca7ac4 Further refactoring of the tree transformation for template argument by Douglas Gregor · 14 years ago
  37. a40bc72 Give the RecursiveASTVisitor a configuration function by Douglas Gregor · 14 years ago
  38. 984a58b Handle instantiation of template type parameter packs that occur as by Douglas Gregor · 14 years ago
  39. 88f30de Test template instantiation of pack expansions where the parameter pack is in a nested-name-specifier by Douglas Gregor · 14 years ago
  40. 592f241 Fix PR8639 by making the "argument unused during compilation" less agressive. Now we by Rafael Espindola · 14 years ago
  41. dace95b Clean up the printing of template argument packs; previously, we were by Douglas Gregor · 14 years ago
  42. 8491ffe Implement basic support for template instantiation of pack expansions by Douglas Gregor · 14 years ago
  43. 342e907 Rename 'VisitLocation' to 'visitLocation'. by Ted Kremenek · 14 years ago
  44. d048c6e Rename 'Generate[Node,Sink]' to 'generate[Node,Sink]'. by Ted Kremenek · 14 years ago
  45. 21a288f Remove unused variable by Matt Beaumont-Gay · 14 years ago
  46. 7f61f2f Finish refactoring the transformation of template argument lists, by Douglas Gregor · 14 years ago
  47. fcc1253 Refactor the transformation of template argument lists to centralize by Douglas Gregor · 14 years ago
  48. 14be16b When checking a template argument list against a template containing by Douglas Gregor · 14 years ago
  49. 87dd697 Clean up the handling of template argument packs, especially in the by Douglas Gregor · 14 years ago
  50. a9150cd Adding a line for XFAIL win32 broke the test. by Francois Pichet · 14 years ago
  51. d803912 XFAIL vtable-debug-info.cpp on WIN32 and fix curly brace. by Francois Pichet · 14 years ago
  52. f453fca test/PCH/reloc.c fails on Win32. XFAIL for now, I'll investigate why later. by Francois Pichet · 14 years ago
  53. 743d9ad Disable this test on Windows; it crashes and popup an dialog on each lit test run. by Francois Pichet · 14 years ago
  54. 913b7bf Emit an error if operator __uuidof() is called on a type with no associated GUID. by Francois Pichet · 14 years ago
  55. 7536dd5 Introduce a new type, PackExpansionType, to capture types that are by Douglas Gregor · 14 years ago
  56. d3d3be9 Validate Microsoft's uuid attribute string. by Francois Pichet · 14 years ago
  57. 403ba35 Add missing standard includes. Patch by Joerg Sonnenberger! by Nick Lewycky · 14 years ago
  58. 276fdf4 1. Add some ABI information for the Microblaze. by Wesley Peck · 14 years ago
  59. 1154214 Add support for the Microsoft uuid attribute: by Francois Pichet · 14 years ago
  60. e6a365d Motions towards simplifying how we deal with attribute-qualified function types. by John McCall · 14 years ago
  61. f45fbad If the initializer is an rvalue and the variable is a const reference, by Zhongxing Xu · 14 years ago
  62. 9c2bac0 The evaluation of dereference and address-of is identical. by Zhongxing Xu · 14 years ago
  63. d5b08be Replace all uses of PathV1::get{Basename,Dirname,Suffix} with their PathV2 equivalents. by Michael J. Spencer · 14 years ago
  64. 2b364a4 Fix test. I added one last test and then forget to re-check. by John McCall · 14 years ago
  65. 7f1b987 Apply attributes to explicit specializations. Specializations which by John McCall · 14 years ago
  66. 472ccff Replace all uses of PathV1::getLast with PathV2::filename. by Michael J. Spencer · 14 years ago
  67. df344df Going back to the drawing board with these two awful hacks. by Eric Christopher · 14 years ago
  68. dd4430e Warn when synthesizing a property which is by Fariborz Jahanian · 14 years ago
  69. 74cae0c Fix spelling. by Michael J. Spencer · 14 years ago
  70. 256053b Replace all uses of PathV1::isAbsolute with PathV2::is_{absolute,relative}. by Michael J. Spencer · 14 years ago
  71. 854fc56 Initialize variables in the correct order. by Bill Wendling · 14 years ago
  72. 2bde827 Encapsulate TemplateArgument::Kind by Douglas Gregor · 14 years ago
  73. 2c5c313 Horrible hack for systems that use -dumpversion with clang to expect versions by Eric Christopher · 14 years ago
  74. 154f251 Nom nom nom, tasty unused option with an argument. by Eric Christopher · 14 years ago
  75. c7b5ed6 Swap the order of the condition and body of a do-while statement in by Douglas Gregor · 14 years ago
  76. 320e153 Use hasSameType to compare types for equality. by Abramo Bagnara · 14 years ago
  77. bbca85d Avoid to emit redundant implicit cast for enum constants init expressions. by Abramo Bagnara · 14 years ago
  78. 28d5b72 Update checker build. by Ted Kremenek · 14 years ago
  79. cb9cebc Remove explicit summaries from retain/release by Ted Kremenek · 14 years ago
  80. 5eef59e Fix assertion failure in cocoa::deriveNamingConvention() by Ted Kremenek · 14 years ago
  81. b321c0c fix typo by Chris Lattner · 14 years ago
  82. bb8fef3 Move CocoaConventions.[h,cpp] from libChecker by Ted Kremenek · 14 years ago
  83. af86b0c Revise Cocoa conventions detection: 'copy' and 'mutableCopy' by Ted Kremenek · 14 years ago
  84. 0a3ed31 Rename several methods/functions in the analyzer by Ted Kremenek · 14 years ago
  85. 9c39acf Give hidden visibility to RTTI for derived types. This is kindof a hacky by John McCall · 14 years ago
  86. 2e219b8 Microsoft's __uuidof operator returns a lvalue. Part 2. by Francois Pichet · 14 years ago
  87. ecea19f Microsoft's __uuidof operator returns a lvalue. by Francois Pichet · 14 years ago
  88. 0de5786 Getting Started: Add VS2010 instructions and specify an out of source build. by Michael J. Spencer · 14 years ago
  89. 1bc80af Do lvalue-to-rvalue conversions on the LHS of a shift operator. by John McCall · 14 years ago
  90. a669c53 Add tests checking for unexpanded parameter packs in declarations that by Douglas Gregor · 14 years ago
  91. 099ffe8 Tweak a comment by Douglas Gregor · 14 years ago
  92. 4d2abba Delay the check for unexpanded parameter packs in the types of by Douglas Gregor · 14 years ago
  93. 781def0 Check for unexpanded parameter packs in non-type template parameter types. by Douglas Gregor · 14 years ago
  94. 01dbb3b Revert r121961, which seems to be breaking the buildbots and my local tests. by Douglas Gregor · 14 years ago
  95. 6f52675 Check for unexpanded parameter packs in default arguments. by Douglas Gregor · 14 years ago
  96. 7dd3c73 Tweak location of diagnostic for -Wunreachable-code by Ted Kremenek · 14 years ago
  97. 892697d Start migration of static analyzer to using the by Ted Kremenek · 14 years ago
  98. 48263ba CMake: Add runtime dir. by Michael J. Spencer · 14 years ago
  99. 4eeebc4 MemoryBuffer API update. by Michael J. Spencer · 14 years ago
  100. 66cdf26 Update for LLVM API change. by Daniel Dunbar · 14 years ago