- bbb6bb4 Format strings: %Ld isn't available on Darwin or Windows. by Jordan Rose · 13 years ago
- 7ac9ef1 -fcatch-undefined-behavior: Factor emission of the creation of, and branch to, by Richard Smith · 13 years ago
- 82f2ad4 [analyzer] ObjCSelfInitChecker should always clean up in postCall checks. by Jordan Rose · 13 years ago
- 30ca732 Revert "Add plist output for retain-release.m in addition to -verify checking." by Ted Kremenek · 13 years ago
- e157ae5 Revert "Attempt to make the PathDiagnostic emission order more deterministic by" by Ted Kremenek · 13 years ago
- 24c7f98 [analyzer] Remove constraints on dead symbols as part of removeDeadBindings. by Jordan Rose · 13 years ago
- 9874f59 [analyzer] Cast the result of a placement new-expression to the correct type. by Jordan Rose · 13 years ago
- 9f6ec82 [analyzer] Address John's code review for r163407. by Anna Zaks · 13 years ago
- 8410113 objective-C: introduce __attribute((objc_requires_super)) on method by Fariborz Jahanian · 13 years ago
- f9fdcc0 In ARC, if we're emitting assembly markers for calls to by John McCall · 13 years ago
- b4b4523 Attempt to make the PathDiagnostic emission order more deterministic by by Ted Kremenek · 13 years ago
- 2308436 Add plist output for retain-release.m in addition to -verify checking. by Ted Kremenek · 13 years ago
- 258bd59 [analyzer] Fix a false positive in sizeof malloc checker. by Anna Zaks · 13 years ago
- c957319 Add test case for <rdar://problem/12075238>, which recently got fixed by changes to RegionStore. by Ted Kremenek · 13 years ago
- 3d074c3 Whitespace. by Chad Rosier · 13 years ago
- 0b4db3e Thread-safety analysis: Add support for selectively turning off warnings by DeLesley Hutchins · 13 years ago
- 8c6a057 Attempt to pacify Windows buildbots. by Roman Divacky · 13 years ago
- f651381 Link to crtend.S when PIE in the FreeBSD driver. Patch by Brooks Davis! by Roman Divacky · 13 years ago
- 971073b Revert "Rework the retain-release.m test to use FileCheck and the "text" output" by Ted Kremenek · 13 years ago
- 2ab012a Fix off-by-one bug in diagnostic prose of ObjCContainersASTChecker. by Ted Kremenek · 13 years ago
- 689268a Rework the retain-release.m test to use FileCheck and the "text" output by Ted Kremenek · 13 years ago
- c47dc1b Fix bug in ConditionBRVisitor where for C++ (and not C) we were not ignoring by Ted Kremenek · 13 years ago
- 6964b3f PR9023: A template template parameter whose template parameter list contains an by Richard Smith · 13 years ago
- 8f0d0fe [analyzer] Fail gracefully when the dynamic type is outside the hierarchy. by Jordan Rose · 13 years ago
- 061707a Teach RetainCountChecker that CFPlugInInstanceCreate does not by Ted Kremenek · 13 years ago
- 5601c9a [analyzer] Don't crash if we cache out while evaluating an ObjC message. by Jordan Rose · 13 years ago
- ec9f36e Refine diagnostics for leaks reported when returning an object by Ted Kremenek · 13 years ago
- 2827f5a Tweak DeadStoresChecker to not warn about dead stores to variables that by Ted Kremenek · 13 years ago
- 8123b6e Clarified diagnostics for range-based for loops with invalid ranges by Sam Panzer · 13 years ago
- 200fa2e [analyzer] Don't attempt to devirtualize calls to base class destructors. by Jordan Rose · 13 years ago
- c691649 [ms-inline asm] Output empty asm statements for the directives we don't by Chad Rosier · 13 years ago
- acc22b6 [ms-inline asm] The IR representation of inline assembly enumerates the input by Chad Rosier · 13 years ago
- 3359fa3 refactoring + objective-C specific test for my last patch. // rdar://12233989 by Fariborz Jahanian · 13 years ago
- cddbc1d Don't try to check override control for invalid member functions. Fixes a crash in a corner case. Patch by Olivier Goffart! by Richard Smith · 13 years ago
- 9ed63f8 Use custom ABIInfo for le32/PNaCl argument codegen by Derek Schuff · 13 years ago
- 2d234d73 Fixing the return type information for objc_sync_enter and objc_sync_exit. Patch thanks to Joe Ranieri! by Aaron Ballman · 13 years ago
- 2d40d9e c: make __attribute__((unused)) transitive. by Fariborz Jahanian · 13 years ago
- 8e5264f Tighten up regexps some more. by Jakob Stoklund Olesen · 13 years ago
- 69e4826 PR13775: When checking for a tag type being shadowed by some other declaration, by Richard Smith · 13 years ago
- 9b925ac [analyzer] Enhance the member expr tracking to account for references. by Anna Zaks · 13 years ago
- ec08735 Format strings: suggest casts for NS(U)Integer and [SU]Int32 on Darwin. by Jordan Rose · 13 years ago
- 5a1ffe9 [analyzer] Always include destructors in the analysis CFG. by Jordan Rose · 13 years ago
- 352c657 [analyzer] Fix a crash PR13762. by Anna Zaks · 13 years ago
- d91696e [analyzer] NullOrUndef diagnostics: track symbols binded to regions. by Anna Zaks · 13 years ago
- 758c30c Add test missed in previous commit. by Eric Christopher · 13 years ago
- b60afba Try to fix the windows bots. by Eric Christopher · 13 years ago
- c55da4b Apply some driver improvements for freebsd-*-mips*. by Eric Christopher · 13 years ago
- fd0f11c Thread-safety analysis: bugfix for case where a trylock occurs in an by DeLesley Hutchins · 13 years ago
- 255793d objective-c++11: c++11 does not change pod-ness when by Fariborz Jahanian · 13 years ago
- fcf75a3 Update for r163231. by Chad Rosier · 13 years ago
- b197b78 Added missing test. by Abramo Bagnara · 13 years ago
- 37c765a c error recovery. treat an invalid redeclaration by Fariborz Jahanian · 13 years ago
- e885dd6 [analyzer] Fix bad test from r163220. by Jordan Rose · 13 years ago
- 6ebea89 [analyzer] Be more forgiving about calling methods on struct rvalues. by Jordan Rose · 13 years ago
- fd11957 Revert "[analyzer] Treat all struct values as regions (even rvalues)." by Jordan Rose · 13 years ago
- 1524de1 [ms-inline asm] Update test case for r163181. by Chad Rosier · 13 years ago
- ef5c554 [ms-inline asm] Remove the Inline Asm Non-Standard Dialect attribute. This by Chad Rosier · 13 years ago
- 791dd0a [analyzer] Don't use makeIntVal to create a floating-point value. by Jordan Rose · 13 years ago
- 568ba87 Revert r163083 per chandlerc's request. by Joao Matos · 13 years ago
- 679fc93 Revert r163078 per chandlerc's request. by Joao Matos · 13 years ago
- 21a3704 [ms-inline asm] The MCInstrDesc only tracks register definitions. For now, by Chad Rosier · 13 years ago
- ccbbac8 test/Driver/android-standalone.cpp: Fix test failure on Windowns, again. by NAKAMURA Takumi · 13 years ago
- 6de9ede Fix test failure on Windowns. by Evgeniy Stepanov · 13 years ago
- e972cb4 Follow-up on r163110 - forgot to commit some new tests... by Timur Iskhodzhanov · 13 years ago
- a04ca5c Fix PR13444 - wrong mangling of "const char * const *" and friends with "-cxx-abi microsoft" by Timur Iskhodzhanov · 13 years ago
- 1d01afe Android standalone toolchain support. by Evgeniy Stepanov · 13 years ago
- 94a7142 Rename ANDROIDEABI to Android. by Logan Chien · 13 years ago
- 5be92de Implemented parsing and AST support for the MS __leave exception statement. Also a minor fix to __except printing in StmtPrinter.cpp. Thanks to Aaron Ballman for review. by Joao Matos · 13 years ago
- f712c48 Added a diagnostic for mismatched MS inheritance attributes. Also fixed the incomplete type member pointer size calculation under the MS ABI. by Joao Matos · 13 years ago
- 754a5d1 [libclang] Fix indexing type alias declarations. rdar://11878406 by Argyrios Kyrtzidis · 13 years ago
- d579dd5 [libclang] The annotation of tokens operation visits statement nodes code-recursively. by Argyrios Kyrtzidis · 13 years ago
- 02df4f0 [analyzer] Treat all struct values as regions (even rvalues). by Jordan Rose · 13 years ago
- 5699f62 [analyzer] Always derive a CallEvent's return type from its origin expr. by Jordan Rose · 13 years ago
- 06b3a06 don't warn about unused values when the unused value is a statement expression expanded from a macro. This is of dubious utility in general, but is specifically a major issue for the linux kernel. This resolves PR13747. by Chris Lattner · 13 years ago
- 17d35c3 Normalize line endings of r163013 (part 2). by Joao Matos · 13 years ago
- 5408153 Thread-safety analysis: fix handling of LOCK_RETURNED attribute so that the by DeLesley Hutchins · 13 years ago
- 4e4c157 Thread-safety analysis: fix handling of string constants in mutex by DeLesley Hutchins · 13 years ago
- 3e1ec72 Normalize line endings of r163022. by Joao Matos · 13 years ago
- 181cd5b Emulate MSVC's preprocessor macro argument separator behavior by not considering commas from nested macro expansions as argument separators. Fixes parsing of VS 2012 headers. by Joao Matos · 13 years ago
- 7e2e4c3 objective-C ARC; detect and warn on retain cycle when by Fariborz Jahanian · 13 years ago
- 6666ed4 Improved MSVC __interface support by adding first class support for it, instead of aliasing to "struct" which had some incorrect behaviour. Patch by David Robins. by Joao Matos · 13 years ago
- a89f719 [analyzer] RetainCountChecker: don't assume all functions have names. by Jordan Rose · 13 years ago
- de5277f [analyzer] Though C++ inlining is enabled, don't inline ctors and dtors. by Jordan Rose · 13 years ago
- 3a46f5f [analyzer] Ensure that PathDiagnostics profile the same regardless of path. by Jordan Rose · 13 years ago
- a6c66ce Change the representation of builtin functions in the AST by Eli Friedman · 13 years ago
- 918546c objective-C ARC: under -Wexplicit-ownership-type diagnose those by Fariborz Jahanian · 13 years ago
- 3f2a55d [analyzer] Make analyzer-ipa=dynamic-bifurcate the default. by Anna Zaks · 13 years ago
- dc601f4 [analyzer] Fixup for r162935 as per Jordan's review. by Anna Zaks · 13 years ago
- ccc4f28 The presence of a user-*declared* constructor makes the default by Douglas Gregor · 13 years ago
- 9f6419f Add -Wduplicate-enum warning. Clang will emit this warning when an implicitly by Richard Trieu · 13 years ago
- d295970 Extend the "__is_pod" hack, which demotes various type trait keywords by Douglas Gregor · 13 years ago
- 05fcbd3 [analyzer] Do not propagate the [super init] could be nil assumption by Anna Zaks · 13 years ago
- e788365 Teach RetainCountChecker about 'pragma clang arc_cf_code_audited'. by Ted Kremenek · 13 years ago
- c30981a Make preprocessor act in a GCC-compatible fashion when a macro is redefined by Richard Smith · 13 years ago
- 3bc2226 PR13652: Don't assume the parameter array on a FunctionTypeLoc for a lambda will by Richard Smith · 13 years ago
- 50f88b9 Reland r160052: Default to -std=c++11 on Windows. by Nico Weber · 13 years ago
- c586d5d Fix a crash in type merging with enum types. by Eli Friedman · 13 years ago
- 9757377 Make this test portable. by Ted Kremenek · 13 years ago
- 554067f [analyzer] Stop tracking symbols based on a retain count summary of by Anna Zaks · 13 years ago
- 28694c1 [analyzer] Fixup 162863. by Anna Zaks · 13 years ago