1. 5414a5c Return UnknownVal for pointer arithmetic on struct fields. by Zhongxing Xu · 15 years ago
  2. 3da83eb Made improvements in c++'s object model patch on Doug's review. by Fariborz Jahanian · 15 years ago
  3. 9cfbe48 Parsing and AST support for using declarations, from John Thompson! by Douglas Gregor · 15 years ago
  4. 6aed766 Add -fblocks by Douglas Gregor · 15 years ago
  5. e0762c9 Keep track of when declarations are "used" according to C and by Douglas Gregor · 15 years ago
  6. 7d5c74e Use QualType to represent block's implicit return type as by Fariborz Jahanian · 15 years ago
  7. f8dcb86 Patch for implementation of C++'s object model. This is work in progress. by Fariborz Jahanian · 15 years ago
  8. 45257c3 A further step of r73690: associate the cast-to type with the created symbol, by Zhongxing Xu · 15 years ago
  9. 005f07b If the SymbolicRegion was cast to another type, use that type to create the by Zhongxing Xu · 15 years ago
  10. 59c03ff Modify test case comments. by Zhongxing Xu · 15 years ago
  11. 88c675f When casting region, if we do not create an element region, record the cast-to by Zhongxing Xu · 15 years ago
  12. eb44e0a Add a target triple to a couple of tests which depend on it. Reported by Eli Friedman · 15 years ago
  13. c19ee3e Diagnose class members that shadow a template parameter. Fixes by Douglas Gregor · 15 years ago
  14. 6a6170c Fix regression testing in Xcode, again by Douglas Gregor · 15 years ago
  15. 0ffd9ff Implement correct name lookup inside an initializer of a C++ class static data member. by Argyrios Kyrtzidis · 15 years ago
  16. 9cdda0c Support dependent extended vector types and template instantiation by Douglas Gregor · 15 years ago
  17. 6a588dd Diagnose the use of attributes on namespace aliases, from Anis Ahmad by Douglas Gregor · 15 years ago
  18. 2250d31 Use env properly in test/Driver/analyze.c by Douglas Gregor · 15 years ago
  19. 176d2c1 Make these driver tests do the right thing even when MACOSX_DEPLOYMENT_TARGET is set. by Douglas Gregor · 15 years ago
  20. 407899b Fix typo in prev commit. by Daniel Dunbar · 15 years ago
  21. f2edbf3 Darwin/Driver: Also look at -arch command line options when finding the default by Daniel Dunbar · 15 years ago
  22. fdd8b8e Add IOKit test cases for retain/release checker. by Ted Kremenek · 15 years ago
  23. ebfc180 Update Clang to include the InitializeAllTargets and by Douglas Gregor · 15 years ago
  24. 9983169 It is possible that main input file does not have any symbol with debug info. To handle this edge case, always create main compile unit first. by Devang Patel · 15 years ago
  25. 0b6b0e9 Test case was left behind from my last patch. by Fariborz Jahanian · 15 years ago
  26. c581e6e testcase for r72869, it turns out that it happens in Ruby. by Chris Lattner · 15 years ago
  27. 143b2fc Use canonical type for building ElementRegion. Otherwise ElementRegions cannot by Zhongxing Xu · 15 years ago
  28. 78d5b5e Do not invalidate unboundable regions in GRSimpleVals::EvalCall(). by Zhongxing Xu · 15 years ago
  29. f54741e Handle temporaries in default arguments. by Anders Carlsson · 15 years ago
  30. 8849f11 PR4395: Don't detect token concatenation in C mode for C++-specific tokens. by Eli Friedman · 15 years ago
  31. b280638 More [basic.lookup.unqual] tests. - p13 and p14 are important failures. by Daniel Dunbar · 15 years ago
  32. cbeedfa Test for [basic.lookup.unqual]p3 by Daniel Dunbar · 15 years ago
  33. 6896a37 Fix #pragma GCC system_header by making it insert a virtual linemarker into by Chris Lattner · 15 years ago
  34. a81aae2 rename test by Chris Lattner · 15 years ago
  35. ea9ff8d convert this test to -verify mode. by Chris Lattner · 15 years ago
  36. 3ee211f Fix PR2741 by making our newline tracking be aware of newlines that by Chris Lattner · 15 years ago
  37. 4c4c527 PR4390: Make sure to handle anonymous unions correctly while building by Eli Friedman · 15 years ago
  38. 4e36cca Test modification. Patch by Jean-Daniel Dupas by Fariborz Jahanian · 15 years ago
  39. 5e9f35c Update LLVM. by Douglas Gregor · 15 years ago
  40. 5bc8610 PR4351: Add constant evaluation for constructs like "foo == NULL", where by Eli Friedman · 15 years ago
  41. 1b63e4f Sink the BuiltinInfo object from ASTContext into the by Chris Lattner · 15 years ago
  42. 7b3684a change ParseStatementOrDeclaration to emit the 'missing ;' with by Chris Lattner · 15 years ago
  43. a1e6de9 Fix the calling convention for structs/unions containing SSE vectors on by Eli Friedman · 15 years ago
  44. 4127fcc Don't include system headers when overriding triple. by Daniel Dunbar · 15 years ago
  45. 2a0f409 Force Obj-C runtime version for this test by Daniel Dunbar · 15 years ago
  46. d5134b0 Switch to the new test runner. - TestRunner.sh still needs to be moved over. by Daniel Dunbar · 15 years ago
  47. 6b5374f Allow initializing a vector with a vector in addition to allowing a list by Eli Friedman · 15 years ago
  48. 148772a implement and document a new __has_feature and __has_builtin magic by Chris Lattner · 15 years ago
  49. 247baca Move a bunch of tests into temp.param, and write a few tests for paragraphs that hadn't been touched before by Douglas Gregor · 15 years ago
  50. cb8845f Add some random C++ standard tests. by Daniel Dunbar · 15 years ago
  51. df8c96b Add the structure for a C++ test suite that mimics the structure of the C++ standard by Douglas Gregor · 15 years ago
  52. 923f753 Fix for PR4382: allow instantiating dependent nested name specifiers. by Eli Friedman · 15 years ago
  53. 31a0875 If a CXXRecordDecl is a class template, the 'this' type should be the injected class name type. Fixes pr4383. by Anders Carlsson · 15 years ago
  54. 0ceffb5 More work on type parameter packs. by Anders Carlsson · 15 years ago
  55. 031a588 When some template parameters of a class template partial by Douglas Gregor · 15 years ago
  56. 5db7ae5 Fix PR4372, another case where non-prototyped functions can prevent by Chris Lattner · 15 years ago
  57. 49d2557 A parameter pack must always come last in a class template. by Anders Carlsson · 15 years ago
  58. ce5635a Address more comments from Doug. by Anders Carlsson · 15 years ago
  59. 9c4c5c8 Parameter packs can't have default arguments. by Anders Carlsson · 15 years ago
  60. 16df850 Finish implementing checking of class template partial specializations by Douglas Gregor · 15 years ago
  61. 6aa75cf Diagnose C++ [temp.class.spec]p9b3, where a class template partial by Douglas Gregor · 15 years ago
  62. e94866f Diagnose the incorrect use of non-type template arguments for class by Douglas Gregor · 15 years ago
  63. 941df7d Parse support for C++0x type parameter packs. by Anders Carlsson · 15 years ago
  64. ba1ecb5 Verify that the template parameters of a class template partial by Douglas Gregor · 15 years ago
  65. 1d79faf Fix PR4365. by Anders Carlsson · 15 years ago
  66. 5e300d1 It's an error to use a function declared in a class definition as a default argument before the function has been declared. by Anders Carlsson · 15 years ago
  67. 859ba50 Deducation and instantiation of block types. by Anders Carlsson · 15 years ago
  68. 36674d2 Don't assert when generating code with static_asserts. by Anders Carlsson · 15 years ago
  69. 02cbbd2 Once we have deduced the template arguments of a class template by Douglas Gregor · 15 years ago
  70. 3b56c00 Add a null check that fixes the crash in PR4362, and make sure to instantiate non-type template arguments. by Anders Carlsson · 15 years ago
  71. 3f6978a Bind the mistakenly generated nonloc::SymbolVal to struct correctly. See the by Zhongxing Xu · 15 years ago
  72. c149412 Make sure to calculate value-dependence correctly when deal with ICEs. by Eli Friedman · 15 years ago
  73. 3c94374 Move test to be with the other typename tests. by Eli Friedman · 15 years ago
  74. 2e0cdb4 PR4364: fix parsing 'typename' in an expression. by Eli Friedman · 15 years ago
  75. 637a409 Template argument deduction for member pointers. by Douglas Gregor · 15 years ago
  76. 42f963d Support complex properties, ivars and message expressions. by Daniel Dunbar · 15 years ago
  77. 3c54801 PR4353: Add support for \E as a character escape. by Eli Friedman · 15 years ago
  78. 949bf69 Handle member pointer types with dependent class types (e.g., int by Douglas Gregor · 15 years ago
  79. 6d968e8 Example metaprogram for reversing and searching in a type list by Douglas Gregor · 15 years ago
  80. d708c72 Implement template argument deduction for class template by Douglas Gregor · 15 years ago
  81. db75ad9 Fix test, which could miss failures, and also avoid leaving temporary .i file in by Daniel Dunbar · 15 years ago
  82. 9e7d596 Add stack alignment to x86_64 target data. by Daniel Dunbar · 15 years ago
  83. 3a183d3 Forward -C and -CC to clang. by Daniel Dunbar · 15 years ago
  84. 75eb1d6 PR4016: Forward -fno-show-source-location to clang. by Daniel Dunbar · 15 years ago
  85. 994b6cb Address comments from Doug. by Anders Carlsson · 15 years ago
  86. 1fe067a Test template argument deduction on function types a little more by Douglas Gregor · 15 years ago
  87. a27fad5 Template argument deduction for function types. by Anders Carlsson · 15 years ago
  88. 687abff Don't allow defining a block with a non-prototype type. Remove a by Eli Friedman · 15 years ago
  89. 02d95ba Instantiation support for more Obj-C expressions, string literals, @selector and @protocol expressions. by Anders Carlsson · 15 years ago
  90. fc0f021 Template instantiation support for Obj-C @encode expressions. by Anders Carlsson · 15 years ago
  91. 8fff257 Remove a few more vector builtins. by Eli Friedman · 15 years ago
  92. e0ae8bd Now that LLVM CodeGen can handle the generic variations a bit better, by Eli Friedman · 15 years ago
  93. 61d004a PR4339: make sure to properly extend/trunc the index of a vector element by Eli Friedman · 15 years ago
  94. dc5a1bd Test changes to account for removed builtins. by Eli Friedman · 15 years ago
  95. 7986519 Switch CMake testing over to use Daniels new(er) Python-based infrastructure. by Douglas Gregor · 15 years ago
  96. 3899a7f As an optimization, we maintain a cache of generated by Mike Stump · 15 years ago
  97. 547d495 Fix: by Ted Kremenek · 15 years ago
  98. b9d8db8 Enhance attribute cf_returns_retained to also work (in the analyzer) by Ted Kremenek · 15 years ago
  99. 2968b77 weak_import should not make definitions have weak linkage. by Daniel Dunbar · 15 years ago
  100. acebb39 Set function Attribute::NoImplicitFloat appropriately. by Devang Patel · 15 years ago