1. a473c95 Add and describe a quick script to migrate gcc builtins that clang doesn't by Eric Christopher · 14 years ago
  2. d8f0ade Look through the address-of operator to find the function being by Douglas Gregor · 14 years ago
  3. 4654241 When we're calling a function that we know based on its K&R-style by Douglas Gregor · 14 years ago
  4. 0d4f767 Add check for UnknownVals for mutexes in ObjCAtSyncChecker. Fixes crash reported in PR 8458. by Ted Kremenek · 14 years ago
  5. e8a2d4c Only warn for mismatched types in Objective-C methods when they are incompatible, not when they are simply different. Now we test whether the difference in types breaks the principle of substitutability, rather than whether they are different. by David Chisnall · 14 years ago
  6. 428edaf Improve the tracking of source locations for parentheses in constructor calls. by Chandler Carruth · 14 years ago
  7. 8c5e5d6 Added generation of destructors for member constant size arrays. by Marcin Swiderski · 14 years ago
  8. b1c5287 Added generation of destructors for constant size arrays. by Marcin Swiderski · 14 years ago
  9. 4846675 Implement GNU C extension: two types are compatible if they appear by Peter Collingbourne · 14 years ago
  10. b6cc0e1 Keep track in chained PCH of implicit members that were added after the definition was completed. by Argyrios Kyrtzidis · 14 years ago
  11. 565bf30 Start fleshing out ASTMutationListener; notify when a tag definition is completed. by Argyrios Kyrtzidis · 14 years ago
  12. ba901b5 Introduce a DeclsToRewrite field in ASTWrite, used for collecting the decls that will be replaced in the chained PCH. by Argyrios Kyrtzidis · 14 years ago
  13. aacdd02 Some method renaming, no functionality change. by Argyrios Kyrtzidis · 14 years ago
  14. 89eaf3a Refactoring. by Argyrios Kyrtzidis · 14 years ago
  15. 7b90340 Put the mechanism in place to track modifications in an AST entity that were committed after by Argyrios Kyrtzidis · 14 years ago
  16. 134db1f Simplify and "robust-ify" the way that CXXRecord references point to the definition data when loaded from PCH. by Argyrios Kyrtzidis · 14 years ago
  17. c01dc6f Minor refactoring; Pull reading/writing DefinitionData out into a function. by Argyrios Kyrtzidis · 14 years ago
  18. 951455d Fix tyop. by Anders Carlsson · 14 years ago
  19. e166719 - Fixed subexpressions evaluation order for binary operators to match order in code generated with the compiler, by Marcin Swiderski · 14 years ago
  20. cd1af3d Move the "used but marked unused" warning behind a special warning flag for now. by Anders Carlsson · 14 years ago
  21. 77a1a88 C++ [basic.scope.hiding] allows an ordinary name to hide a non-tag by Douglas Gregor · 14 years ago
  22. 14bd965 Update remaining attribute macros to new style. by Chandler Carruth · 14 years ago
  23. 61e3828 Update to use 'LLVM_*' macro names for attributes. by Chandler Carruth · 14 years ago
  24. 2127ecc Warn if a variable marked with the "unused" attribute is used. Patch by Darin Adler! by Anders Carlsson · 14 years ago
  25. 5b629aa Parse attributes on enumerators and instantiate attributes on enum decls. by John McCall · 14 years ago
  26. b164a19 Minor tweak so that fixit-errors.c is never compiled; it crashes and pops up a crash dialog on my system. by Anders Carlsson · 14 years ago
  27. ddfa6c3 Update compatibility page for objective-c. by Fariborz Jahanian · 14 years ago
  28. 38f28c1 Teach clang_getCursorReferenced() and friends about BlockDeclRefExprs. by Douglas Gregor · 14 years ago
  29. f17b58c In the presence of using declarations, we can find the same class by Douglas Gregor · 14 years ago
  30. f50595d Fix a horrible bug in all dataflow analyses that use CFGRecStmtVisitor (including live variables analysis). by Ted Kremenek · 14 years ago
  31. 35fa76d Fix '-analyzer-display-progress' for Objective-C methods. Also remove obsolete code. by Ted Kremenek · 14 years ago
  32. bd6b04c Test emoved. by Fariborz Jahanian · 14 years ago
  33. 8a97005 After discussion with Doug and John, I am reverting the patch. by Fariborz Jahanian · 14 years ago
  34. cee5501 Change handling of inline asm 'p' constraint to match llvm-gcc. by Dale Johannesen · 14 years ago
  35. 1fb0caa Substantially revise how clang computes the visibility of a declaration to by John McCall · 14 years ago
  36. 07ed93f Patch fixes miscompile with non-trivial copy constructors and by Fariborz Jahanian · 14 years ago
  37. 6802027 Delay record type's debug info emission, in -flimit-debug-info mode, if member expression's base is call expr. by Devang Patel · 14 years ago
  38. 3313357 Revert unintentional check-in. by Devang Patel · 14 years ago
  39. dd8c10f When we perform name lookup for a template, we may end up finding an by Douglas Gregor · 14 years ago
  40. 8523d81 Don't try to guess svn version when current path is a symlink. by Oscar Fuentes · 14 years ago
  41. 58faf20 Tidy up MIPS_linkage name. Provide it only if it does not match regular name, otherwise it confuses debugger. by Devang Patel · 14 years ago
  42. 79ba2a6 More class anonymization. by Benjamin Kramer · 14 years ago
  43. cb9c074 Move classes into anonymous namespaces. by Benjamin Kramer · 14 years ago
  44. fe7574b When performing name lookup for a namespace definition, only look into by Douglas Gregor · 14 years ago
  45. 9bd1d8d Teach the C++ simple-type-specifier parser and tentative parses about by Douglas Gregor · 14 years ago
  46. d93fae6 Update clang_getCursor() test to check searches on include directives by Douglas Gregor · 14 years ago
  47. 31da545 Rename clang's TBAA tree root from "experimental" to "simple". by Dan Gohman · 14 years ago
  48. 788f489 Tweak diagnostics for redeclaration of a @property in a class extension where the redelcaration and original by Ted Kremenek · 14 years ago
  49. ee1c08c Tidy up comment (remove extraneous text). by Ted Kremenek · 14 years ago
  50. 565cc44 Add some more comments. by Dan Gohman · 14 years ago
  51. 0b8ddb9 Implement the integral promotion rules for the C++0x char16_t and by Douglas Gregor · 14 years ago
  52. 369ea27 Diagnose the declaration of template template parameters that by Douglas Gregor · 14 years ago
  53. 0bab54c Always treat 'main' as an extern "C" function, so that we detect by Douglas Gregor · 14 years ago
  54. 9ee5ee8 When checking whether a return statement returns a stack-local by Douglas Gregor · 14 years ago
  55. 4f74d02 Revert r117005, WIN32 is not predefined after all. by Francois Pichet · 14 years ago
  56. 1adee4b Tweak the ObjCAtSyncChecker to assume that a mutex is non-nil after checking that it is by Ted Kremenek · 14 years ago
  57. 1a6f72d MSVC defines WIN32 as a predefined macro. by Francois Pichet · 14 years ago
  58. a764e83 Targets: Fix MinGW and VisualStudio predefined macros. by Michael J. Spencer · 14 years ago
  59. 4419b67 Improve the implementation of libclang's token-annotation logic for by Douglas Gregor · 14 years ago
  60. 13f8cbf Add test for Windows predefined macros. by Michael J. Spencer · 14 years ago
  61. dae4ac4 Reorganize predefined macros for all Windows targets. by Michael J. Spencer · 14 years ago
  62. 4d8ae4d Previously, the printf warnings would say your arguments type was 'int' when it was really a 'char' by Ted Kremenek · 14 years ago
  63. 5cca53e Remove unused variable. by Ted Kremenek · 14 years ago
  64. a366642 putback r116782, it's a safe fix and should not break windows by Andrew Trick · 14 years ago
  65. 20249a1 Fix Whitespace. by Michael J. Spencer · 14 years ago
  66. 542ad38 Revert "Cleanup and fix predefined macros for windows." by Michael J. Spencer · 14 years ago
  67. 712392e Cleanup and fix predefined macros for windows. by Michael J. Spencer · 14 years ago
  68. b41d899 Pass TInfo to CXXDestructorDecl::Create(), just like we do for other by Craig Silverstein · 14 years ago
  69. 85c7eac revert r116782 & r116793 to fix msvc9 buildbots by Andrew Trick · 14 years ago
  70. 046c03b When implicit members are added to a C++ record, notify the serializer so that a chained PCH writes the definition again. by Argyrios Kyrtzidis · 14 years ago
  71. 441fff1 Modify the assumptions of an assert; the updated latest redeclaration can have the same location by Argyrios Kyrtzidis · 14 years ago
  72. f093350 Remove obsolete GRAuditor and GRSimpleAPICheck, which have been completely subsumed by the Checker interface. by Ted Kremenek · 14 years ago
  73. 2ce2baa Convert GRSimpleAPIChecks in BasicObjCFoundationChecks to be Checkers. by Ted Kremenek · 14 years ago
  74. ecdcb88 Extend the preprocessing record and libclang with support for by Douglas Gregor · 14 years ago
  75. 93f5e6a Call clang_disposeTokens() when we are done with the set of tokens. by Ted Kremenek · 14 years ago
  76. 536bab4 Get FunctionDecl to recurse on FunctionTypeLoc rather than by Craig Silverstein · 14 years ago
  77. 0ad6dc3 Fix chained PCH issue; make sure all visible decls that will be put into a UPDATE_VISIBLE block were recorded beforehand. by Argyrios Kyrtzidis · 14 years ago
  78. 3e8a614 Minor optimization; Try to iterator over redeclarations only when necessary. by Argyrios Kyrtzidis · 14 years ago
  79. e0f8386 Fixes a potential crash in rewriter when sending message to 'super'. by Fariborz Jahanian · 14 years ago
  80. d9d2a87 Try again to pacify the build bots. =/ I'm getting a Darwin machine to test on. by Chandler Carruth · 14 years ago
  81. 54bd457 GCC 4.4 warns that Receiver may be used uninitialized in this function. by Duncan Sands · 14 years ago
  82. aa56a66 Access control polish: drop the note on the original declaration and by John McCall · 14 years ago
  83. 6b40195 Remove a modern bash-ism and use simpler shell redirects. Hopefully will fix by Chandler Carruth · 14 years ago
  84. feee58c Add support for the '--sysroot' flag, and an accompanying test of its by Chandler Carruth · 14 years ago
  85. 4e2cbb2 When matching template parameter lists to template-ids in a scope specifier by John McCall · 14 years ago
  86. 9a632ea Fix handling of property and ivar lookup in typo correction; the two by Douglas Gregor · 14 years ago
  87. cae5095 Add a __has_attribute macro that works much like __has_feature and __has_builtin. by Anders Carlsson · 14 years ago
  88. 06ff47b Disable this test while I track down the platform-specific issue by Douglas Gregor · 14 years ago
  89. 3eedbb0 Introduce a simple cache for unqualified typo corrections, so that we by Douglas Gregor · 14 years ago
  90. b4226ff Bah, incompetence by Douglas Gregor · 14 years ago
  91. f98402d Eliminate another ordering dependency in typo correction. Re-enable typo.m, which seems to be working properly. by Douglas Gregor · 14 years ago
  92. c87fa06 Had the wrong type for ArgType. :-( Fixed. by Craig Silverstein · 14 years ago
  93. 0fa0b78 The type-to-delete may not be a pointer if it's a dependent type. by Craig Silverstein · 14 years ago
  94. 80d56a9 Linux still needs these hacks. by Bill Wendling · 14 years ago
  95. 9703b0d Fix issue with chained PCH where forward references did not pick up later definition in the chained PCH. by Argyrios Kyrtzidis · 14 years ago
  96. ec3683b Do not rewrite new accessor if user has defined accessors. by Fariborz Jahanian · 14 years ago
  97. 3b562af Silence uninitialized value warning. by Ted Kremenek · 14 years ago
  98. 9714a23 Really^2 fix <rdar://problem/8361834>, this time without crashing. by Ted Kremenek · 14 years ago
  99. a119477 Provide an upper bound to the edit-distance algorithm when performing by Douglas Gregor · 14 years ago
  100. 220a9c8 Putting back safe fixes 116836,116837,116838 by Andrew Trick · 14 years ago