1. 960809e Added missing ImplicitCastExpr around conversion operator call. by Abramo Bagnara · 13 years ago
  2. 4648255 Fix Neon builtin pointer argument checking for "sret" builtins. by Bob Wilson · 13 years ago
  3. e42a0ab Fixed crash with initializer lists and unnamed bitfields in the RegionStore by Jim Goodnow II · 13 years ago
  4. a081da5 Implement (de-)serialization of the buffer contents for an overridden by Douglas Gregor · 13 years ago
  5. 3d5f24a Update CMake build. by Benjamin Kramer · 13 years ago
  6. 9b0970f [analyzer] Catch the first taint propagation implied buffer overflow. by Anna Zaks · 13 years ago
  7. df18c5a [analyzer] Adding generic taint checker. by Anna Zaks · 13 years ago
  8. ceac1d6 [analyzer] Adding basic building blocks for taint propagation. by Anna Zaks · 13 years ago
  9. 57e156a [analyzer] Cleanup: Null->0, comments. by Anna Zaks · 13 years ago
  10. fc06f98 [analyzer] Cleanup (NULL -> 0, no doxygen in cpp). by Anna Zaks · 13 years ago
  11. c24b4f6 [analyzer] Assert if we ever get an over constrained state. by Anna Zaks · 13 years ago
  12. 0e12ebf [analyzer] Factor getCalleeName to the checker context. by Anna Zaks · 13 years ago
  13. 245a538 Stop claiming that Visual Studio 2005 is a viable basis for building by Chandler Carruth · 13 years ago
  14. 1b4eca6 Add -f[no-]address-sanitizer flag by Kostya Serebryany · 13 years ago
  15. 2ad226b PR11391: Don't try to evaluate the LHS of a _Complex assignment as an rvalue. by Richard Smith · 13 years ago
  16. 261e75b When building a module from a module map that isn't simply an umbrella by Douglas Gregor · 13 years ago
  17. 30bb420 Fixed missing cast and wrong cast kind in delete expression. by Abramo Bagnara · 13 years ago
  18. f8b42d1 Switch the remaining modules tests over to -emit-module-from-map. by Douglas Gregor · 13 years ago
  19. c88e58c [libclang] Add a comment in lazyCreateDiags to explain why the check and reset of by Argyrios Kyrtzidis · 13 years ago
  20. 03ee2dd [libclang] Make clang_annotateTokens use "file-targeted" deserialization and avoid by Argyrios Kyrtzidis · 13 years ago
  21. e2079cf [libclang] Make clang_findReferencesInFile use "file-targeted" deserialization and avoid by Argyrios Kyrtzidis · 13 years ago
  22. 9254bf7 Match LLVM API change. by Evan Cheng · 13 years ago
  23. b755a9d Fix PR11385: A pointer constant expression which has been cast via an integer is by Richard Smith · 13 years ago
  24. 4258332 Migrate a few more modules tests over to -emit-module-from-map. by Douglas Gregor · 13 years ago
  25. de19bb1 Teach ccc-analyzer about -fobjc-arc. by Ted Kremenek · 13 years ago
  26. 35593a9 [libclang] Fix crash on invalid code. Fixes rdar://10451854 by Argyrios Kyrtzidis · 13 years ago
  27. 3e340a6 [libclang] Indexing API: fill the objc category info for a category implementation and by Argyrios Kyrtzidis · 13 years ago
  28. d6c8209 [libclang] Indexing API: make sure we do not try to index local declarations. by Argyrios Kyrtzidis · 13 years ago
  29. c6b4a50 [libclang] Indexing API: if the CXIndexOpt_OneRefPerFile option is set, only report one reference by Argyrios Kyrtzidis · 13 years ago
  30. 220b45c [libclang] In lazyCreateDiags, recreate the diagnostic set if the number of diagnostics by Argyrios Kyrtzidis · 13 years ago
  31. 3238059 Fix test on Release builds. by Eli Friedman · 13 years ago
  32. 2f77b3d Fix a bunch of really nasty bugs in how we compute alignment for reference lvalues. PR11376. by Eli Friedman · 13 years ago
  33. 1432569 Switch some more of the modules tests over to "-emit-module-from-map", by Douglas Gregor · 13 years ago
  34. db1cde7 Add support for building a module from a module map to the -cc1 by Douglas Gregor · 13 years ago
  35. e614d6c In Microsoft mode, make "Unqualified lookup into dependent bases of class templates" works inside static functions. by Francois Pichet · 13 years ago
  36. d2536a6 Revert r144703. It was a dumb idea anyway; will add the new bits more by Douglas Gregor · 13 years ago
  37. 3bc4515 Compute whether a class is trivial correctly for template classes with an explicitly deleted or defaulted special member. PR11387. by Eli Friedman · 13 years ago
  38. b8691df Split GenerateModuleAction into its own action, which will start by Douglas Gregor · 13 years ago
  39. 9c0e1ec Fixed plausible overloads location. by Abramo Bagnara · 13 years ago
  40. b86b8dc Add a -cc1-level option -fmodule-name=<name>, which will be used when by Douglas Gregor · 13 years ago
  41. 0b69d13 Remove one group'ed warning. by Fariborz Jahanian · 13 years ago
  42. bf2e680 Add -Wmismatched-method-attributes flag for when attributes in method definition and by Fariborz Jahanian · 13 years ago
  43. 99643d9 Typo. by Chad Rosier · 13 years ago
  44. 496cc8e Fix a regression from 143657. The second pass of the warning options should only be emitting by Chad Rosier · 13 years ago
  45. 2d9eb21 Teach the CFG builder how to properly destroy temporaries who by Douglas Gregor · 13 years ago
  46. 037ad1b Validate DiagGroup names in TableGen, they're used as command line arguments so we don't want shell meta chars in there. by Benjamin Kramer · 13 years ago
  47. dce6327 Warning option typo correction: When two options have the same edit_distance don't display either. by Benjamin Kramer · 13 years ago
  48. f7ce194 Fixed a cut&paste error introduced in r141336. by Abramo Bagnara · 13 years ago
  49. 64482c6 [PCH] When serializing an PseudoObjectExpr or AtomicExpr, the serialization code must be set by Argyrios Kyrtzidis · 13 years ago
  50. e7bbab9 [libclang] Indexing API: Pass an implicit ObjCInterfaceDecl (@implementation without @interface) by Argyrios Kyrtzidis · 13 years ago
  51. 40f57ee Use Decl's isImplicit field to indicate whether an ObjCInterfaceDecl is 'ImplicitInterfaceDecl', by Argyrios Kyrtzidis · 13 years ago
  52. 21ee570 [libclang] Introduce a new function to apply the indexing callbacks on an existing by Argyrios Kyrtzidis · 13 years ago
  53. ca3d3fc Fix crash in calling convention code expanding an struct with a complex member. by Eli Friedman · 13 years ago
  54. 32509f1 Resolve placeholder expressions before trying to deduce by John McCall · 13 years ago
  55. 02ae32a Remove extra ';'. by Devang Patel · 13 years ago
  56. 155fa39 The optimizers figured out how to make this store 6. by Nick Lewycky · 13 years ago
  57. 2407712 Fix potential memory leak for clients of clang_getOverriddenCursors(). If the number of overriden cursors is 0, do not allocate an array of CXCursors. This fixes a memory leak in c-index-test, and clients who use this API in a similar way. by Ted Kremenek · 13 years ago
  58. 639d5b8 A space in a diagnostic group is a bead idea. by Benjamin Kramer · 13 years ago
  59. a70cb9d Print a typo correction hint for unknown warning flags. by Benjamin Kramer · 13 years ago
  60. e1ba5be Don't track depfiles as result files which need to be cleaned up on failure. by Matt Beaumont-Gay · 13 years ago
  61. 7432b90 When we're checking access in a dependent context, don't try to look by Douglas Gregor · 13 years ago
  62. c71d554 [libclang] Slight changes to the indexing API and bigger internal changes for it. by Argyrios Kyrtzidis · 13 years ago
  63. b302996 Use Sema::RequireCompleteType to check for the completeness of by Douglas Gregor · 13 years ago
  64. 2bbcd5c ARC: make assignment to 'self' within class methods illegal. Fixes <rdar://problem/10416568>. by Ted Kremenek · 13 years ago
  65. 4c42bb7 [static analyzer] Tweak RetainCountChecker's diagnostics to correctly indicate if a message was due to a property access. This can by Ted Kremenek · 13 years ago
  66. 729aa06 [analyzer;Regionstore] handle loads from StringLiteral elements for StringLiterals representing wide strings. Fixes PR 11294. by Ted Kremenek · 13 years ago
  67. 567c586 In ARC, don't reclaim objects of Class type. by John McCall · 13 years ago
  68. ecb912e Change the checks in the type aka printing. A confusing case where the string by Richard Trieu · 13 years ago
  69. ccf1bfd [analyzer] teach AnalysisDeclContext::getSelfDecl() about blocks that capture the 'self' variable of the enclosing ObjC method decl. Fixes <rdar://problem/10380300>. by Ted Kremenek · 13 years ago
  70. bf97947 Fixup comment. by Eric Christopher · 13 years ago
  71. 5a17499 [PCH] Load the chained objc categories only after recursive loading is finished by Argyrios Kyrtzidis · 13 years ago
  72. 9b483df Fix a regression in wide character codegen. See PR11369. by Nico Weber · 13 years ago
  73. c80553e [PCH] Do not crash if a class extension in a chained PCH introduces/redeclares a property. by Argyrios Kyrtzidis · 13 years ago
  74. 67bc4ba [PCH] In ASTWriter::WriteChainedObjCCategories use getDeclID since the decls by Argyrios Kyrtzidis · 13 years ago
  75. 16ac8be [libclang] Move the check for errors in c-index-test before the TU gets disposed. by Argyrios Kyrtzidis · 13 years ago
  76. 590ad93 [PCH] When chaining a PCH and serializing HeaderSearch, make sure the HeaderFileInfos by Argyrios Kyrtzidis · 13 years ago
  77. bda536d [libclang] for c-index-test, check for CINDEXTEST_FAILONERROR when doing -test-load-source-reparse by Argyrios Kyrtzidis · 13 years ago
  78. 4fc04da Don't crash when a duplicate interface/protocol is inside an extern "C" context. by Argyrios Kyrtzidis · 13 years ago
  79. e2d4f4e Fix the signature of the getcontext builtin. Patch by Dimitry Andric. by Rafael Espindola · 13 years ago
  80. c96c721 Silence unused variable warning. by Benjamin Kramer · 13 years ago
  81. 65bfd68 When reference binding array rvalues, such as those created by compound by Peter Collingbourne · 13 years ago
  82. 1bf9a9e Represent an APValue based on a Decl as that Decl, rather than a DeclRefExpr by Richard Smith · 13 years ago
  83. 8213eca [PCH] Fix the test. by Argyrios Kyrtzidis · 13 years ago
  84. 1a43415 Add a method in ASTMutationListener for the last use of Decl's [is/set]ChangedSinceDeserialization by Argyrios Kyrtzidis · 13 years ago
  85. ad834d5 [PCH] When completing an objc forward reference, do not serialize the chain of its categories because by Argyrios Kyrtzidis · 13 years ago
  86. 5bbe816 Remove unnecessary 'else's after 'return's. by David Blaikie · 13 years ago
  87. ddadaa4 Add missing casts to AST. by Eli Friedman · 13 years ago
  88. 6ec43ad [libclang] Further simplify the indexing API. by Argyrios Kyrtzidis · 13 years ago
  89. 23d29c8 Tweak the module map file test slightly, by putting one of the headers by Douglas Gregor · 13 years ago
  90. 2669797 Implement a minor optimization when loading module maps to satisfy a by Douglas Gregor · 13 years ago
  91. cf70d78 When searching for a module, speculatively load module maps to see if by Douglas Gregor · 13 years ago
  92. 194428c Make test compatible with ARM hosts. by Eli Friedman · 13 years ago
  93. 484535e Teach the search for modules to consider modules described by a module by Douglas Gregor · 13 years ago
  94. 9793e8f Fix some typos, grammar errors, etc. in cursor kind descriptions by Douglas Gregor · 13 years ago
  95. 65f3b5e Wire up the mapping from header files mentioned in module maps over to by Douglas Gregor · 13 years ago
  96. 8b6d3de Resolve the header files named in module map "header" and "umbrella" by Douglas Gregor · 13 years ago
  97. 39d3196 Extend -Wno-bind-to-temporary-copy and -Wno-{unnamed,local}-type-template-args by Richard Smith · 13 years ago
  98. 72cd7a0 Rename SPECIAL_TYPE_jmp_buf and SPECIAL_TYPE_sigjmp_buf to follow the by Douglas Gregor · 13 years ago
  99. a30cfe5 Introduce basic support for parsing module map files. by Douglas Gregor · 13 years ago
  100. b1ce730 When importing an ObjCInterfaceDecl, ensure that by Sean Callanan · 13 years ago