aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-04-25Add option to align escaped newlines left.Daniel Jasper
2013-04-25[ms-cxxabi] Fix a number of bugs in the mangler.Peter Collingbourne
2013-04-25[analyzer] Fix a crash in RetainCountChecker - we should not rely on CallEnte...Anna Zaks
2013-04-24Objective-C parsing [qoi]: Recover gracefully with good diagnosticFariborz Jahanian
2013-04-24Objective-C arc: Improve disgnostics when 'weak'Fariborz Jahanian
2013-04-24[driver] Put -fvectorize under the -Ofast umbrella flag.Chad Rosier
2013-04-24[driver] Improve the implementation of the -Ofast option.Chad Rosier
2013-04-24[driver] Add a hasFlag API that accepts a positive alias.Chad Rosier
2013-04-24Objective-C: When reporting on missing property accessor implementation inFariborz Jahanian
2013-04-24Flip flag to merge short if-statements into one line for Google style.Daniel Jasper
2013-04-24[analyzer] Refactoring + explanatory comment.Anton Yartsev
2013-04-24Fix comment alignment behavior.Daniel Jasper
2013-04-24Add some more required SPARC v9 predefined macros.Jakob Stoklund Olesen
2013-04-24[analyzer] IvarInvalidation: correctly handle cases where only partial invali...Anna Zaks
2013-04-23[analyzer] Set the allocation site to be the uniqueing location for retain co...Anna Zaks
2013-04-23[analyzer] Refactor BugReport::getLocation and PathDiagnosticLocation::create...Anna Zaks
2013-04-23Make compares unsigned. The expression can't become negative anyways.Benjamin Kramer
2013-04-23Fix formatting of complex #if expressions.Daniel Jasper
2013-04-23Warn that scoped enumerations are a C++11 extenstion when compiling inRichard Trieu
2013-04-23[analyzer] RetainCountChecker: Clean up path notes for autorelease.Jordan Rose
2013-04-22When modifying an implicit instantiation with information from an explicit on...Argyrios Kyrtzidis
2013-04-22[analyzer] Model strsep(), particularly that it returns its input.Jordan Rose
2013-04-22Add a warning for Objective-C pointer introspection, which is solely the job ...Ted Kremenek
2013-04-22[ms-inline asm] Set the OpDecl to the InlineAsmIdentifierInfo struct.Chad Rosier
2013-04-22[analyzer] Treat reinterpret_cast like a base cast in certain cases.Jordan Rose
2013-04-22[analyzer] Type information from C++ new expressions is perfect.Jordan Rose
2013-04-22TBAA: make sure zero-length bitfield works for tbaa.struct and path-aware tbaaManman Ren
2013-04-22[ms-inline asm] Refactor/clean up the SemaLookup interface. No functionalChad Rosier
2013-04-22Use the ugly PRIx64 macro to make format string portable.Benjamin Kramer
2013-04-22C++1y constexpr extensions, round 1: Allow most forms of declaration andRichard Smith
2013-04-22Fix array constant expression evaluation bug: we can have different values forRichard Smith
2013-04-22Don't emit _ZTW wrappers for TLS variables which don't use the C++ thread_loc...Richard Smith
2013-04-22Fix bin-packing behavior of constructor initialziers.Daniel Jasper
2013-04-22Revert "Revert "PR14606: Debug info for using directives/DW_TAG_imported_modu...David Blaikie
2013-04-21[Mips] Convert a GNU style Mips ABI name to the name accepted by LLVMSimon Atanasyan
2013-04-21[Mips] Do not add unnecessary Mips toolchain path to the listSimon Atanasyan
2013-04-21The 'constexpr implies const' rule for non-static member functions is gone inRichard Smith
2013-04-20Disable VLA diagnostic in C++1y mode, and add some tests.Richard Smith
2013-04-20C++1y: Allow aggregates to have default initializers.Richard Smith
2013-04-20Implement core issue 1608: class members can be found via operator lookup in ...Richard Smith
2013-04-20Supports Sourcery CodeBench Mips toolchain directories tree.Simon Atanasyan
2013-04-20[analyzer] Ensure BugReporterTracking works on regions with pointer arithmeticAnna Zaks
2013-04-20[analyzer] Flip printPretty and printPrettyAsExpr as per suggestion from Jord...Anna Zaks
2013-04-19[libclang] Make sure the preable does not truncate comments.Argyrios Kyrtzidis
2013-04-19Note that we support (and in fact have supported since the dawn of time itself)Richard Smith
2013-04-19[ms-inline asm] The parsing of C++ identifiers is a task of the front-end par...Chad Rosier
2013-04-19Emit the underlying type in the debug info for all kinds of fixed enumsAdrian Prantl
2013-04-19Keep the parentheses in #pragma message (partial revert of r179771).Andy Gibbs
2013-04-19C++11 support is now feature-complete.Richard Smith
2013-04-19Avoid names like __in that conflict with SAL in builtin headersReid Kleckner