1. 48d05e6 Refactor clients of AnalyzerOptions::getBooleanOption() to have by Ted Kremenek · 12 years ago
  2. 94bb74c Tweak AnalyzerOptions::getOptionAsInteger() to populate the string by Ted Kremenek · 12 years ago
  3. 9e28fe6 Change AnalyzerOptions::mayInlineCXXMemberFunction to default populate by Ted Kremenek · 12 years ago
  4. 632dcc9 [libclang] When indexing an AST file, only deserialize the preprocessing record by Argyrios Kyrtzidis · 12 years ago
  5. 8dd927c Add info in the preprocessing record whether an inclusion directive by Argyrios Kyrtzidis · 12 years ago
  6. 2c3e05c [libclang] Implement the importedASTFile indexing callback to provide by Argyrios Kyrtzidis · 12 years ago
  7. 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
  8. 1ecf0e6 Enable programmatic provisioning of virtual module.map files (instead of writing out actual module.map files). by Axel Naumann · 12 years ago
  9. 38c3bb4 Only those InterestingDecls that got added to the AST should be passed to the ASTConsumer. by Axel Naumann · 12 years ago
  10. 39d26c3 Merge pending instantiations instead of overwriting existing ones. by Axel Naumann · 12 years ago
  11. 3ba17ee Tweak diagnostic text to indicate that __weak on a local variable is only allowed by Ted Kremenek · 12 years ago
  12. be9af12 Add FP_CONTRACT support for clang. by Lang Hames · 12 years ago
  13. bbff82f Move isObjCSelf into Expr. by Anna Zaks · 12 years ago
  14. faab561 availability in structured documents. Takes by Fariborz Jahanian · 12 years ago
  15. 622b6fb Have AnalyzerOptions::getBooleanOption() stick the matching config by Ted Kremenek · 12 years ago
  16. 568f785 Cleaning up the self initialization checker. by Richard Trieu · 12 years ago
  17. ca5d78d [analyzer] Make ProgramStateManager's SubEngine parameter optional. by Jordan Rose · 12 years ago
  18. 31f7c08 Add matchers for selected C++11 features. by Daniel Jasper · 12 years ago
  19. f2f3ce5 Add Clang support for iOS6. by Bob Wilson · 12 years ago
  20. 0226266 Add an FMA intrinsic for ARM Neon. by Bob Wilson · 12 years ago
  21. 2e4457a Whitespace. by Bob Wilson · 12 years ago
  22. aaa8e45 Fix refersToDeclaration()-matcher and add missing test case. This was by Daniel Jasper · 12 years ago
  23. 1952354 Move the 'find macro by spelling' infrastructure to the Preprocessor class and by Dmitri Gribenko · 12 years ago
  24. f8afcff For PPCallbacks::InclusionDirective() add a parameter for the module, whenever by Argyrios Kyrtzidis · 12 years ago
  25. e2ac16b In the Module class, add a reference to the corresponding AST file. by Argyrios Kyrtzidis · 12 years ago
  26. b6d80fe Use a custom DenseMapInfo for WeakObjectProfileTy. by Jordan Rose · 12 years ago
  27. 66da0ab Compatibility macro detection for the -Wimplicit-fallthrough diagnostic. by Alexander Kornienko · 12 years ago
  28. 3437daa -Wreceiver-is-weak: rephrase warning text and add a suggestion Note. by Jordan Rose · 12 years ago
  29. a55d32d Pull ScopeInfo implementation into its own file. by Jordan Rose · 12 years ago
  30. 7a27048 -Warc-repeated-use-of-weak: check ivars and variables as well. by Jordan Rose · 12 years ago
  31. 58b6bdc Add a warning (off by default) for repeated use of the same weak property. by Jordan Rose · 12 years ago
  32. ad0ce53 Make getDefaultSynthIvarName() a member of ObjCPropertyDecl. by Anna Zaks · 12 years ago
  33. 023bd7d Pass PrintingPolicy by reference, copying it isn't cheap. by Benjamin Kramer · 12 years ago
  34. dc6c6d3 Shrink LinkageInfo from 96 bits to 8 bits. by Benjamin Kramer · 12 years ago
  35. 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
  36. 94ff8e1 Fix a typo 'iff' => 'if' by Sylvestre Ledru · 12 years ago
  37. da31359 Per discussion in http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20120917/064551.html by Argyrios Kyrtzidis · 12 years ago
  38. 526d244 [libclang] Remove the ParentKind cursor kind from code-completion results. by Argyrios Kyrtzidis · 12 years ago
  39. e6d2202 Have ASTUnit::Save() return a bool to indicate save error. by Argyrios Kyrtzidis · 12 years ago
  40. 93dec51 Revert r163022, it caused PR13924. by Nico Weber · 12 years ago
  41. 732cdf3 Remove unnecessary ASTContext& parameter from SymExpr::getType(). by Ted Kremenek · 12 years ago
  42. 80bfa3d Fix an edge case of mangling involving the combination of a lambda and typeid. by Eli Friedman · 12 years ago
  43. d7a6b16 Fix the AST representation for non-type template arguments to encode by Eli Friedman · 12 years ago
  44. 0738198 Teach Type::getAs<TemplateSpecializationType> that a TemplateSpecializationType by Richard Smith · 12 years ago
  45. 663117a [Options] Store the option ID in OptTable::Info. by Michael J. Spencer · 12 years ago
  46. afbb662 Remove 'const' version of getBasicVals(), which is useless. by Ted Kremenek · 12 years ago
  47. 80ecf5e [driver] Add support for the -fno-fast-math option. rdar://12299433 by Chad Rosier · 12 years ago
  48. 4d7e0ce Macro history (de-)serialization. Deserialization currently reads only the latest macro definition. Needs more work. by Alexander Kornienko · 12 years ago
  49. 1370d37 -iframework should allow separate arguments. by Douglas Gregor · 12 years ago
  50. b09de51 Introduce builtin macros to determine whether we're building a by Douglas Gregor · 12 years ago
  51. 9158a56 A minor doc fix. by Alexander Kornienko · 12 years ago
  52. ea30e2f Add the Microsoft __is_interface_class type trait. Patch by Andy Gibbs! by John McCall · 12 years ago
  53. e402e72 Fix for r163013 regression and further __interface enhancement. by John McCall · 12 years ago
  54. e49ff3e Fix crash when a decltype expression in a trailing return type refers to the by Richard Smith · 12 years ago
  55. 9b760e8 objective-C: use 'instance variables' as plural when referring to the feature. by Fariborz Jahanian · 12 years ago
  56. 59ed9e4 objective-C: remove use of 'ivar' in favor of by Fariborz Jahanian · 12 years ago
  57. 374b383 StringRef'ize Preprocessor::CreateString(). by Dmitri Gribenko · 12 years ago
  58. b0f6b9c Replace an assertion with an error for empty __asm statements. by Bob Wilson · 12 years ago
  59. c12906e Make sure that we don't end up making an #undef'd macro visible after by Douglas Gregor · 12 years ago
  60. 5e02f65 [libclang] Bring CXCursor_AsmStmt back as an alias for CXCursor_GCCAsmStmt. by Argyrios Kyrtzidis · 12 years ago
  61. 7145589 Include 'long long' extension warning in the LongLong group so that it can be by Dmitri Gribenko · 12 years ago
  62. e3b136b Change the wording of the extension warning from by Dmitri Gribenko · 12 years ago
  63. 8cd3f15 [analyzer] Remove unused. by Anna Zaks · 12 years ago
  64. fc97ea2 Small cleanup of literal semantic analysis: hiding 'char *' pointers behind by Dmitri Gribenko · 12 years ago
  65. 03a8638 Implement ToolChain::IsUnwindTablesDefault to reduce code duplication a bit. by Rafael Espindola · 12 years ago
  66. 0bd9838 Comment sema: warn when comment has \deprecated but declaration does not have a by Dmitri Gribenko · 12 years ago
  67. 4bc38d6 Remove superfluous \namespace command. by Dmitri Gribenko · 12 years ago
  68. b9d4e5e [analyzer] Suppress bugs whose paths go through the return of a null pointer. by Jordan Rose · 12 years ago
  69. 8347d3d [analyzer] Allow a BugReport to be marked "invalid" during path generation. by Jordan Rose · 12 years ago
  70. 615a092 Use llvm::getOrdinalSuffix to print ordinal numbers in diagnostics. by Jordan Rose · 12 years ago
  71. 5d99a25 Fix bug which sometimes resulted in further diagnostics being produced after a by Richard Smith · 12 years ago
  72. fd09088 objective-C: when diagnosing deprecated/unavailable usage of by Fariborz Jahanian · 12 years ago
  73. 8e1c598 Add four new command line options for MIPS CPU selection: by Simon Atanasyan · 12 years ago
  74. 72d54e1 Update comment. by Chad Rosier · 12 years ago
  75. 490dd9c Use MapVectors to make the order we mark virtual functions used by a vtable by Rafael Espindola · 12 years ago
  76. 7821e07 Make warnings about uninitialized fields include the field name. by Hans Wennborg · 12 years ago
  77. ddc0c48 Simplify getRuntimeDefinition() back to taking no arguments. by Ted Kremenek · 12 years ago
  78. b6b5b97 PR13890: Warn on abstract final classes. by David Blaikie · 12 years ago
  79. 4c919eb ARM: Use a dedicated intrinsic for vector bitwise select. by Jim Grosbach · 12 years ago
  80. a43df95 Implement faux-body-synthesis of well-known functions in the static analyzer when by Ted Kremenek · 12 years ago
  81. 445895a Constify method. by Ted Kremenek · 12 years ago
  82. cca300a Ensure that the Decl* wrapped by an AnalysisDeclContext cannot be changed after by Ted Kremenek · 12 years ago
  83. 2025503 Remove unused fields. by Ted Kremenek · 12 years ago
  84. 8b533d9 If the range in a for range statement doesn't have a viable begin/end function, by Richard Smith · 12 years ago
  85. a193f20 Improvements to my patch in r164143 per Richard's comments. // rdar://12202422 by Fariborz Jahanian · 12 years ago
  86. a405b25 Include types when a definition's type differs from a prior declaration. by David Blaikie · 12 years ago
  87. b54b764 Add some matchers for basic AST nodes. by Daniel Jasper · 12 years ago
  88. 34af5a2 Be more consistent about ending suggestions with a '?' by Nico Weber · 12 years ago
  89. b327816 Provide better error messages for incorrect matchers. by Daniel Jasper · 12 years ago
  90. 7c3c6bc Handle lambdas where the lambda-declarator is an explicit "(void)". PR13854. by Eli Friedman · 12 years ago
  91. d6f80da Per C++11 [class.friend]p3, the 'friend' keyword must appear first in a by Richard Smith · 12 years ago
  92. 561e3c6 PR13881: Add -Wzero-length-array for zero length array extension, and move it into -Wgnu. by Richard Smith · 12 years ago
  93. 3bd762d Add some typedefs for clarity. by Rafael Espindola · 12 years ago
  94. 93e4599 Remove Context argument from TemplateDeductionInfo constructor. It was no longer needed after the unused Context member was removed in r164104. by Craig Topper · 12 years ago
  95. 8da8a66 Add the TypeSourceInfo for the lambda call operator to the lambda's by Eli Friedman · 12 years ago
  96. 15a9356 c: warn when an integer value comparison with an by Fariborz Jahanian · 12 years ago
  97. e6d2a96 Add missing matcher for C-style cast expressions. by Daniel Jasper · 12 years ago
  98. 3680b4f Make all VariadicDynCast-Expr-matchers StatementMatchers by Daniel Jasper · 12 years ago
  99. 6bd4e2b Remove an unused private field exposed by the recent LLVM_DELETED_FUNCTION changes. by Craig Topper · 12 years ago
  100. 1a1e995 Remove an unused private field exposed by the recent LLVM_DELETED_FUNCTION changes. by Craig Topper · 12 years ago