1. bf967be [Doc parsing] This patch searches overridden objc/c++ by Fariborz Jahanian · 12 years ago
  2. 04bec39 Move Sema::PropertyIfSetterOrGetter to ObjCMethodDecl::findPropertyDecl. by Jordan Rose · 12 years ago
  3. 9a1f7d8 Change Sema::PropertyIfSetterOrGetter to make use of isPropertyAccessor. by Jordan Rose · 12 years ago
  4. 1e4691b Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor. by Jordan Rose · 12 years ago
  5. eae5a820 Fix PR 11709: Change the definition of va_list to meet AAPCS requirement by Logan Chien · 12 years ago
  6. 62288ed When indexing a module file, for the ppIncludedFile callback give by Argyrios Kyrtzidis · 12 years ago
  7. 2a85718 [modules] Consistently construct a buffer as input to build the module. by Argyrios Kyrtzidis · 12 years ago
  8. a8235d6 Rework the (de-)serialization of macros, as stored in by Douglas Gregor · 12 years ago
  9. 6c2fd0d Initialize the end loc in ObjCInterfaceTypeLoc. by Benjamin Kramer · 12 years ago
  10. 238b6a9 The clang driver has a fairly fancy support for executing gcc instead of by Rafael Espindola · 12 years ago
  11. 4def70d -fcatch-undefined-behavior: emit calls to the runtime library whenever one of the checks fails. by Richard Smith · 12 years ago
  12. 26a9438 Create variable for warning group -Wshorten-64-to-32. by Ted Kremenek · 12 years ago
  13. 740ae67 Move the functionality that looks for ObjC overridden methods from by Argyrios Kyrtzidis · 12 years ago
  14. ce12d2f Make the order of visitation of the pending bodies in the AST reader by Douglas Gregor · 12 years ago
  15. 5456b0fe When we load a function or method body from an AST file, we check by Douglas Gregor · 12 years ago
  16. 3644d97 If a macro has been #undef'd in a precompiled header, we still need to by Douglas Gregor · 12 years ago
  17. f5b132f Clearing a SmallPtrSet is still expensive, split it out from OverloadCandidateSet::clear and don't do it on destruction. by Benjamin Kramer · 12 years ago
  18. de7c001 CXXMethodDecl::isConst() and CXXMethodDecl::isVolatile() can be const methods by Arnaud A. de Grandmaison · 12 years ago
  19. 21c3607 Move the logic that searches for overridden methods from libclang to by Argyrios Kyrtzidis · 12 years ago
  20. 635dc3a Actually add the -Wenum-conversion group to -Wconversion as r165361 by Chandler Carruth · 12 years ago
  21. fc80b79 Sort the subgroups of the diagnostic group for -Wconversion. No by Chandler Carruth · 12 years ago
  22. 2dbe2fa FileNameMatchTrie: Use StringRef instead of Twines where possible. by Daniel Jasper · 12 years ago
  23. d3420c9 Support symlinks and relative paths in complilation databases. by Daniel Jasper · 12 years ago
  24. 6b34c17 Use a single note diagnostic for all the precedent/parentheses warnings. by David Blaikie · 12 years ago
  25. 0bea863 StringRef-ify Binary/UnaryOperator::getOpcodeStr by David Blaikie · 12 years ago
  26. d190057 Expose __builtin_bswap16. by Benjamin Kramer · 12 years ago
  27. 0b06e33 Place warn_impcast_different_enum_types in a new warning group, -Wenum-conversion, that is a subgroup of -Wconversion. by Ted Kremenek · 12 years ago
  28. d29245c [libclang] Fix the comments, as suggested by Dmitri. by Argyrios Kyrtzidis · 12 years ago
  29. b3f55c5 Implement -Wshift-op-parentheses for: a << b + c by David Blaikie · 12 years ago
  30. 134d1e8a [libclang] Now that we have a CXModule object, pass it to the by Argyrios Kyrtzidis · 12 years ago
  31. 5d04b1a [libclang] Introduce new C functions that provide information about modules: by Argyrios Kyrtzidis · 12 years ago
  32. c7782d9 [Modules] Introduce Module::TopHeaders which is a set of top-level headers by Argyrios Kyrtzidis · 12 years ago
  33. f03b888 [preprocessing record] Have PPEntityID be independent of the size of the by Argyrios Kyrtzidis · 12 years ago
  34. 6a01012 [libclang] Introduce CXCursor_ModuleImportDecl cursor kind, used for a module by Argyrios Kyrtzidis · 12 years ago
  35. d1a55a6 Egriegious hack to support libstdc++4.6's broken <atomic> header, which defines by Richard Smith · 12 years ago
  36. 59c0a81 Fixed FunctionTypeLoc source range. by Abramo Bagnara · 12 years ago
  37. 03a4005 Fixed friend decl source range. by Abramo Bagnara · 12 years ago
  38. e20e508 Driver: Link crtfastmath.o if it's available and -ffast-math is specified. by Benjamin Kramer · 12 years ago
  39. 9595c7e Permanently end the whole "pragma got handled by the parser too early" by Eli Friedman · 12 years ago
  40. 5904c9c use ';' instead of '-' in the note part of my last patch. by Fariborz Jahanian · 12 years ago
  41. 3da76bf [libclang] When indexing, invoke the importedASTFile for PCH files as well. by Argyrios Kyrtzidis · 12 years ago
  42. 37f2f52 [libclang] Simplify indexing of module imports by handling implicit by Argyrios Kyrtzidis · 12 years ago
  43. 9b7dcdb [Options] Store the owning OptTable in Option so it can construct Group and Alias. by Michael J. Spencer · 12 years ago
  44. fc44e88 Remove useless parameter "WantFile" from Driver::GetProgramPath(). by Simon Atanasyan · 12 years ago
  45. 5b82073 Fix a typo in my last patch reported by Erik Schwiebert. by Fariborz Jahanian · 12 years ago
  46. 3021475 Remove ASTReader::needPendingInstantiation(), introduced in r164993, by Douglas Gregor · 12 years ago
  47. e5fa3c2 Revert most of the functionality in r165001. Instead, make sure that by Douglas Gregor · 12 years ago
  48. 3f001ff objective-C arc: Warn under arc about a use of an ivar inside a block by Fariborz Jahanian · 12 years ago
  49. d64c26f Set the file entry for a Module* that was created during deserialization by Argyrios Kyrtzidis · 12 years ago
  50. 50e71f1 Add a FIXME. by Argyrios Kyrtzidis · 12 years ago
  51. d3d9816 Introduce ASTConsumer::HandleImplicitImportDecl() callback that is invoked by Argyrios Kyrtzidis · 12 years ago
  52. 95c579c Some renames to use the 'visitor' nomenclature, no functionality change. by Argyrios Kyrtzidis · 12 years ago
  53. 6880f49 Improve C++11 attribute parsing. by Michael Han · 12 years ago
  54. aa66b08 [analyzer] Push evalDynamicCast and evalDerivedToBase up to Store. by Jordan Rose · 12 years ago
  55. 041ce8e Teach getCXXRecordDeclForPointerType about references. by Jordan Rose · 12 years ago
  56. a2ea4d9 [PCH/Module] Change the map of file-level DeclIDs to use a FileID by Argyrios Kyrtzidis · 12 years ago
  57. 2093e0b [libclang] When indexing an AST file, only deserialize the file level by Argyrios Kyrtzidis · 12 years ago
  58. 48d05e6 Refactor clients of AnalyzerOptions::getBooleanOption() to have by Ted Kremenek · 12 years ago
  59. 94bb74c Tweak AnalyzerOptions::getOptionAsInteger() to populate the string by Ted Kremenek · 12 years ago
  60. 9e28fe6 Change AnalyzerOptions::mayInlineCXXMemberFunction to default populate by Ted Kremenek · 12 years ago
  61. 632dcc9 [libclang] When indexing an AST file, only deserialize the preprocessing record by Argyrios Kyrtzidis · 12 years ago
  62. 8dd927c Add info in the preprocessing record whether an inclusion directive by Argyrios Kyrtzidis · 12 years ago
  63. 2c3e05c [libclang] Implement the importedASTFile indexing callback to provide by Argyrios Kyrtzidis · 12 years ago
  64. 82bfa19 Allowing individual targets to determine whether a given calling convention is allowed or ignored with warning. This allows for correct name mangling for x64 targets on Windows, which in turn allows for linking against the Win32 APIs. by Aaron Ballman · 12 years ago
  65. 1ecf0e6 Enable programmatic provisioning of virtual module.map files (instead of writing out actual module.map files). by Axel Naumann · 12 years ago
  66. 38c3bb4 Only those InterestingDecls that got added to the AST should be passed to the ASTConsumer. by Axel Naumann · 12 years ago
  67. 39d26c3 Merge pending instantiations instead of overwriting existing ones. by Axel Naumann · 12 years ago
  68. 3ba17ee Tweak diagnostic text to indicate that __weak on a local variable is only allowed by Ted Kremenek · 12 years ago
  69. be9af12 Add FP_CONTRACT support for clang. by Lang Hames · 12 years ago
  70. bbff82f Move isObjCSelf into Expr. by Anna Zaks · 12 years ago
  71. faab561 availability in structured documents. Takes by Fariborz Jahanian · 12 years ago
  72. 622b6fb Have AnalyzerOptions::getBooleanOption() stick the matching config by Ted Kremenek · 12 years ago
  73. 568f785 Cleaning up the self initialization checker. by Richard Trieu · 12 years ago
  74. ca5d78d [analyzer] Make ProgramStateManager's SubEngine parameter optional. by Jordan Rose · 12 years ago
  75. 31f7c08 Add matchers for selected C++11 features. by Daniel Jasper · 12 years ago
  76. f2f3ce5 Add Clang support for iOS6. by Bob Wilson · 12 years ago
  77. 0226266 Add an FMA intrinsic for ARM Neon. by Bob Wilson · 12 years ago
  78. 2e4457a Whitespace. by Bob Wilson · 12 years ago
  79. aaa8e45 Fix refersToDeclaration()-matcher and add missing test case. This was by Daniel Jasper · 12 years ago
  80. 1952354 Move the 'find macro by spelling' infrastructure to the Preprocessor class and by Dmitri Gribenko · 12 years ago
  81. f8afcff For PPCallbacks::InclusionDirective() add a parameter for the module, whenever by Argyrios Kyrtzidis · 12 years ago
  82. e2ac16b In the Module class, add a reference to the corresponding AST file. by Argyrios Kyrtzidis · 12 years ago
  83. b6d80fe Use a custom DenseMapInfo for WeakObjectProfileTy. by Jordan Rose · 12 years ago
  84. 66da0ab Compatibility macro detection for the -Wimplicit-fallthrough diagnostic. by Alexander Kornienko · 12 years ago
  85. 3437daa -Wreceiver-is-weak: rephrase warning text and add a suggestion Note. by Jordan Rose · 12 years ago
  86. a55d32d Pull ScopeInfo implementation into its own file. by Jordan Rose · 12 years ago
  87. 7a27048 -Warc-repeated-use-of-weak: check ivars and variables as well. by Jordan Rose · 12 years ago
  88. 58b6bdc Add a warning (off by default) for repeated use of the same weak property. by Jordan Rose · 12 years ago
  89. ad0ce53 Make getDefaultSynthIvarName() a member of ObjCPropertyDecl. by Anna Zaks · 12 years ago
  90. 023bd7d Pass PrintingPolicy by reference, copying it isn't cheap. by Benjamin Kramer · 12 years ago
  91. dc6c6d3 Shrink LinkageInfo from 96 bits to 8 bits. by Benjamin Kramer · 12 years ago
  92. f3477c1 Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. See: http://en.wikipedia.org/wiki/If_and_only_if Commit 164766 by Sylvestre Ledru · 12 years ago
  93. 94ff8e1 Fix a typo 'iff' => 'if' by Sylvestre Ledru · 12 years ago
  94. da31359 Per discussion in http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20120917/064551.html by Argyrios Kyrtzidis · 12 years ago
  95. 526d244 [libclang] Remove the ParentKind cursor kind from code-completion results. by Argyrios Kyrtzidis · 12 years ago
  96. e6d2202 Have ASTUnit::Save() return a bool to indicate save error. by Argyrios Kyrtzidis · 12 years ago
  97. 93dec51 Revert r163022, it caused PR13924. by Nico Weber · 12 years ago
  98. 732cdf3 Remove unnecessary ASTContext& parameter from SymExpr::getType(). by Ted Kremenek · 12 years ago
  99. 80bfa3d Fix an edge case of mangling involving the combination of a lambda and typeid. by Eli Friedman · 12 years ago
  100. d7a6b16 Fix the AST representation for non-type template arguments to encode by Eli Friedman · 12 years ago