1. 263c4de Generate the objc_read_weak API when calling by Fariborz Jahanian · 15 years ago
  2. 9c00be5 Fix a potential null-pointer use, and fix the style of my new function. by Charles Davis · 15 years ago
  3. 5a0164d Add support for the force_align_arg_pointer attribute. This is an x86-specific by Charles Davis · 15 years ago
  4. c0f3df3 hopefully silence a warning on the clang-i386-darwin9 tester. by Chris Lattner · 15 years ago
  5. 9e5d996 Move TypedefDecl importer to match the ordering in DeclNodes. No functionality change. by Douglas Gregor · 15 years ago
  6. b1ffee6 c-index-test: Add "none" filter, useful for performance testing. by Daniel Dunbar · 15 years ago
  7. e61a1d4 Patch to rewrite blocks into unique api names. Fixes radar 7630551 by Fariborz Jahanian · 15 years ago
  8. a404ea6 Implement basic support for merging function declarations across by Douglas Gregor · 15 years ago
  9. 4c863ef Provide rewriting suppport for use of __typeof__ by Fariborz Jahanian · 15 years ago
  10. b2987d1 Switch to using -fsjlj-exceptions instead of hard-coding it. Notably, this fixes by Daniel Dunbar · 15 years ago
  11. 809b9bb Refactor code that generates debug info for variables that has BlocksAttr. by Devang Patel · 15 years ago
  12. 7348288 clang -cc1: Add -fsjlj-exceptions, which requires far too much button pushing. by Daniel Dunbar · 15 years ago
  13. 82fc4bf Implement AST importing and merging for typedefs. As part of this, provide a lame implementation for importing TypeSourceInfos. by Douglas Gregor · 15 years ago
  14. 0f962a8 Teach AST merging that variables with incomplete array types can be by Douglas Gregor · 15 years ago
  15. 6b2accb Improve access control diagnostics. Perform access control on member-pointer by John McCall · 15 years ago
  16. cf98c3f Don't display border around images (in Firefox). by Ted Kremenek · 15 years ago
  17. 0e5675d Convert tabs to spaces. by Ted Kremenek · 15 years ago
  18. dcbcbdc Add comment. by Zhongxing Xu · 15 years ago
  19. ed6ae49 Add missing header file by Douglas Gregor · 15 years ago
  20. 13751e3 Comment out category's property decls. in rewrite. Fixes radar 7630636. by Fariborz Jahanian · 15 years ago
  21. d263e7b Use current location as the location of compiler generated arguments, e.g. self, _cmd etc. by Devang Patel · 15 years ago
  22. 6de8b62 Reverse a partial fix patch for radar 7214820. It broke some code and by Fariborz Jahanian · 15 years ago
  23. 8852373 Implement basic support for importing source locations from one AST by Douglas Gregor · 15 years ago
  24. b24b0f8 Pull header into side column. by Ted Kremenek · 15 years ago
  25. 4bf2405 Increase page width for more modern displays. by Ted Kremenek · 15 years ago
  26. c49d5d5 Tweak CSS for options table. by Ted Kremenek · 15 years ago
  27. c0565f0 Even more menu tweaking... by Ted Kremenek · 15 years ago
  28. 0963d67 More menu tweaking. by Ted Kremenek · 15 years ago
  29. c9265cc Adjust height of main content. by Ted Kremenek · 15 years ago
  30. 22ba05e Fix grammar. by Ted Kremenek · 15 years ago
  31. e28897a Change text alignment in menus. by Ted Kremenek · 15 years ago
  32. 90fc45f Move file-specific styling to after the menu. by Ted Kremenek · 15 years ago
  33. fe77538 Invert css inclusion order. by Ted Kremenek · 15 years ago
  34. 8bebc6e More analyzer website tweaking in preparation for additional content. by Ted Kremenek · 15 years ago
  35. 89cc9d6 Complain about types and declarations that we don't know how to import. by Douglas Gregor · 15 years ago
  36. e07c5b0 Add in the LIT magic to avoid running AST merge test inputs as by Douglas Gregor · 15 years ago
  37. d343ff6 Hook up the diagnostics-argument printer when merging AST files, so by Douglas Gregor · 15 years ago
  38. 79a9a34 Move the diagnostic argument formatting function out of Sema and make by Douglas Gregor · 15 years ago
  39. 41e9066 Fix javascript link. by Ted Kremenek · 15 years ago
  40. 77e2dde Finish implementing property synthesis by default. (radar 7381956). by Fariborz Jahanian · 15 years ago
  41. b9576d9 Fix javascript file link. by Ted Kremenek · 15 years ago
  42. aede412 Update checker build. by Ted Kremenek · 15 years ago
  43. 412e798 Implement synthesizing properties by default. by Fariborz Jahanian · 15 years ago
  44. 74a8bbf StringRefize two random methods, remove a dead variable and a weird constructor call. by Benjamin Kramer · 15 years ago
  45. 9bed879 Introduce a testbed for merging multiple ASTs into a single AST by Douglas Gregor · 15 years ago
  46. 8ec4aac Fix lookup of fields from lazy bindings to check if the region is by Ted Kremenek · 15 years ago
  47. d5322da Fix virtual bases' debug info. by Devang Patel · 15 years ago
  48. 8d69937 Tweak output. by Ted Kremenek · 15 years ago
  49. 962da0b Add a check for a running Xcode before modifying its configuration files. by Ted Kremenek · 15 years ago
  50. 337472d Mark implicit "this" argument as an artificial argument. by Devang Patel · 15 years ago
  51. 555d04f Fix typo by Anton Korobeynikov · 15 years ago
  52. 0488124 Clearify Qt status a bit by Anton Korobeynikov · 15 years ago
  53. 95e636c Add Qt, CMake projects to the list of C++ projects we're working on compiling by Douglas Gregor · 15 years ago
  54. e5712b1 Update tests in -Asserts mode. These tests really need to be rewritten... by Daniel Dunbar · 15 years ago
  55. 60c93c9 Migrate the mish-mash of declaration checks in by Douglas Gregor · 15 years ago
  56. 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
  57. e180ed2 Fix PR number in test case by Douglas Gregor · 15 years ago
  58. ed814cc Reset the found-virtual-base state unless the *current* base produces a path, by John McCall · 15 years ago
  59. 2c79281 Be more careful when checking initializer lists that involve reference by Douglas Gregor · 15 years ago
  60. de09096 Implement a specific diagnostic when a class template partial by Douglas Gregor · 15 years ago
  61. a3fe284 Pass inline keyword to optimizer as the new InlineHint function attribute. by Jakob Stoklund Olesen · 15 years ago
  62. df17f9d Convert tabs to spaces. by Ted Kremenek · 15 years ago
  63. c6b7003 Fix grammar. by Ted Kremenek · 15 years ago
  64. 1b43ec2 Tweak menu. by Ted Kremenek · 15 years ago
  65. 3a7ae8f Really increase menu width... by Ted Kremenek · 15 years ago
  66. 61158c5 Increase width of nav bar. by Ted Kremenek · 15 years ago
  67. 0d8dc1e Add inclusion links for external JavaScript file. by Ted Kremenek · 15 years ago
  68. 5a9bd11 Switch to drop-down menu style. by Ted Kremenek · 15 years ago
  69. dcee980 When substituting a declaration non-type template argument for a by Douglas Gregor · 15 years ago
  70. a3890ba Clean up the CIndex interface to diagnostic ranges. Thanks, Daniel! by Douglas Gregor · 15 years ago
  71. 5769d61 Thread a source location into the template-argument deduction routines. There by John McCall · 15 years ago
  72. 0087e1a Note that a CXIndex cannot be destroyed until after all of its translation units have been destroyed by Douglas Gregor · 15 years ago
  73. fd6a088 Eliminate a pointer of storage in each ObjCInterfaceType and by Douglas Gregor · 15 years ago
  74. e86bcf0 Reapply r95393, without the change to CGExpr. I was wrong in assuming that the by Daniel Dunbar · 15 years ago
  75. ba915af Warn when cases are missing from a switch on a value of enumeration by Douglas Gregor · 15 years ago
  76. 7dc94d6 Remove table (for now). Doesn't look so hot. by Ted Kremenek · 15 years ago
  77. 51667ee Add images showing the results in a web browser and Xcode respectively. by Ted Kremenek · 15 years ago
  78. 591bd3c Keep track of whether a tag was defined in a declarator vs. being by Douglas Gregor · 15 years ago
  79. 8878686 Emit global references with constant initializers as constants. Fixes PR5585. by John McCall · 15 years ago
  80. f1904a8 Remove link to Developer Meeting and tighten menu. by Ted Kremenek · 15 years ago
  81. e436704 Add link to the current status of analysis support for C++. by Ted Kremenek · 15 years ago
  82. 757a9d1 Add some diagnostics for when we cannot update the original spec file. by Ted Kremenek · 15 years ago
  83. 15ced59 Merge block/function pointer types with objc's __weak by Fariborz Jahanian · 15 years ago
  84. 089459a Implement basic importing and merging of variable declarations within by Douglas Gregor · 15 years ago
  85. 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
  86. 135da71 Fix -Asserts warning. by Daniel Dunbar · 15 years ago
  87. 35911ce Add a test case for r95555. by Sebastian Redl · 15 years ago
  88. 064fb20 Simplify another switch/strcmp construct. No functionality/performance change. by Benjamin Kramer · 15 years ago
  89. 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
  90. 4c72d3e Fix the crash-on-invalid from PR6259. by John McCall · 15 years ago
  91. e228ba9 Ensure that a operator delete overload is rocognized regardless of cv-quals. by Chandler Carruth · 15 years ago
  92. b6f3c70 Reapply r95546, no intended change in performance or functionality. by Benjamin Kramer · 15 years ago
  93. e7d0312 Revert 95546 since it changed the algorithmic characteristics of the convention lookup. by Ted Kremenek · 15 years ago
  94. de69f70 Simplify code with StringRef. by Benjamin Kramer · 15 years ago
  95. 1397663 Revert 95541. by Ted Kremenek · 15 years ago
  96. d819f74 set svn:ignore by Nuno Lopes · 15 years ago
  97. 169fba5 Cache imported types by Douglas Gregor · 15 years ago
  98. 6f8c430 Rename: GRState::getSVal(Stmt*) => getExprVal(), by Zhongxing Xu · 15 years ago
  99. b241cf6 BindInternal is redundant. Remove it. by Zhongxing Xu · 15 years ago
  100. 8149185 Like for symbolic region, automatically create a element zero region for by Zhongxing Xu · 15 years ago