1. 38f28c1 Teach clang_getCursorReferenced() and friends about BlockDeclRefExprs. by Douglas Gregor · 14 years ago
  2. f17b58c In the presence of using declarations, we can find the same class by Douglas Gregor · 14 years ago
  3. f50595d Fix a horrible bug in all dataflow analyses that use CFGRecStmtVisitor (including live variables analysis). by Ted Kremenek · 14 years ago
  4. 35fa76d Fix '-analyzer-display-progress' for Objective-C methods. Also remove obsolete code. by Ted Kremenek · 14 years ago
  5. bd6b04c Test emoved. by Fariborz Jahanian · 14 years ago
  6. 8a97005 After discussion with Doug and John, I am reverting the patch. by Fariborz Jahanian · 14 years ago
  7. cee5501 Change handling of inline asm 'p' constraint to match llvm-gcc. by Dale Johannesen · 14 years ago
  8. 1fb0caa Substantially revise how clang computes the visibility of a declaration to by John McCall · 14 years ago
  9. 07ed93f Patch fixes miscompile with non-trivial copy constructors and by Fariborz Jahanian · 14 years ago
  10. 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
  11. 3313357 Revert unintentional check-in. by Devang Patel · 14 years ago
  12. dd8c10f When we perform name lookup for a template, we may end up finding an by Douglas Gregor · 14 years ago
  13. 8523d81 Don't try to guess svn version when current path is a symlink. by Oscar Fuentes · 14 years ago
  14. 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
  15. 79ba2a6 More class anonymization. by Benjamin Kramer · 14 years ago
  16. cb9c074 Move classes into anonymous namespaces. by Benjamin Kramer · 14 years ago
  17. fe7574b When performing name lookup for a namespace definition, only look into by Douglas Gregor · 14 years ago
  18. 9bd1d8d Teach the C++ simple-type-specifier parser and tentative parses about by Douglas Gregor · 14 years ago
  19. d93fae6 Update clang_getCursor() test to check searches on include directives by Douglas Gregor · 14 years ago
  20. 31da545 Rename clang's TBAA tree root from "experimental" to "simple". by Dan Gohman · 14 years ago
  21. 788f489 Tweak diagnostics for redeclaration of a @property in a class extension where the redelcaration and original by Ted Kremenek · 14 years ago
  22. ee1c08c Tidy up comment (remove extraneous text). by Ted Kremenek · 14 years ago
  23. 565cc44 Add some more comments. by Dan Gohman · 14 years ago
  24. 0b8ddb9 Implement the integral promotion rules for the C++0x char16_t and by Douglas Gregor · 14 years ago
  25. 369ea27 Diagnose the declaration of template template parameters that by Douglas Gregor · 14 years ago
  26. 0bab54c Always treat 'main' as an extern "C" function, so that we detect by Douglas Gregor · 14 years ago
  27. 9ee5ee8 When checking whether a return statement returns a stack-local by Douglas Gregor · 14 years ago
  28. 4f74d02 Revert r117005, WIN32 is not predefined after all. by Francois Pichet · 14 years ago
  29. 1adee4b Tweak the ObjCAtSyncChecker to assume that a mutex is non-nil after checking that it is by Ted Kremenek · 14 years ago
  30. 1a6f72d MSVC defines WIN32 as a predefined macro. by Francois Pichet · 14 years ago
  31. a764e83 Targets: Fix MinGW and VisualStudio predefined macros. by Michael J. Spencer · 14 years ago
  32. 4419b67 Improve the implementation of libclang's token-annotation logic for by Douglas Gregor · 14 years ago
  33. 13f8cbf Add test for Windows predefined macros. by Michael J. Spencer · 14 years ago
  34. dae4ac4 Reorganize predefined macros for all Windows targets. by Michael J. Spencer · 14 years ago
  35. 4d8ae4d Previously, the printf warnings would say your arguments type was 'int' when it was really a 'char' by Ted Kremenek · 14 years ago
  36. 5cca53e Remove unused variable. by Ted Kremenek · 14 years ago
  37. a366642 putback r116782, it's a safe fix and should not break windows by Andrew Trick · 14 years ago
  38. 20249a1 Fix Whitespace. by Michael J. Spencer · 14 years ago
  39. 542ad38 Revert "Cleanup and fix predefined macros for windows." by Michael J. Spencer · 14 years ago
  40. 712392e Cleanup and fix predefined macros for windows. by Michael J. Spencer · 14 years ago
  41. b41d899 Pass TInfo to CXXDestructorDecl::Create(), just like we do for other by Craig Silverstein · 14 years ago
  42. 85c7eac revert r116782 & r116793 to fix msvc9 buildbots by Andrew Trick · 14 years ago
  43. 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
  44. 441fff1 Modify the assumptions of an assert; the updated latest redeclaration can have the same location by Argyrios Kyrtzidis · 14 years ago
  45. f093350 Remove obsolete GRAuditor and GRSimpleAPICheck, which have been completely subsumed by the Checker interface. by Ted Kremenek · 14 years ago
  46. 2ce2baa Convert GRSimpleAPIChecks in BasicObjCFoundationChecks to be Checkers. by Ted Kremenek · 14 years ago
  47. ecdcb88 Extend the preprocessing record and libclang with support for by Douglas Gregor · 14 years ago
  48. 93f5e6a Call clang_disposeTokens() when we are done with the set of tokens. by Ted Kremenek · 14 years ago
  49. 536bab4 Get FunctionDecl to recurse on FunctionTypeLoc rather than by Craig Silverstein · 14 years ago
  50. 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
  51. 3e8a614 Minor optimization; Try to iterator over redeclarations only when necessary. by Argyrios Kyrtzidis · 14 years ago
  52. e0f8386 Fixes a potential crash in rewriter when sending message to 'super'. by Fariborz Jahanian · 14 years ago
  53. d9d2a87 Try again to pacify the build bots. =/ I'm getting a Darwin machine to test on. by Chandler Carruth · 14 years ago
  54. 54bd457 GCC 4.4 warns that Receiver may be used uninitialized in this function. by Duncan Sands · 14 years ago
  55. aa56a66 Access control polish: drop the note on the original declaration and by John McCall · 14 years ago
  56. 6b40195 Remove a modern bash-ism and use simpler shell redirects. Hopefully will fix by Chandler Carruth · 14 years ago
  57. feee58c Add support for the '--sysroot' flag, and an accompanying test of its by Chandler Carruth · 14 years ago
  58. 4e2cbb2 When matching template parameter lists to template-ids in a scope specifier by John McCall · 14 years ago
  59. 9a632ea Fix handling of property and ivar lookup in typo correction; the two by Douglas Gregor · 14 years ago
  60. cae5095 Add a __has_attribute macro that works much like __has_feature and __has_builtin. by Anders Carlsson · 14 years ago
  61. 06ff47b Disable this test while I track down the platform-specific issue by Douglas Gregor · 14 years ago
  62. 3eedbb0 Introduce a simple cache for unqualified typo corrections, so that we by Douglas Gregor · 14 years ago
  63. b4226ff Bah, incompetence by Douglas Gregor · 14 years ago
  64. f98402d Eliminate another ordering dependency in typo correction. Re-enable typo.m, which seems to be working properly. by Douglas Gregor · 14 years ago
  65. c87fa06 Had the wrong type for ArgType. :-( Fixed. by Craig Silverstein · 14 years ago
  66. 0fa0b78 The type-to-delete may not be a pointer if it's a dependent type. by Craig Silverstein · 14 years ago
  67. 80d56a9 Linux still needs these hacks. by Bill Wendling · 14 years ago
  68. 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
  69. ec3683b Do not rewrite new accessor if user has defined accessors. by Fariborz Jahanian · 14 years ago
  70. 3b562af Silence uninitialized value warning. by Ted Kremenek · 14 years ago
  71. 9714a23 Really^2 fix <rdar://problem/8361834>, this time without crashing. by Ted Kremenek · 14 years ago
  72. a119477 Provide an upper bound to the edit-distance algorithm when performing by Douglas Gregor · 14 years ago
  73. 220a9c8 Putting back safe fixes 116836,116837,116838 by Andrew Trick · 14 years ago
  74. 52a4ff6 Revert most of r116862. It isn't quite the right fix for a memory leak in Preprocessor. by Ted Kremenek · 14 years ago
  75. ea35f77 Really fix: <rdar://problem/8361834> MacroInfo::AddTokenToBody() leaks memory by Ted Kremenek · 14 years ago
  76. 2a6b03a Simplify loop. No functionality change. by Ted Kremenek · 14 years ago
  77. 7cffb55 Reverting 116836,116837,116838 until we resolve the getLangStandardForKind failures. by Andrew Trick · 14 years ago
  78. da7700e Now that mm_malloc.h was rewritten to *not* include errno.h (see by Bill Wendling · 14 years ago
  79. 362a8f2 Improve the performance of typo correction, by using a simple by Douglas Gregor · 14 years ago
  80. 43e1b46 Fixes a bug in ivar lookup in the new objc's default by Fariborz Jahanian · 14 years ago
  81. a25c408 Tag references shouldn't ever get template parameter lists. by John McCall · 14 years ago
  82. af8fa25 Simplify lifetime management of MacroInfo objects in Preprocessor by having the Preprocessor maintain them in a linked by Ted Kremenek · 14 years ago
  83. 0d7d399 Fix up the comments for creating ParmVarDeclAbbrev to reflect reality. by Argyrios Kyrtzidis · 14 years ago
  84. 0a2e097 Minor optimization; if we have a CXXRecordDecl we can get the definition decl directly without iterating over the redeclarations. by Argyrios Kyrtzidis · 14 years ago
  85. 1d2a431 Merge headers into test/PCH/chain-cxx.cpp for convenience. by Argyrios Kyrtzidis · 14 years ago
  86. 105716e Fix CMake installation of arm_neon.h by Douglas Gregor · 14 years ago
  87. e6a7dab In ~Preprocessor(), also cleanup the MacroInfo objects left-over from stray "#pragma push_macro" uses. This by Ted Kremenek · 14 years ago
  88. b275e3d Fix typo in comment. by Ted Kremenek · 14 years ago
  89. 4c73307 This patch implements Next's IRGen for -fconstant-string-class=class-name. by Fariborz Jahanian · 14 years ago
  90. 102ff97 When marking declarations referenced within an expression (e.g., by Douglas Gregor · 14 years ago
  91. acd65bd Use CLANG_RESOURCE_DIR define if one is provided, otherwise use the default of by Chandler Carruth · 14 years ago
  92. 5d058e7 test: FileCheck'ize and document test. by Michael J. Spencer · 14 years ago
  93. 9cac494 Fix Whitespace. by Michael J. Spencer · 14 years ago
  94. 35043e5 MSVC space optimization. by John McCall · 14 years ago
  95. 77be2b4 Petty space optimizations in ElaboratedType and DependentNameType. by John McCall · 14 years ago
  96. c54d688 When instantiating a dependently-scoped friend function declaration, by John McCall · 14 years ago
  97. 51f56fc lib/Headers/stddef.h: wint_t should be defined whenever <stddef.h> is included with __need_wint_t. by NAKAMURA Takumi · 14 years ago
  98. 157c5bf test/Coverage/html-diagnostics.c: Use find(1) to glob wildcards. by NAKAMURA Takumi · 14 years ago
  99. 4eab39f Instantiate enclosing template parameter lists when instantiating friends. by John McCall · 14 years ago
  100. 613ef3d Uncomputable contexts are always records but can exist. by John McCall · 14 years ago