1. 4800d95 When AST merging for record declarations fails, warn about the by Douglas Gregor · 14 years ago
  2. d42ba8a Add builtins from PR5255. Implementations coming soon. by Eli Friedman · 14 years ago
  3. fb6289a Test case for warnings with carets inside macro instantiations. by John McCall · 14 years ago
  4. bac7271 Add virtual operator= example. by Anders Carlsson · 14 years ago
  5. 848fa64 More vtable layout dumper improvements. Handle destructors, dump the complete function type of the member functions (using PredefinedExpr::ComputeName. by Anders Carlsson · 14 years ago
  6. b203c9e Add missing test cases for AST merging of structures. by Douglas Gregor · 14 years ago
  7. ae24a88 Driver: Fix clang -ccc-no-clang -x c++-header foo.h on Darwin. by Daniel Dunbar · 14 years ago
  8. 822307b Keep track of, and dump, vtable address points. by Anders Carlsson · 14 years ago
  9. 8aa7994 Remove noisy semicolon. by Benjamin Kramer · 14 years ago
  10. 779cf42 Suppress warnings if their instantiation location is in a system header, not by John McCall · 14 years ago
  11. 5c41ee8 Patch by Cristian Draghici: by Ted Kremenek · 14 years ago
  12. 824d7ea Check in the beginnings of my new vtable layout builder idea. by Anders Carlsson · 14 years ago
  13. 020a095 Attempt to always dispose of the CXIndex object in c-index-test. by Ted Kremenek · 14 years ago
  14. 5961611 Use the allocator associated with ASTContext to allocate the args by Ted Kremenek · 14 years ago
  15. 3478eb6 Have ~ASTContext() delete StoredDeclsMap (internal to DeclContext) by by Ted Kremenek · 14 years ago
  16. 3d2c43e Remove use of 'std::string' from Attr objects, using instead a byte by Ted Kremenek · 14 years ago
  17. 6495250 Driver: Add -rewrite-objc, which is an interface to clang -cc1 -rewrite-objc. by Daniel Dunbar · 14 years ago
  18. e9c7b9e Driver: Fix infinite loop and wrong message on invalid -ccc-clang-arch argument. by Daniel Dunbar · 14 years ago
  19. 1e37765 Clean up ownership of 'AttributeList' objects in Parser. Apparently by Ted Kremenek · 14 years ago
  20. 7504239 Strip attributes and 'inline' off the "previous declaration" of a by John McCall · 14 years ago
  21. 2d5b703 Remove another redundant ASTContext parameter by Douglas Gregor · 14 years ago
  22. 838db38 Eliminate a bunch of unnecessary ASTContexts from members functions of by Douglas Gregor · 14 years ago
  23. e9ff443 Diagnose when user provided getter is being used as lvalue by Fariborz Jahanian · 14 years ago
  24. 952b017 Eliminate the ASTContext parameter from RecordDecl::getDefinition() by Douglas Gregor · 14 years ago
  25. 298ed87 Allocate 'ObjCMethodList' objects (owned by Sema) using Sema's BumpPtrAllocator. Previously they were not getting freed. Fixes <rdar://problem/7635663>. by Ted Kremenek · 14 years ago
  26. 96a01b4 Implement basic AST merging for classes, structs, and unions in C. by Douglas Gregor · 14 years ago
  27. 263c4de Generate the objc_read_weak API when calling by Fariborz Jahanian · 14 years ago
  28. 9c00be5 Fix a potential null-pointer use, and fix the style of my new function. by Charles Davis · 14 years ago
  29. 5a0164d Add support for the force_align_arg_pointer attribute. This is an x86-specific by Charles Davis · 14 years ago
  30. c0f3df3 hopefully silence a warning on the clang-i386-darwin9 tester. by Chris Lattner · 14 years ago
  31. 9e5d996 Move TypedefDecl importer to match the ordering in DeclNodes. No functionality change. by Douglas Gregor · 14 years ago
  32. b1ffee6 c-index-test: Add "none" filter, useful for performance testing. by Daniel Dunbar · 14 years ago
  33. e61a1d4 Patch to rewrite blocks into unique api names. Fixes radar 7630551 by Fariborz Jahanian · 14 years ago
  34. a404ea6 Implement basic support for merging function declarations across by Douglas Gregor · 14 years ago
  35. 4c863ef Provide rewriting suppport for use of __typeof__ by Fariborz Jahanian · 14 years ago
  36. b2987d1 Switch to using -fsjlj-exceptions instead of hard-coding it. Notably, this fixes by Daniel Dunbar · 14 years ago
  37. 809b9bb Refactor code that generates debug info for variables that has BlocksAttr. by Devang Patel · 14 years ago
  38. 7348288 clang -cc1: Add -fsjlj-exceptions, which requires far too much button pushing. by Daniel Dunbar · 14 years ago
  39. 82fc4bf Implement AST importing and merging for typedefs. As part of this, provide a lame implementation for importing TypeSourceInfos. by Douglas Gregor · 14 years ago
  40. 0f962a8 Teach AST merging that variables with incomplete array types can be by Douglas Gregor · 14 years ago
  41. 6b2accb Improve access control diagnostics. Perform access control on member-pointer by John McCall · 14 years ago
  42. cf98c3f Don't display border around images (in Firefox). by Ted Kremenek · 14 years ago
  43. 0e5675d Convert tabs to spaces. by Ted Kremenek · 14 years ago
  44. dcbcbdc Add comment. by Zhongxing Xu · 14 years ago
  45. ed6ae49 Add missing header file by Douglas Gregor · 14 years ago
  46. 13751e3 Comment out category's property decls. in rewrite. Fixes radar 7630636. by Fariborz Jahanian · 14 years ago
  47. d263e7b Use current location as the location of compiler generated arguments, e.g. self, _cmd etc. by Devang Patel · 14 years ago
  48. 6de8b62 Reverse a partial fix patch for radar 7214820. It broke some code and by Fariborz Jahanian · 14 years ago
  49. 8852373 Implement basic support for importing source locations from one AST by Douglas Gregor · 14 years ago
  50. b24b0f8 Pull header into side column. by Ted Kremenek · 14 years ago
  51. 4bf2405 Increase page width for more modern displays. by Ted Kremenek · 14 years ago
  52. c49d5d5 Tweak CSS for options table. by Ted Kremenek · 14 years ago
  53. c0565f0 Even more menu tweaking... by Ted Kremenek · 14 years ago
  54. 0963d67 More menu tweaking. by Ted Kremenek · 14 years ago
  55. c9265cc Adjust height of main content. by Ted Kremenek · 14 years ago
  56. 22ba05e Fix grammar. by Ted Kremenek · 14 years ago
  57. e28897a Change text alignment in menus. by Ted Kremenek · 14 years ago
  58. 90fc45f Move file-specific styling to after the menu. by Ted Kremenek · 14 years ago
  59. fe77538 Invert css inclusion order. by Ted Kremenek · 14 years ago
  60. 8bebc6e More analyzer website tweaking in preparation for additional content. by Ted Kremenek · 14 years ago
  61. 89cc9d6 Complain about types and declarations that we don't know how to import. by Douglas Gregor · 14 years ago
  62. e07c5b0 Add in the LIT magic to avoid running AST merge test inputs as by Douglas Gregor · 14 years ago
  63. d343ff6 Hook up the diagnostics-argument printer when merging AST files, so by Douglas Gregor · 14 years ago
  64. 79a9a34 Move the diagnostic argument formatting function out of Sema and make by Douglas Gregor · 14 years ago
  65. 41e9066 Fix javascript link. by Ted Kremenek · 14 years ago
  66. 77e2dde Finish implementing property synthesis by default. (radar 7381956). by Fariborz Jahanian · 14 years ago
  67. b9576d9 Fix javascript file link. by Ted Kremenek · 14 years ago
  68. aede412 Update checker build. by Ted Kremenek · 14 years ago
  69. 412e798 Implement synthesizing properties by default. by Fariborz Jahanian · 14 years ago
  70. 74a8bbf StringRefize two random methods, remove a dead variable and a weird constructor call. by Benjamin Kramer · 14 years ago
  71. 9bed879 Introduce a testbed for merging multiple ASTs into a single AST by Douglas Gregor · 14 years ago
  72. 8ec4aac Fix lookup of fields from lazy bindings to check if the region is by Ted Kremenek · 14 years ago
  73. d5322da Fix virtual bases' debug info. by Devang Patel · 14 years ago
  74. 8d69937 Tweak output. by Ted Kremenek · 14 years ago
  75. 962da0b Add a check for a running Xcode before modifying its configuration files. by Ted Kremenek · 14 years ago
  76. 337472d Mark implicit "this" argument as an artificial argument. by Devang Patel · 14 years ago
  77. 555d04f Fix typo by Anton Korobeynikov · 14 years ago
  78. 0488124 Clearify Qt status a bit by Anton Korobeynikov · 14 years ago
  79. 95e636c Add Qt, CMake projects to the list of C++ projects we're working on compiling by Douglas Gregor · 14 years ago
  80. e5712b1 Update tests in -Asserts mode. These tests really need to be rewritten... by Daniel Dunbar · 14 years ago
  81. 60c93c9 Migrate the mish-mash of declaration checks in by Douglas Gregor · 14 years ago
  82. 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 · 14 years ago
  83. e180ed2 Fix PR number in test case by Douglas Gregor · 14 years ago
  84. ed814cc Reset the found-virtual-base state unless the *current* base produces a path, by John McCall · 14 years ago
  85. 2c79281 Be more careful when checking initializer lists that involve reference by Douglas Gregor · 14 years ago
  86. de09096 Implement a specific diagnostic when a class template partial by Douglas Gregor · 14 years ago
  87. a3fe284 Pass inline keyword to optimizer as the new InlineHint function attribute. by Jakob Stoklund Olesen · 14 years ago
  88. df17f9d Convert tabs to spaces. by Ted Kremenek · 14 years ago
  89. c6b7003 Fix grammar. by Ted Kremenek · 14 years ago
  90. 1b43ec2 Tweak menu. by Ted Kremenek · 14 years ago
  91. 3a7ae8f Really increase menu width... by Ted Kremenek · 14 years ago
  92. 61158c5 Increase width of nav bar. by Ted Kremenek · 14 years ago
  93. 0d8dc1e Add inclusion links for external JavaScript file. by Ted Kremenek · 14 years ago
  94. 5a9bd11 Switch to drop-down menu style. by Ted Kremenek · 14 years ago
  95. dcee980 When substituting a declaration non-type template argument for a by Douglas Gregor · 14 years ago
  96. a3890ba Clean up the CIndex interface to diagnostic ranges. Thanks, Daniel! by Douglas Gregor · 14 years ago
  97. 5769d61 Thread a source location into the template-argument deduction routines. There by John McCall · 14 years ago
  98. 0087e1a Note that a CXIndex cannot be destroyed until after all of its translation units have been destroyed by Douglas Gregor · 14 years ago
  99. fd6a088 Eliminate a pointer of storage in each ObjCInterfaceType and by Douglas Gregor · 14 years ago
  100. e86bcf0 Reapply r95393, without the change to CGExpr. I was wrong in assuming that the by Daniel Dunbar · 14 years ago