1. 0d4739ab Fix 2 problems with Chris Lattner's FileManager redesign on Windows. by Francois Pichet · 14 years ago
  2. 3baf672 Adjust method calls to reflect name changes in by Ted Kremenek · 14 years ago
  3. 5cc1c73 The final result of all this refactoring: instead of doing stat immediately by Chris Lattner · 14 years ago
  4. 898a061 change the 'is directory' indicator to be a null-or-not by Chris Lattner · 14 years ago
  5. f9f7766 pull "is directory" handling into FileManager::getStatValue by Chris Lattner · 14 years ago
  6. dfa1edb A few tweaks to the value-kind computation: by John McCall · 14 years ago
  7. d6f6111 simplify the cache miss handling code, eliminating CacheMissing. by Chris Lattner · 14 years ago
  8. 11aa4b0 factor the "cache miss" handling code out of FM into a static by Chris Lattner · 14 years ago
  9. 74e976b PCH files only cache successful stats. Remove the code that reads/writes by Chris Lattner · 14 years ago
  10. 10e286a rework the stat cache, pulling it out of FileManager.h into by Chris Lattner · 14 years ago
  11. 75dfb65 tidy up. Split FileManager::getBufferForFile into by Chris Lattner · 14 years ago
  12. 681c74a don't allow remapping PTH file paths with -fworking-directory, the by Chris Lattner · 14 years ago
  13. 39b49bc now the FileManager has a FileSystemOpts ivar, stop threading by Chris Lattner · 14 years ago
  14. 458b5e2 make this file be self contained. by Chris Lattner · 14 years ago
  15. 7ad97ff give FileManager a 'FileSystemOptions' ivar, which will be used by Chris Lattner · 14 years ago
  16. cc7bd10 Fix a typo in a comment. by Zhanyong Wan · 14 years ago
  17. 151466a Partially revert Doug's PCH validation patch (r98585). by Chris Lattner · 14 years ago
  18. 8e161ed Microsoft C anonymous struct implementation. by Francois Pichet · 14 years ago
  19. 67452f5 stringref'ize API by Chris Lattner · 14 years ago
  20. d981146 Fix a bunch of IndirectFieldDecl-related warnings. by Benjamin Kramer · 14 years ago
  21. 6538227 remove old compatibility APIs, use StringRef versions instead. by Chris Lattner · 14 years ago
  22. f69a1f3 change the various getFile routines to use StringRef as their implementation form. by Chris Lattner · 14 years ago
  23. d18857d Compilation error: remove extra comma. by Francois Pichet · 14 years ago
  24. 87c2e12 Major anonymous union/struct redesign. by Francois Pichet · 14 years ago
  25. a4c2475 Forward the -fno-elide-constructor argument to clang -cc1. Fixes PR8652. by Anders Carlsson · 14 years ago
  26. b13453b Handle CFGAutomaticObjDtor. by Zhongxing Xu · 14 years ago
  27. 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
  28. 7663f39 A bundle of whitespace changes, separated out from the functional changes. by Nick Lewycky · 14 years ago
  29. 9ce5584 Implement a simple hash function for libclang cursors by Douglas Gregor · 14 years ago
  30. 1a9d050 Implement clang_getCanonicalCursor() in libclang, which does the obvious thing. by Douglas Gregor · 14 years ago
  31. 2aa9267 Several PPCallbacks take an SourceLocation + IdentifierInfo, rather by Craig Silverstein · 14 years ago
  32. 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
  33. 46f936e When parsing something that looks like an ill-formed by Douglas Gregor · 14 years ago
  34. aa5f135 Extend the libclang diagnostic API to provide information about the by Douglas Gregor · 14 years ago
  35. 3ffe629 Remove Diagnostic's get/setNumErrors() and getNumErrorsSuppressed(). by Argyrios Kyrtzidis · 14 years ago
  36. 8fc32d2 Refactoring. Get FunctionScopeInfo to use DiagnosticErrorTrap. by Argyrios Kyrtzidis · 14 years ago
  37. 9c4eb1f Refactoring. by Argyrios Kyrtzidis · 14 years ago
  38. bce8d4b Use a signed vector type for the shift amount operand of unsigned shifts. by Bob Wilson · 14 years ago
  39. ab41b97 Remove the hack where, to get the return status, we had special case for VerifyDiagnosticsClient by Argyrios Kyrtzidis · 14 years ago
  40. f2224d8 Since multiple diagnostics can share one diagnostic client, have the client keeping track by Argyrios Kyrtzidis · 14 years ago
  41. 33e4e70 Refactoring of Diagnostic class. by Argyrios Kyrtzidis · 14 years ago
  42. 9313aac Copy the LangOptions in PrintingPolicy to avoid pointing to a LangOptions that is long gone. by Argyrios Kyrtzidis · 14 years ago
  43. 0943168 Add an assertion, fix a whole bunch of bugs, comment the assertion by John McCall · 14 years ago
  44. 45ab4b5 In some situations, TemplateArgumentLoc wasn't setting TypeSourceLoc (see by Craig Silverstein · 14 years ago
  45. f89e55a Calculate the value kind of an expression when it's created and by John McCall · 14 years ago
  46. 6a02b60 Added method for handling CXXOperatorCallExpr differently from CallExpr if CXXOperatorCallExpr represents method call. by Marcin Swiderski · 14 years ago
  47. cdba659 CursorVisitor: switch remaining expressions over by Ted Kremenek · 14 years ago
  48. 1380a14 -Rename -Wargument-larger-than -> -Wlarge-by-value-copy by Argyrios Kyrtzidis · 14 years ago
  49. 0a90d32 Make definition of CXTranslationUnitImpl private to libclang. by Ted Kremenek · 14 years ago
  50. 3532fdd Introduce option -Wargument-larger-than[=N] which warns about function definitions if they take by-value by Argyrios Kyrtzidis · 14 years ago
  51. fdda171 Implement -pie. by Rafael Espindola · 14 years ago
  52. 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
  53. de26760 Warn if direct accessing synthesized ivar backing the property in by Fariborz Jahanian · 14 years ago
  54. 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
  55. 4ffcb99 Add skeleton for handling various cfg dtors. by Zhongxing Xu · 14 years ago
  56. 08f92e3 a metric ton of refactoring later, Sema::getLocationOfStringLiteralByte by Chris Lattner · 14 years ago
  57. b060727 move getSpelling from Preprocessor to Lexer, which it is more conceptually related to. by Chris Lattner · 14 years ago
  58. 0833dd0 propagate preprocessor out of StringLiteralParser. It is now by Chris Lattner · 14 years ago
  59. a95880d push the preprocessor out of EncodeUCNEscape by Chris Lattner · 14 years ago
  60. 7ef5c27 move AdvanceToTokenCharacter and getLocForEndOfToken from by Chris Lattner · 14 years ago
  61. 872a45e add a static version of PP::AdvanceToTokenCharacter. by Chris Lattner · 14 years ago
  62. 6c66f07 push use of Preprocessor out farther. by Chris Lattner · 14 years ago
  63. ca1475e push use of Preprocessor out of getOffsetOfStringByte by Chris Lattner · 14 years ago
  64. 48cf982 add a static form of the efficient PP::getSpelling method. by Chris Lattner · 14 years ago
  65. 91f54ce refactor the interface to StringLiteralParser::getOffsetOfStringByte, by Chris Lattner · 14 years ago
  66. a4ffd85 For an Objective-C @synthesize statement, e.g., by Douglas Gregor · 14 years ago
  67. e3c60a7 Fix source-range information for Objective-C properties. Previously, by Douglas Gregor · 14 years ago
  68. 34c2630 Front-end support for __attribute__((may_alias)). This is not by Dan Gohman · 14 years ago
  69. bee77f7 Warn about arg1 && arg2 || arg3, as GCC 4.3+ does. Fixes rdar://8659922 by Argyrios Kyrtzidis · 14 years ago
  70. e19df18 turned pointers into pointers to const in function parameters in all functions/builtins accepting pointers to a const-qualified type according to PIM and "Language Extensions for CBEA" by Anton Yartsev · 14 years ago
  71. 4383e18 Emit a specific diagnostic when typedefing C++ bool, mirroring gcc. by Argyrios Kyrtzidis · 14 years ago
  72. 07d7e7a Re-work the handling of implicit 'this' arguments and silly GCC-style attribute by Chandler Carruth · 14 years ago
  73. a60ed47 Change CXTranslationUnit to not directly cast to an ASTUnit*, by Ted Kremenek · 14 years ago
  74. 64ccf24 Improve diagnostic for calling non-const method on const object. Fixes rdar://7743000 by Argyrios Kyrtzidis · 14 years ago
  75. 9dc84c9 Handle member initializer in C++ ctor. by Zhongxing Xu · 14 years ago
  76. a437ad3 Have CXXDeleteExpr::getDestroyedType return the actual destroyed type by Craig Silverstein · 14 years ago
  77. e2b7688 Kill CK_Unknown and flesh out the documentation for the existing CastKinds. by John McCall · 14 years ago
  78. 1c23e91 Kill off the remaining places which generate CK_Unknown casts. by John McCall · 14 years ago
  79. ed12273 Move CXString creation/management routines into by Ted Kremenek · 14 years ago
  80. 916c870 Add an ExternalASTSource hook to complete a type on demand. by John McCall · 14 years ago
  81. 4211bb6 Add support for "neon_vector_type" and "neon_polyvector_type" attributes by Bob Wilson · 14 years ago
  82. 5082d34 Add another case to the whitelist of cast kinds that can convert to bool. by John McCall · 14 years ago
  83. 7cd7d1a Add a new expression kind, OpaqueValueExpr, which is useful for by John McCall · 14 years ago
  84. d6543f8 Add method ParentMap::addStmt(). by Ted Kremenek · 14 years ago
  85. daa8e4e Assorted work leading towards the elimination of CK_Unknown. by John McCall · 14 years ago
  86. 9c6cd67 Add skeleton for handling other kinds of CFGElements. by Zhongxing Xu · 14 years ago
  87. 1b27ab3 Revert r119045. It was failing on Windows. by Ted Kremenek · 14 years ago
  88. b9ce656 Clean up initialization of LangOptions object by splitting part of it into a parent class by Ted Kremenek · 14 years ago
  89. f3ea8cf Add a few more complex-related cast kinds that arise due to arbitrary by John McCall · 14 years ago
  90. ae2cf76 When complaining about ambiguous overload resolution for a unary or by Douglas Gregor · 14 years ago
  91. 2bb5d00 Introduce five new cast kinds for various conversions into and by John McCall · 14 years ago
  92. cf33b24 Bring UsualArithmeticConversionsType back into Sema and cast the by John McCall · 14 years ago
  93. 3e47b48 Add GRWorkList::VisitItemsInWorkList() to allow a client to introspect the contents of a worklist. by Ted Kremenek · 14 years ago
  94. 404cd16 Introduce a null-to-pointer implicit cast kind. by John McCall · 14 years ago
  95. f69eb7c Generalize ASTContext::areCompatibleVectorTypes to handle new Neon vector types. by Bob Wilson · 14 years ago
  96. cc3b946 Increase VectorTypeBitfields::VecKind field from 2 to 3 bits. by Bob Wilson · 14 years ago
  97. 491328c Add a separate NeonPolyVector kind to distinguish polynomial vector types. by Bob Wilson · 14 years ago
  98. 41bafb1 API enhancements to TypeLocBuilder. by John McCall · 14 years ago
  99. cb7b1e1 Make sure to always check the result of by Douglas Gregor · 14 years ago
  100. 8f0889c Fix use of an uninitialized SourceLocation because DeclarationNameLoc failed to completely zero-initialize itself. by Ted Kremenek · 14 years ago