1. 6160598 Add an environment variable that allows us to turn off threading in c-index-test by Douglas Gregor · 14 years ago
  2. 157a3ff Remove redundant test by Douglas Gregor · 14 years ago
  3. d66f428 Also devirtualize calls to a member functions where the containing class has been marked final. by Anders Carlsson · 14 years ago
  4. bd2bfae If a virtual member function has the 'final' attribute, we can devirtualize calls to it. by Anders Carlsson · 14 years ago
  5. 007a9b1 Add helper for extracting the CXXRecordDecl for the implicit argument to by Chandler Carruth · 14 years ago
  6. a1898dd If visiting RHS causes us to finish 'Block', e.g. the RHS is a StmtExpr by Zhongxing Xu · 14 years ago
  7. 82b9659 Avoid calculating linkage until the more obvious checks have run when by John McCall · 14 years ago
  8. d4aff0e Don't compute linkage for a declaration as part of the #pragma weak by John McCall · 14 years ago
  9. c37b736 Disable this test until we figure out what madness it causes by Douglas Gregor · 14 years ago
  10. 90d9081 Add support for code completion on stdin. by Dan Gohman · 14 years ago
  11. 92d835a Patch to provide guard when initializing instances by Fariborz Jahanian · 14 years ago
  12. 789a159 Extract procedures to do scalar-to-memory and memory-to-scalar conversions by John McCall · 14 years ago
  13. 9c13f5b Sign by Douglas Gregor · 14 years ago
  14. 694137c Simplify this code: don't check for the same error two by Dan Gohman · 14 years ago
  15. 0d06e99 getOrCreateContentCache never returns null, so overrideFileContents by Dan Gohman · 14 years ago
  16. 30af47f I hate this test by Douglas Gregor · 14 years ago
  17. 043fb9a Factor out the code for emitting code to load vtable pointer members by Dan Gohman · 14 years ago
  18. 808bedf Something is seriously wonky with this test by Douglas Gregor · 14 years ago
  19. bddf8eb Fix silly typo by Douglas Gregor · 14 years ago
  20. 53e4b55 Teach typo correction not to return the same keyword that matches a by Douglas Gregor · 14 years ago
  21. 8e6285a Optimize field space usage in CompoundStmt, LabelStmt, Expr, and CastExpr. by John McCall · 14 years ago
  22. 3fa5cae No really, we don't have a retain/release system for statements/expressions by John McCall · 14 years ago
  23. dbfd045 Cookie crumbs. by John McCall · 14 years ago
  24. 202422e Actually, that doesn't really work, and anyway we should choose by John McCall · 14 years ago
  25. 6d09da0 Consider conversions of Objective-C pointers to 'id' to be basically of by John McCall · 14 years ago
  26. 0700bbf Delay complete-type checking for arguments to no-prototype functions by Douglas Gregor · 14 years ago
  27. ac65c62 A couple of tweaks to the visibility rules: by John McCall · 14 years ago
  28. 1235b0e Pending further discussion, re-enable warnings for Objective C by John McCall · 14 years ago
  29. 32adc8b When de-serializing a type that is supposed to be canonical, call by Douglas Gregor · 14 years ago
  30. c1143e5 Fix lazy symbolication bug in RegionStore involving fields of global variables. When invalidated, the entire by Ted Kremenek · 14 years ago
  31. d45d59f Move 'includeGlobals' as a field into ClusterAnalysis. by Ted Kremenek · 14 years ago
  32. 646c3c3 Tweak null dereference checker to give better diagnostics for null dereferences resulting from array accesses. by Ted Kremenek · 14 years ago
  33. 455553b Add infrastructure for emitting TBAA metadata with the "constant" flag. by Dan Gohman · 14 years ago
  34. e946fc8 Patch for mis-compile of statement expressions with by Fariborz Jahanian · 14 years ago
  35. b31c289 Trim an unnecessary #include. by Dan Gohman · 14 years ago
  36. 224d759 Factor out the code for creating the Root and Char nodes, so that by Dan Gohman · 14 years ago
  37. a473c95 Add and describe a quick script to migrate gcc builtins that clang doesn't by Eric Christopher · 14 years ago
  38. d8f0ade Look through the address-of operator to find the function being by Douglas Gregor · 14 years ago
  39. 4654241 When we're calling a function that we know based on its K&R-style by Douglas Gregor · 14 years ago
  40. 0d4f767 Add check for UnknownVals for mutexes in ObjCAtSyncChecker. Fixes crash reported in PR 8458. by Ted Kremenek · 14 years ago
  41. 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
  42. 428edaf Improve the tracking of source locations for parentheses in constructor calls. by Chandler Carruth · 14 years ago
  43. 8c5e5d6 Added generation of destructors for member constant size arrays. by Marcin Swiderski · 14 years ago
  44. b1c5287 Added generation of destructors for constant size arrays. by Marcin Swiderski · 14 years ago
  45. 4846675 Implement GNU C extension: two types are compatible if they appear by Peter Collingbourne · 14 years ago
  46. b6cc0e1 Keep track in chained PCH of implicit members that were added after the definition was completed. by Argyrios Kyrtzidis · 14 years ago
  47. 565bf30 Start fleshing out ASTMutationListener; notify when a tag definition is completed. by Argyrios Kyrtzidis · 14 years ago
  48. 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
  49. aacdd02 Some method renaming, no functionality change. by Argyrios Kyrtzidis · 14 years ago
  50. 89eaf3a Refactoring. by Argyrios Kyrtzidis · 14 years ago
  51. 7b90340 Put the mechanism in place to track modifications in an AST entity that were committed after by Argyrios Kyrtzidis · 14 years ago
  52. 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
  53. c01dc6f Minor refactoring; Pull reading/writing DefinitionData out into a function. by Argyrios Kyrtzidis · 14 years ago
  54. 951455d Fix tyop. by Anders Carlsson · 14 years ago
  55. e166719 - Fixed subexpressions evaluation order for binary operators to match order in code generated with the compiler, by Marcin Swiderski · 14 years ago
  56. cd1af3d Move the "used but marked unused" warning behind a special warning flag for now. by Anders Carlsson · 14 years ago
  57. 77a1a88 C++ [basic.scope.hiding] allows an ordinary name to hide a non-tag by Douglas Gregor · 14 years ago
  58. 14bd965 Update remaining attribute macros to new style. by Chandler Carruth · 14 years ago
  59. 61e3828 Update to use 'LLVM_*' macro names for attributes. by Chandler Carruth · 14 years ago
  60. 2127ecc Warn if a variable marked with the "unused" attribute is used. Patch by Darin Adler! by Anders Carlsson · 14 years ago
  61. 5b629aa Parse attributes on enumerators and instantiate attributes on enum decls. by John McCall · 14 years ago
  62. 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
  63. ddfa6c3 Update compatibility page for objective-c. by Fariborz Jahanian · 14 years ago
  64. 38f28c1 Teach clang_getCursorReferenced() and friends about BlockDeclRefExprs. by Douglas Gregor · 14 years ago
  65. f17b58c In the presence of using declarations, we can find the same class by Douglas Gregor · 14 years ago
  66. f50595d Fix a horrible bug in all dataflow analyses that use CFGRecStmtVisitor (including live variables analysis). by Ted Kremenek · 14 years ago
  67. 35fa76d Fix '-analyzer-display-progress' for Objective-C methods. Also remove obsolete code. by Ted Kremenek · 14 years ago
  68. bd6b04c Test emoved. by Fariborz Jahanian · 14 years ago
  69. 8a97005 After discussion with Doug and John, I am reverting the patch. by Fariborz Jahanian · 14 years ago
  70. cee5501 Change handling of inline asm 'p' constraint to match llvm-gcc. by Dale Johannesen · 14 years ago
  71. 1fb0caa Substantially revise how clang computes the visibility of a declaration to by John McCall · 14 years ago
  72. 07ed93f Patch fixes miscompile with non-trivial copy constructors and by Fariborz Jahanian · 14 years ago
  73. 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
  74. 3313357 Revert unintentional check-in. by Devang Patel · 14 years ago
  75. dd8c10f When we perform name lookup for a template, we may end up finding an by Douglas Gregor · 14 years ago
  76. 8523d81 Don't try to guess svn version when current path is a symlink. by Oscar Fuentes · 14 years ago
  77. 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
  78. 79ba2a6 More class anonymization. by Benjamin Kramer · 14 years ago
  79. cb9c074 Move classes into anonymous namespaces. by Benjamin Kramer · 14 years ago
  80. fe7574b When performing name lookup for a namespace definition, only look into by Douglas Gregor · 14 years ago
  81. 9bd1d8d Teach the C++ simple-type-specifier parser and tentative parses about by Douglas Gregor · 14 years ago
  82. d93fae6 Update clang_getCursor() test to check searches on include directives by Douglas Gregor · 14 years ago
  83. 31da545 Rename clang's TBAA tree root from "experimental" to "simple". by Dan Gohman · 14 years ago
  84. 788f489 Tweak diagnostics for redeclaration of a @property in a class extension where the redelcaration and original by Ted Kremenek · 14 years ago
  85. ee1c08c Tidy up comment (remove extraneous text). by Ted Kremenek · 14 years ago
  86. 565cc44 Add some more comments. by Dan Gohman · 14 years ago
  87. 0b8ddb9 Implement the integral promotion rules for the C++0x char16_t and by Douglas Gregor · 14 years ago
  88. 369ea27 Diagnose the declaration of template template parameters that by Douglas Gregor · 14 years ago
  89. 0bab54c Always treat 'main' as an extern "C" function, so that we detect by Douglas Gregor · 14 years ago
  90. 9ee5ee8 When checking whether a return statement returns a stack-local by Douglas Gregor · 14 years ago
  91. 4f74d02 Revert r117005, WIN32 is not predefined after all. by Francois Pichet · 14 years ago
  92. 1adee4b Tweak the ObjCAtSyncChecker to assume that a mutex is non-nil after checking that it is by Ted Kremenek · 14 years ago
  93. 1a6f72d MSVC defines WIN32 as a predefined macro. by Francois Pichet · 14 years ago
  94. a764e83 Targets: Fix MinGW and VisualStudio predefined macros. by Michael J. Spencer · 14 years ago
  95. 4419b67 Improve the implementation of libclang's token-annotation logic for by Douglas Gregor · 14 years ago
  96. 13f8cbf Add test for Windows predefined macros. by Michael J. Spencer · 14 years ago
  97. dae4ac4 Reorganize predefined macros for all Windows targets. by Michael J. Spencer · 14 years ago
  98. 4d8ae4d Previously, the printf warnings would say your arguments type was 'int' when it was really a 'char' by Ted Kremenek · 14 years ago
  99. 5cca53e Remove unused variable. by Ted Kremenek · 14 years ago
  100. a366642 putback r116782, it's a safe fix and should not break windows by Andrew Trick · 14 years ago