1. 7498e50 Fix the AST tree so ir-gen can do the conversion via copy construction. by Fariborz Jahanian · 15 years ago
  2. 1eca99b Even more work on empty classes. by Anders Carlsson · 15 years ago
  3. d781a39 Don't look for __builtin_va_list; it isn't present for all targets by Douglas Gregor · 15 years ago
  4. ce94049 Fix checking for a null pointer constant when the expression itself is by Douglas Gregor · 15 years ago
  5. d520253 Add a reduced test case for the weak ivar infinite recursion. by John McCall · 15 years ago
  6. a4c6081 Who would have thought that empty classes were so tricky? Handle cases where an empty virtual base class needs to be moved aside because it conflicts with the first field. by Anders Carlsson · 15 years ago
  7. fbbce49 Handle array fields that contain empty structs. by Anders Carlsson · 15 years ago
  8. 8041747 Fix <rdar://problem/7249327> by allowing silent conversions between signed and unsigned integer values for symbolic values. This is an intermediate solution (i.e. hack) until we support extension/truncation of symbolic integers. by Ted Kremenek · 15 years ago
  9. 6026504 More work on empty classes. by Anders Carlsson · 15 years ago
  10. 7dfd0fb When entering the scope of a declarator, make sure that the scope is by Douglas Gregor · 15 years ago
  11. b9aa6b2 WIP implementation of explicit function template specialization. This by Douglas Gregor · 15 years ago
  12. 119fa68 Clean up the CodeCompletion testsuite's use of FileCheck by Douglas Gregor · 15 years ago
  13. ff9e18c Add test for C-based indexing API, using FileCheck utility. by Steve Naroff · 15 years ago
  14. 0953e76 Refactor the representation of qualifiers to bring ExtQualType out of the by John McCall · 15 years ago
  15. 584425c cmake: Run tests with 'verbose' enabled by default, so that the failure is by Daniel Dunbar · 15 years ago
  16. ee45d6d We no longer need anything from the llvm/test/Scripts dir. by Daniel Dunbar · 15 years ago
  17. 35dcad8 Fix crash in RegionStoreManager::Bind() by using 'getAs<PointerType>()' instead of 'cast<PointerType>()' (to handle pointer typedefs). by Ted Kremenek · 15 years ago
  18. ffbdefc More improvements with laying out empty bases. by Anders Carlsson · 15 years ago
  19. 55e59e1 Darwin/x86-32: Enumerated types and block pointer types in structures were not by Daniel Dunbar · 15 years ago
  20. 0954cde Fix: <rdar://problem/7249340> [RegionStore] model stores to symbolic parameter regions by Ted Kremenek · 15 years ago
  21. 1345bd2 More work on empty classes. by Anders Carlsson · 15 years ago
  22. 112ba7e Shorten the static analyzer diagnostic for 'use of garbage value'. by Ted Kremenek · 15 years ago
  23. 96be691 Make C++ temporary-related expressions provide proper source-range information. by Douglas Gregor · 15 years ago
  24. 8f489d6 patch to ir-gen conversion function call used in initializing a reference class. by Fariborz Jahanian · 15 years ago
  25. eb5758b For code completion, note that injected-class-names found as part of by Douglas Gregor · 15 years ago
  26. 51bebc8 This patch addresses a few issues related to 8.5.3 [dcl.init.ref] by Fariborz Jahanian · 15 years ago
  27. 018837b Handle namespace aliases. by Anders Carlsson · 15 years ago
  28. 6ac5fc4 Emit new[] cookie when needed. by Anders Carlsson · 15 years ago
  29. a4d4c01 Basic support for new[]. by Anders Carlsson · 15 years ago
  30. 5bd1a11 When code-completion after a "," is building an overload set, note by Douglas Gregor · 15 years ago
  31. a441283 fix typo in file name by Gabor Greif · 15 years ago
  32. 21fb98e implement support for __builtin_eh_return_data_regno on x86-32 and x86-64. by Chris Lattner · 15 years ago
  33. 657406d Fix PR 4988 by removing an invalid assertion (a function can be referenced in by Ted Kremenek · 15 years ago
  34. b1663d0 Produce detailed diagnostics when overload by Fariborz Jahanian · 15 years ago
  35. ac18b2e Cast the array size expr to a size_t by Anders Carlsson · 15 years ago
  36. 86d802e Print the results of code-completion for overloading by displaying the by Douglas Gregor · 15 years ago
  37. 0594438 Separate the code-completion results for call completion from the by Douglas Gregor · 15 years ago
  38. 3e7253f When code-completion finds a declaration only because it is usable as by Douglas Gregor · 15 years ago
  39. 0563c26 Tweak the code-completion results ranking and formation, so that by Douglas Gregor · 15 years ago
  40. e06eafb Spell clang-cc correctly. by Daniel Dunbar · 15 years ago
  41. b3d4525 Teach code-completion to introduce a ", ..." placeholder for variadic functions by Douglas Gregor · 15 years ago
  42. ed5d651 In C++, a variadic function does not need an ellipsis prior to the comma. Parse it in both C and C++, but diagnose it as an error in C with a fix-it hint to add the comma. by Douglas Gregor · 15 years ago
  43. cf54959 Fix: <rdar://problem/7242006> [RegionStore] compound literal assignment with floats not honored by Ted Kremenek · 15 years ago
  44. b657f11 Replace the -code-completion-dump option with by Douglas Gregor · 15 years ago
  45. add2882 CXXMethodDecls should always be mangled, even if they are inside an extern "C" block. Fixes PR5017. by Anders Carlsson · 15 years ago
  46. 455acd9 Issue good ambiguity diagnostic when convesion fails. by Fariborz Jahanian · 15 years ago
  47. 56cfdc1 If we already set a primary base, don't set it to the first nearly empty base class. by Anders Carlsson · 15 years ago
  48. 5cc58c6 Don't assert that linkage decls are always C++, it's not true. Fixes PR5019. by Anders Carlsson · 15 years ago
  49. b2ef1be Fix a regression in accessing class getter using the dot-syntax by Fariborz Jahanian · 15 years ago
  50. 9c6a0e9 Implement code completion within a function call, triggered after the by Douglas Gregor · 15 years ago
  51. b850ddd Always execute tests internally on Windows. by Daniel Dunbar · 15 years ago
  52. cceef8b CMake: Add a clang-c++tests target for running the experimental C++ header by Daniel Dunbar · 15 years ago
  53. 7f8b57a Update PCH serialization of FunctionDecl flags. by Daniel Dunbar · 15 years ago
  54. 5e01e3c Remove old test runner, this has moved to LLVM/utils/lit and all known clients by Daniel Dunbar · 15 years ago
  55. cc969fd Fix: <rdar://problem/7242015> [RegionStore] variable passed-by-reference (via integer) to function call not invalidated by Ted Kremenek · 15 years ago
  56. 718bb48 Force triple in test. by Daniel Dunbar · 15 years ago
  57. a626b01 Add test case for PR4894 (it was fixed in LLVM). by Daniel Dunbar · 15 years ago
  58. c32b244 Add test case for <rdar://problem/6829164>, which was implicitly fixed in r79694. by Ted Kremenek · 15 years ago
  59. b924259 Removed -fobjc-newgc-api option. clang now conforms to by Fariborz Jahanian · 15 years ago
  60. 69181a8 Provide intermediate solution to handling assignments to structs via an by Ted Kremenek · 15 years ago
  61. 791215b Code completion for ordinary names when we're starting a declaration, expression, or statement by Douglas Gregor · 15 years ago
  62. 90b4fd4 -fobjc-newgc-api is now the default. by Fariborz Jahanian · 15 years ago
  63. 456c4a1 When providing a code-completion suggestion for a hidden name, include by Douglas Gregor · 15 years ago
  64. b9d0ef7 Enhance "case" code completion in C++ to suggest qualified names for by Douglas Gregor · 15 years ago
  65. fd02ed7 Miscellanous fixes in generatation of objc gc's write-barriers. by Fariborz Jahanian · 15 years ago
  66. 3e1005f Code completion for "case" statements within a switch on an expression by Douglas Gregor · 15 years ago
  67. 657f21b Add an XFAIL test which compiles differently from a .ast. by Daniel Dunbar · 15 years ago
  68. 21190d5 Implement __builtin_unreachable(), a GCC 4.5 extension. by Chris Lattner · 15 years ago
  69. a674bf4 Switch ProcessASTInputFile to still use ParseAST. by Daniel Dunbar · 15 years ago
  70. d553f8c Start mangling expressions. by Anders Carlsson · 15 years ago
  71. 62d1fc0 Work around FileCheck -NOT restriction. by Daniel Dunbar · 15 years ago
  72. 73eed6a Switch TestRunner.sh to just use 'lit'. - Does people use this? by Daniel Dunbar · 15 years ago
  73. d9c2e78 Switch to using the new LLVM lit test runner by default. by Daniel Dunbar · 15 years ago
  74. 1b720a9 Include LLVM {src,obj} root in lit.site.cfg, to support non-standard layouts. by Daniel Dunbar · 15 years ago
  75. ff360b6 In C++ code completion, only suggest the "template" keyword after ".", by Douglas Gregor · 15 years ago
  76. 63f07c5 Make the construction of the code-completion string for a function by Douglas Gregor · 15 years ago
  77. 56ff871 Introduce code completion patterns for templates, which provide the by Douglas Gregor · 15 years ago
  78. e0a5807 Re-introduce diagnostic caching in BugReporter that was originally added in by Ted Kremenek · 15 years ago
  79. e6e0361 Introduce code completion strings, which describe how to *use* the by Douglas Gregor · 15 years ago
  80. 1131014 Attempt to make a test portable. by Daniel Dunbar · 15 years ago
  81. ed8d322 C++ code completion after the "operator" keyword. Provide overloaded by Douglas Gregor · 15 years ago
  82. 4bf4e30 Make our char vector types not be explicitly signed to match GCC and to fix compilation with C++ and -fno-lax-vector-conversions by Anders Carlsson · 15 years ago
  83. 49f40bd Introduce four new code-completion hooks for C++: by Douglas Gregor · 15 years ago
  84. 75b7128 Handle using declarations and overload sets in code completion. by Douglas Gregor · 15 years ago
  85. 33224e6 For code completion in C++ member access expressions and tag names, by Douglas Gregor · 15 years ago
  86. b1c28a1 When gathering results for code completion, only include hidden by Douglas Gregor · 15 years ago
  87. 374929f Implement code completion for tags, e.g., code completion after "enum" by Douglas Gregor · 15 years ago
  88. f515b22 Disable questionable code for handling isNullPointerConstant on value dependent by Daniel Dunbar · 15 years ago
  89. 240592c Force a triple. by Daniel Dunbar · 15 years ago
  90. 7f473c5 Revert most of r82198, which was causing a large number of crashes by Ted Kremenek · 15 years ago
  91. 6a19832 Introduce caching of diagnostics in BugReporter. This provides extra by Ted Kremenek · 15 years ago
  92. 7482e24 More mangling goodness. by Anders Carlsson · 15 years ago
  93. b251e93 Fix error in test. by Anders Carlsson · 15 years ago
  94. 7624f21 Handle mangling of TemplateSpecializationType. by Anders Carlsson · 15 years ago
  95. 1c1afc4 Fixed a bug in generation of the new write-barriers when by Fariborz Jahanian · 15 years ago
  96. 81b747b Initial implementation of a code-completion interface in Clang. In by Douglas Gregor · 15 years ago
  97. 7af18d3 Tweak clang testing. - Move CMake to using the new test runner. by Daniel Dunbar · 15 years ago
  98. d85cef5 Merge uninstantiated default arguments more carefully, and try not to by Douglas Gregor · 15 years ago
  99. d58d6f7 Ignore extern "C++" { } when mangling. by Anders Carlsson · 15 years ago
  100. 501d8a6 Force triple for tests using __strong. by Daniel Dunbar · 15 years ago