1. 26e10be Follow through references to catch returned stack addresses, local blocks, label addresses or references to temporaries, e.g: by Argyrios Kyrtzidis · 14 years ago
  2. 040afae Implement basic AST importing and merging support for class template by Douglas Gregor · 14 years ago
  3. d7e40f0 Add objc_getClass as an objc builtin function by Fariborz Jahanian · 14 years ago
  4. 20fbe7c L-value to r-value conversion is not ready for prime-time. by John McCall · 14 years ago
  5. 67aba81 Such function decls,as objc's objc_msgSend, builtins in by Fariborz Jahanian · 14 years ago
  6. 7e48579 Introduce an r-value to l-value cast kind. I'm not promising anything by John McCall · 14 years ago
  7. 32b5fe7 System was renamed Support. Fix the build. by Duncan Sands · 14 years ago
  8. bbc8175 Add missing file from last commit by Douglas Gregor · 14 years ago
  9. 89d9980 When using a precompiled preamble with detailed preprocessing records, by Douglas Gregor · 14 years ago
  10. 414cb64 When loading a precompiled preamble, use the file ID of the by Douglas Gregor · 14 years ago
  11. d976ca4 Revert r120331 since it causes spurious warnings and a possible assertion hit when self-host. by Argyrios Kyrtzidis · 14 years ago
  12. 8b2f01b Emit warnings if we are returning a reference to a local temporary. by Argyrios Kyrtzidis · 14 years ago
  13. 03013fa Merge System into Support. by Michael J. Spencer · 14 years ago
  14. e4fed47 tighten up operator= to ensure we don't get multiple owners with the same FD. by Chris Lattner · 14 years ago
  15. 02fe28c Rename CXXObjectRegion to CXXTempObjectRegion. by Zhongxing Xu · 14 years ago
  16. 755f6bc fix a bug introduced in r120173. by Zhongxing Xu · 14 years ago
  17. 4fd5681 Regionstore: support derived-to-base cast by creating a CXXBaseObjectRegion. by Zhongxing Xu · 14 years ago
  18. f564289 OpaquePtrs are POD-like. by Benjamin Kramer · 14 years ago
  19. e1aeb13 Add dump method. by Zhongxing Xu · 14 years ago
  20. dae0cb5 Move isNearlyEmpty out into the ASTContext so it can be called from CodeGen as well. by Anders Carlsson · 14 years ago
  21. 15441eb Basic: add log2{,f,l}, round{,f,l} builtins by Peter Collingbourne · 14 years ago
  22. 2a5f99e Tie DefineVTablesUsed() in with recursive function instantiation so that we emit by Nick Lewycky · 14 years ago
  23. 0b9fb2f Remove the PrimaryBaseInfo class. by Anders Carlsson · 14 years ago
  24. c9e814b Rename RecordLayout::getPrimaryBaseWasVirtual to isPrimaryBaseVirtual. by Anders Carlsson · 14 years ago
  25. 46170f9 Add CXXRecordDecl::getIndirectPrimaryBases. by Anders Carlsson · 14 years ago
  26. 3230302 When getting CXXThisRegion from CXXMethodDecl, use the qualifiers. This is by Zhongxing Xu · 14 years ago
  27. d706434 Let StackFrameContext represent if the call expr is evaluated as lvalue. by Zhongxing Xu · 14 years ago
  28. f351424 Add -cc1 -ast-dump-xml, an excessively detailed XML dump of the internals by John McCall · 14 years ago
  29. 19b78d9 Use StackFrameContext directly in CallEnter program point. Then we don't need by Zhongxing Xu · 14 years ago
  30. 7eb0a9e Switch a lot of call-sites over to using the new value-kind calculations. by John McCall · 14 years ago
  31. 834f9de Improve comments in Clang static analyzer, based on kremenek's by Zhanyong Wan · 14 years ago
  32. 0d4739ab Fix 2 problems with Chris Lattner's FileManager redesign on Windows. by Francois Pichet · 14 years ago
  33. 3baf672 Adjust method calls to reflect name changes in by Ted Kremenek · 14 years ago
  34. 5cc1c73 The final result of all this refactoring: instead of doing stat immediately by Chris Lattner · 14 years ago
  35. 898a061 change the 'is directory' indicator to be a null-or-not by Chris Lattner · 14 years ago
  36. f9f7766 pull "is directory" handling into FileManager::getStatValue by Chris Lattner · 14 years ago
  37. dfa1edb A few tweaks to the value-kind computation: by John McCall · 14 years ago
  38. d6f6111 simplify the cache miss handling code, eliminating CacheMissing. by Chris Lattner · 14 years ago
  39. 11aa4b0 factor the "cache miss" handling code out of FM into a static by Chris Lattner · 14 years ago
  40. 74e976b PCH files only cache successful stats. Remove the code that reads/writes by Chris Lattner · 14 years ago
  41. 10e286a rework the stat cache, pulling it out of FileManager.h into by Chris Lattner · 14 years ago
  42. 75dfb65 tidy up. Split FileManager::getBufferForFile into by Chris Lattner · 14 years ago
  43. 681c74a don't allow remapping PTH file paths with -fworking-directory, the by Chris Lattner · 14 years ago
  44. 39b49bc now the FileManager has a FileSystemOpts ivar, stop threading by Chris Lattner · 14 years ago
  45. 458b5e2 make this file be self contained. by Chris Lattner · 14 years ago
  46. 7ad97ff give FileManager a 'FileSystemOptions' ivar, which will be used by Chris Lattner · 14 years ago
  47. cc7bd10 Fix a typo in a comment. by Zhanyong Wan · 14 years ago
  48. 151466a Partially revert Doug's PCH validation patch (r98585). by Chris Lattner · 14 years ago
  49. 8e161ed Microsoft C anonymous struct implementation. by Francois Pichet · 14 years ago
  50. 67452f5 stringref'ize API by Chris Lattner · 14 years ago
  51. d981146 Fix a bunch of IndirectFieldDecl-related warnings. by Benjamin Kramer · 14 years ago
  52. 6538227 remove old compatibility APIs, use StringRef versions instead. by Chris Lattner · 14 years ago
  53. f69a1f3 change the various getFile routines to use StringRef as their implementation form. by Chris Lattner · 14 years ago
  54. d18857d Compilation error: remove extra comma. by Francois Pichet · 14 years ago
  55. 87c2e12 Major anonymous union/struct redesign. by Francois Pichet · 14 years ago
  56. a4c2475 Forward the -fno-elide-constructor argument to clang -cc1. Fixes PR8652. by Anders Carlsson · 14 years ago
  57. b13453b Handle CFGAutomaticObjDtor. by Zhongxing Xu · 14 years ago
  58. 44aa1f3 Revert r119838 "Don't warn for empty 'if' body if there is a macro that expands to nothing" by Argyrios Kyrtzidis · 14 years ago
  59. 7663f39 A bundle of whitespace changes, separated out from the functional changes. by Nick Lewycky · 14 years ago
  60. 9ce5584 Implement a simple hash function for libclang cursors by Douglas Gregor · 14 years ago
  61. 1a9d050 Implement clang_getCanonicalCursor() in libclang, which does the obvious thing. by Douglas Gregor · 14 years ago
  62. 2aa9267 Several PPCallbacks take an SourceLocation + IdentifierInfo, rather by Craig Silverstein · 14 years ago
  63. a25b6a4 Don't warn for empty 'if' body if there is a macro that expands to nothing, e.g: by Argyrios Kyrtzidis · 14 years ago
  64. 46f936e When parsing something that looks like an ill-formed by Douglas Gregor · 14 years ago
  65. aa5f135 Extend the libclang diagnostic API to provide information about the by Douglas Gregor · 14 years ago
  66. 3ffe629 Remove Diagnostic's get/setNumErrors() and getNumErrorsSuppressed(). by Argyrios Kyrtzidis · 14 years ago
  67. 8fc32d2 Refactoring. Get FunctionScopeInfo to use DiagnosticErrorTrap. by Argyrios Kyrtzidis · 14 years ago
  68. 9c4eb1f Refactoring. by Argyrios Kyrtzidis · 14 years ago
  69. bce8d4b Use a signed vector type for the shift amount operand of unsigned shifts. by Bob Wilson · 14 years ago
  70. ab41b97 Remove the hack where, to get the return status, we had special case for VerifyDiagnosticsClient by Argyrios Kyrtzidis · 14 years ago
  71. f2224d8 Since multiple diagnostics can share one diagnostic client, have the client keeping track by Argyrios Kyrtzidis · 14 years ago
  72. 33e4e70 Refactoring of Diagnostic class. by Argyrios Kyrtzidis · 14 years ago
  73. 9313aac Copy the LangOptions in PrintingPolicy to avoid pointing to a LangOptions that is long gone. by Argyrios Kyrtzidis · 14 years ago
  74. 0943168 Add an assertion, fix a whole bunch of bugs, comment the assertion by John McCall · 14 years ago
  75. 45ab4b5 In some situations, TemplateArgumentLoc wasn't setting TypeSourceLoc (see by Craig Silverstein · 14 years ago
  76. f89e55a Calculate the value kind of an expression when it's created and by John McCall · 14 years ago
  77. 6a02b60 Added method for handling CXXOperatorCallExpr differently from CallExpr if CXXOperatorCallExpr represents method call. by Marcin Swiderski · 14 years ago
  78. cdba659 CursorVisitor: switch remaining expressions over by Ted Kremenek · 14 years ago
  79. 1380a14 -Rename -Wargument-larger-than -> -Wlarge-by-value-copy by Argyrios Kyrtzidis · 14 years ago
  80. 0a90d32 Make definition of CXTranslationUnitImpl private to libclang. by Ted Kremenek · 14 years ago
  81. 3532fdd Introduce option -Wargument-larger-than[=N] which warns about function definitions if they take by-value by Argyrios Kyrtzidis · 14 years ago
  82. fdda171 Implement -pie. by Rafael Espindola · 14 years ago
  83. 82c63bf In EvalArguments allow for evaluation of first argument always as a lvalue. Will be used for CXXOperatorCallExpr that represents method call. by Marcin Swiderski · 14 years ago
  84. de26760 Warn if direct accessing synthesized ivar backing the property in by Fariborz Jahanian · 14 years ago
  85. 75fd3f9 Put warn_logical_and_in_logical_or warning in new warning group "logical-op-parentheses" member of "parentheses". by Argyrios Kyrtzidis · 14 years ago
  86. 4ffcb99 Add skeleton for handling various cfg dtors. by Zhongxing Xu · 14 years ago
  87. 08f92e3 a metric ton of refactoring later, Sema::getLocationOfStringLiteralByte by Chris Lattner · 14 years ago
  88. b060727 move getSpelling from Preprocessor to Lexer, which it is more conceptually related to. by Chris Lattner · 14 years ago
  89. 0833dd0 propagate preprocessor out of StringLiteralParser. It is now by Chris Lattner · 14 years ago
  90. a95880d push the preprocessor out of EncodeUCNEscape by Chris Lattner · 14 years ago
  91. 7ef5c27 move AdvanceToTokenCharacter and getLocForEndOfToken from by Chris Lattner · 14 years ago
  92. 872a45e add a static version of PP::AdvanceToTokenCharacter. by Chris Lattner · 14 years ago
  93. 6c66f07 push use of Preprocessor out farther. by Chris Lattner · 14 years ago
  94. ca1475e push use of Preprocessor out of getOffsetOfStringByte by Chris Lattner · 14 years ago
  95. 48cf982 add a static form of the efficient PP::getSpelling method. by Chris Lattner · 14 years ago
  96. 91f54ce refactor the interface to StringLiteralParser::getOffsetOfStringByte, by Chris Lattner · 14 years ago
  97. a4ffd85 For an Objective-C @synthesize statement, e.g., by Douglas Gregor · 14 years ago
  98. e3c60a7 Fix source-range information for Objective-C properties. Previously, by Douglas Gregor · 14 years ago
  99. 34c2630 Front-end support for __attribute__((may_alias)). This is not by Dan Gohman · 14 years ago
  100. bee77f7 Warn about arg1 && arg2 || arg3, as GCC 4.3+ does. Fixes rdar://8659922 by Argyrios Kyrtzidis · 14 years ago