aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-03-21Objective-C: Tighten the rules when warningFariborz Jahanian
2013-03-21Fix a typo.Bob Wilson
2013-03-21<rdar://problem/13037793> Allow the names of modules to differ from the name ...Douglas Gregor
2013-03-20Documentation cleanup for MacroInfo.James Dennett
2013-03-20<rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a...Douglas Gregor
2013-03-20[analyzer] Invalidate regions indirectly accessible through const pointers.Jordan Rose
2013-03-20Objective-C [qoi] more gracefull recovery when Fariborz Jahanian
2013-03-20Remove the Tools DensMap from the toolchain.Rafael Espindola
2013-03-20The flag "-coverage-function-names-in-data" is actually backwards -- we doNick Lewycky
2013-03-20Make clang emit linkage names in debug info for subprograms when coverage infoNick Lewycky
2013-03-20[analyzer] Break cycles (optionally) when trimming an ExplodedGraph.Jordan Rose
2013-03-20<rdar://problem/10796651> Introduce configuration macros into module maps.Douglas Gregor
2013-03-19Objective-C [qoi]: Provide improved parse diagnostics whenFariborz Jahanian
2013-03-19Add a clarifying note when a return statement is rejected becauseJohn McCall
2013-03-19Remove stray semicolonDouglas Gregor
2013-03-19Finish refactoring the tool selection logic.Rafael Espindola
2013-03-19<rdar://problem/13363214> Eliminate race condition between module rebuild and...Douglas Gregor
2013-03-18documentation comment parsing. Added couple of Fariborz Jahanian
2013-03-18Diagnose uses of 'alignof' on functions in -pedantic mode.Richard Smith
2013-03-18[analyzer] Replace uses of assume() with isNull() in BR visitors.Jordan Rose
2013-03-18Add missing diagnostic for a nested-name-specifier on a free-standing type de...Richard Smith
2013-03-18Bring inheriting constructor implementation up-to-date with current defectRichard Smith
2013-03-18Centralize the recording of which tools have been constructed.Rafael Espindola
2013-03-18Remove unused argument.Rafael Espindola
2013-03-18Pass an ArgList to every toolchain constructor. Remove the useIntegratedAsRafael Espindola
2013-03-18Inline ShouldUseIntegratedAssembler and move the documentation toRafael Espindola
2013-03-18Refactor a bit of duplicated code to useIntegratedAs.Rafael Espindola
2013-03-18Remove unused argument.Rafael Espindola
2013-03-18Remove unused argument.Rafael Espindola
2013-03-18ObjCDictionaryElements are pod-like.Benjamin Kramer
2013-03-16[analyzer] Model trivial copy/move assignment operators with a bind as well.Jordan Rose
2013-03-16Remove -Wspellcheck and replace it with a diagnostic option.Argyrios Kyrtzidis
2013-03-16[analyzer] Eliminate InterExplodedGraphMap class and NodeBackMap typedef.Jordan Rose
2013-03-15<rdar://problem/13426257> Introduce SDKSettings.plist as an input file depend...Douglas Gregor
2013-03-15Silence anonymous type in anonymous union warnings.Eric Christopher
2013-03-14Don't try to typo-correct 'super' in an objc method.Argyrios Kyrtzidis
2013-03-14[analyzer] Change the way in which IDC Visitor decides to kick in and make su...Anna Zaks
2013-03-14Fix an unused variable warning from Clang by sinking a dyn_cast into anChandler Carruth
2013-03-14Add support for the 'endian' attribute for OpenCL.Joey Gouly
2013-03-14Avoid computing the linkage too early. Don't invalidate it.Rafael Espindola
2013-03-13[Modules] Don't eagerly load and associate all the module header files.Argyrios Kyrtzidis
2013-03-13[Modules] Resolve top-headers of modules lazily.Argyrios Kyrtzidis
2013-03-12Revert "Revert r166370 and r166540 now that Xcode 4.6 has been available for ...Bob Wilson
2013-03-12Objective-C: Issue warning in couple of obscure casesFariborz Jahanian
2013-03-12Revert r166370 and r166540 now that Xcode 4.6 has been available for a while.Bob Wilson
2013-03-12Revert "Disallow using -fmodules with -no-integrated-as."Ted Kremenek
2013-03-11Disallow using -fmodules with -no-integrated-as.Ted Kremenek
2013-03-11Add -Wc99-compat warning for C11 unicode string and character literals.Richard Smith
2013-03-09Handle _Pragma on a u8, u, or U string literal per the C11 specification. AlsoRichard Smith
2013-03-09Remove unused diagnostic.Benjamin Kramer