1. 337472d Mark implicit "this" argument as an artificial argument. by Devang Patel · 15 years ago
  2. 555d04f Fix typo by Anton Korobeynikov · 15 years ago
  3. 0488124 Clearify Qt status a bit by Anton Korobeynikov · 15 years ago
  4. 95e636c Add Qt, CMake projects to the list of C++ projects we're working on compiling by Douglas Gregor · 15 years ago
  5. e5712b1 Update tests in -Asserts mode. These tests really need to be rewritten... by Daniel Dunbar · 15 years ago
  6. 60c93c9 Migrate the mish-mash of declaration checks in by Douglas Gregor · 15 years ago
  7. 195337d IRgen: Add CreateMemTemp, for creating an temporary memory object for a particular type, and flood fill. - CreateMemTemp sets the alignment on the alloca correctly, which fixes a great many places in IRgen where we were doing the wrong thing. by Daniel Dunbar · 15 years ago
  8. e180ed2 Fix PR number in test case by Douglas Gregor · 15 years ago
  9. ed814cc Reset the found-virtual-base state unless the *current* base produces a path, by John McCall · 15 years ago
  10. 2c79281 Be more careful when checking initializer lists that involve reference by Douglas Gregor · 15 years ago
  11. de09096 Implement a specific diagnostic when a class template partial by Douglas Gregor · 15 years ago
  12. a3fe284 Pass inline keyword to optimizer as the new InlineHint function attribute. by Jakob Stoklund Olesen · 15 years ago
  13. df17f9d Convert tabs to spaces. by Ted Kremenek · 15 years ago
  14. c6b7003 Fix grammar. by Ted Kremenek · 15 years ago
  15. 1b43ec2 Tweak menu. by Ted Kremenek · 15 years ago
  16. 3a7ae8f Really increase menu width... by Ted Kremenek · 15 years ago
  17. 61158c5 Increase width of nav bar. by Ted Kremenek · 15 years ago
  18. 0d8dc1e Add inclusion links for external JavaScript file. by Ted Kremenek · 15 years ago
  19. 5a9bd11 Switch to drop-down menu style. by Ted Kremenek · 15 years ago
  20. dcee980 When substituting a declaration non-type template argument for a by Douglas Gregor · 15 years ago
  21. a3890ba Clean up the CIndex interface to diagnostic ranges. Thanks, Daniel! by Douglas Gregor · 15 years ago
  22. 5769d61 Thread a source location into the template-argument deduction routines. There by John McCall · 15 years ago
  23. 0087e1a Note that a CXIndex cannot be destroyed until after all of its translation units have been destroyed by Douglas Gregor · 15 years ago
  24. fd6a088 Eliminate a pointer of storage in each ObjCInterfaceType and by Douglas Gregor · 15 years ago
  25. e86bcf0 Reapply r95393, without the change to CGExpr. I was wrong in assuming that the by Daniel Dunbar · 15 years ago
  26. ba915af Warn when cases are missing from a switch on a value of enumeration by Douglas Gregor · 15 years ago
  27. 7dc94d6 Remove table (for now). Doesn't look so hot. by Ted Kremenek · 15 years ago
  28. 51667ee Add images showing the results in a web browser and Xcode respectively. by Ted Kremenek · 15 years ago
  29. 591bd3c Keep track of whether a tag was defined in a declarator vs. being by Douglas Gregor · 15 years ago
  30. 8878686 Emit global references with constant initializers as constants. Fixes PR5585. by John McCall · 15 years ago
  31. f1904a8 Remove link to Developer Meeting and tighten menu. by Ted Kremenek · 15 years ago
  32. e436704 Add link to the current status of analysis support for C++. by Ted Kremenek · 15 years ago
  33. 757a9d1 Add some diagnostics for when we cannot update the original spec file. by Ted Kremenek · 15 years ago
  34. 15ced59 Merge block/function pointer types with objc's __weak by Fariborz Jahanian · 15 years ago
  35. 089459a Implement basic importing and merging of variable declarations within by Douglas Gregor · 15 years ago
  36. 7aaa953 Add a Python script to change what version of Clang is used by Xcode for static analysis (and ONLY static analysis). by Ted Kremenek · 15 years ago
  37. 135da71 Fix -Asserts warning. by Daniel Dunbar · 15 years ago
  38. 35911ce Add a test case for r95555. by Sebastian Redl · 15 years ago
  39. 064fb20 Simplify another switch/strcmp construct. No functionality/performance change. by Benjamin Kramer · 15 years ago
  40. 39d6711 When placing an annotation token over an existing annotation token, make sure that the new token's range extends to the end of the old token. Assert that in AnnotateCachedTokens. Fixes PR6248. by Sebastian Redl · 15 years ago
  41. 4c72d3e Fix the crash-on-invalid from PR6259. by John McCall · 15 years ago
  42. e228ba9 Ensure that a operator delete overload is rocognized regardless of cv-quals. by Chandler Carruth · 15 years ago
  43. b6f3c70 Reapply r95546, no intended change in performance or functionality. by Benjamin Kramer · 15 years ago
  44. e7d0312 Revert 95546 since it changed the algorithmic characteristics of the convention lookup. by Ted Kremenek · 15 years ago
  45. de69f70 Simplify code with StringRef. by Benjamin Kramer · 15 years ago
  46. 1397663 Revert 95541. by Ted Kremenek · 15 years ago
  47. d819f74 set svn:ignore by Nuno Lopes · 15 years ago
  48. 169fba5 Cache imported types by Douglas Gregor · 15 years ago
  49. 6f8c430 Rename: GRState::getSVal(Stmt*) => getExprVal(), by Zhongxing Xu · 15 years ago
  50. b241cf6 BindInternal is redundant. Remove it. by Zhongxing Xu · 15 years ago
  51. 8149185 Like for symbolic region, automatically create a element zero region for by Zhongxing Xu · 15 years ago
  52. 5253568 Unify the implementation of getLValueElement of store managers. by Zhongxing Xu · 15 years ago
  53. c1511e0 Unify the implementation of getLValueIvar and getLValueField of store managers. by Zhongxing Xu · 15 years ago
  54. 459731d Move common methods to the base StoreManager class. by Zhongxing Xu · 15 years ago
  55. 53cb6f8 This doesn't seem to be used code as it didn't break any tests, but fix the by Chandler Carruth · 15 years ago
  56. 2a393db ASTContext is now a reference member of StoreManager. by Zhongxing Xu · 15 years ago
  57. 36d02e0 Add support for binding and retrieving VarRegions in flat store. by Zhongxing Xu · 15 years ago
  58. a7ef130 Require a complete type before examining base classes during template argument by Chandler Carruth · 15 years ago
  59. 1851a12 Make sure to set vtable pointers in the destructors as well. by Anders Carlsson · 15 years ago
  60. 585fa68 Use the right type when taking the address of a non-virtual member function pointer. Fixes PR6258. by Anders Carlsson · 15 years ago
  61. 63644fa Workaround for friend template instantiation crash in PR5848, from Keir Mierle! by Douglas Gregor · 15 years ago
  62. 63a0113 Fix assertion failure when parsing linkage specifications (PR5921), by Douglas Gregor · 15 years ago
  63. eb7f961 Roll r95513 back in. by Sam Weinig · 15 years ago
  64. a8ad5d4 Roll out r95513, it seems to have broken self hosting. by Sam Weinig · 15 years ago
  65. 1eb1113 Add PCH support for CXXBoolLiteralExpr and CXXNullPtrLiteralExpr. by Sam Weinig · 15 years ago
  66. f6b89a1 Use the right linkage for static variables inside C++ inline functions. by Anders Carlsson · 15 years ago
  67. 39de84d Improved handling of the visibility attribute. Declarations now inherit their parent's visibility. by Anders Carlsson · 15 years ago
  68. 2a3503d Add attributes to namespace decls. by Anders Carlsson · 15 years ago
  69. a994ee4 Make EmitStartEHSpec and EmitEndEHSpec return early when exceptions are disabled. by Anders Carlsson · 15 years ago
  70. a508b7d Add support for threadsafe statics, and make them the default (matching gcc). by Anders Carlsson · 15 years ago
  71. 594d5e8 Call destructors for constructed bases as well. by Anders Carlsson · 15 years ago
  72. 9405dcd If a constructor throws an exception we need to execute the destructors for all fully constructed members. Fixes ctor_dtor_count.cpp in the test suite. by Anders Carlsson · 15 years ago
  73. 645cf44 Use a substituted type when determining how to substitute in non-type template by John McCall · 15 years ago
  74. b372f51 Silence GCC warning and stay in 80 cols. by Benjamin Kramer · 15 years ago
  75. b8fc053 Extract a function to instantiate references to value template parameters. by John McCall · 15 years ago
  76. b7f4f51 Update checker build. by Ted Kremenek · 15 years ago
  77. 4855a52 Don't diagnose missing noreturns for uninstantiated templates. Fixes PR6247. by Anders Carlsson · 15 years ago
  78. a9a55c0 Switch CodeGen's "is this variable declaration a definition?" logic by Douglas Gregor · 15 years ago
  79. aec2523 Only append 'L' for internal variable declarations, not all declarations. (Found by the mangle checker, yay) by Anders Carlsson · 15 years ago
  80. 81861ab Also teach RegionStore::RetrieveVar() to handle 'static' pointers that are implicitly initialized to NULL. by Ted Kremenek · 15 years ago
  81. 4dc1566 Fix regression in RegionStore (from BasicStore) where static variables were not treated as being implicitly initialized to 0 (and instead were getting symbolicated). by Ted Kremenek · 15 years ago
  82. eafd1d6 Remove unused variable. by Ted Kremenek · 15 years ago
  83. b2bcf1c Use the correct function info for constructors when applying function attributes. Fixes PR6245. by Anders Carlsson · 15 years ago
  84. 1610b81 Implement a warning diagnostic for weak vtables. Fixes PR6116. by Anders Carlsson · 15 years ago
  85. 68b6b87 Teach Sema how to instantiate a local function declaration properly. Fixes by John McCall · 15 years ago
  86. 2d565b3 Assert when we try to mangle a dependent template name, rather than by Douglas Gregor · 15 years ago
  87. 1f1b3b3 Per discussion, remove the explicit restriction on static const data members with by John McCall · 15 years ago
  88. 8524873 Teach RegionStore::InvalidateRegions() to also invalidate static variables referenced by blocks. by Ted Kremenek · 15 years ago
  89. 8b6bbeb Rearrange some checks to avoid call to isCopyConstructor() and clarify path by John McCall · 15 years ago
  90. 57f1a00 Update Clang C++ status, with a more project-centric focus. by Douglas Gregor · 15 years ago
  91. e41ac7b Fix a bogus assertion after adjusting the type of a substituted by Douglas Gregor · 15 years ago
  92. 8b013bd Cope with finding the "instantiated" declaration when we are by Douglas Gregor · 15 years ago
  93. 04a67a6 Standardize the parsing of function type attributes in a way that by John McCall · 15 years ago
  94. e50187a Add guard in RewriteObjC::HandleTopLevelSingleDecl() to not do by Ted Kremenek · 15 years ago
  95. a500210 Revert r95393, which broke Clang's self-host. by Douglas Gregor · 15 years ago
  96. 4794081 Oops, thanks Clang by Douglas Gregor · 15 years ago
  97. d82bf2d Convert this test to FileCheck instead of grepping LLVM IR. by Charles Davis · 15 years ago
  98. 32fb4e1 Implement name mangling for template template parameters by Douglas Gregor · 15 years ago
  99. e01ca51 Fix how scan-build finds c++-analyzer to work with checker builds. by Ted Kremenek · 15 years ago
  100. b2cd777 IRgen: A few more ConvertType cleanups. by Daniel Dunbar · 15 years ago