aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-05-03Add const qualifier to Sema::getTypeName's parameter `II`Dmitri Gribenko
2013-05-03Add support for -march=btver2.Benjamin Kramer
2013-05-03Support __wchar_t in -fms-extensions and -fms-compatibility modes.Hans Wennborg
2013-05-03Correctly emit certain implicit references to 'self' even withinJohn McCall
2013-05-03[analyzer] Check the stack frame when looking for a var's initialization.Jordan Rose
2013-05-03[analyzer] Fix trackNullOrUndef when tracking args that have nil receivers.Jordan Rose
2013-05-03Revert "Attempt to un-break the gdb buildbot."Adrian Prantl
2013-05-03Make cleanUpLocation() a self-contained function.Ted Kremenek
2013-05-03[ms-cxxabi] Emit non-virtual member function pointersReid Kleckner
2013-05-03Attempt to un-break the gdb buildbot.Adrian Prantl
2013-05-03Re-apply 180974 with the build error fixed. This was the resultTed Kremenek
2013-05-03Revert "Change LocationContextMap to be a temporary instead of shared variabl...Rafael Espindola
2013-05-03Move parsing of identifiers in MS-style inline assembly intoJohn McCall
2013-05-02Change LocationContextMap to be a temporary instead of shared variable in Bug...Ted Kremenek
2013-05-02Use attribute argument information to determine when to parse attribute argum...Douglas Gregor
2013-05-02Revert r180970; it's causing breakage.Douglas Gregor
2013-05-02Use attribute argument information to determine when to parse attribute argum...Douglas Gregor
2013-05-02[analyzer] Don't try to evaluate MaterializeTemporaryExpr as a constant.Jordan Rose
2013-05-02Use the Itanium ABI for thread_local on Darwin.Bill Wendling
2013-05-02Fix crasher when the range in a C++ range-for loop has an ill-formed initiali...Douglas Gregor
2013-05-02When looking for the module associated with one of our magical builtin header...Douglas Gregor
2013-05-02Ensure that the line table for functions with cleanups is sequential.Adrian Prantl
2013-05-02Use a more idiomatic way to disable debug locations.Adrian Prantl
2013-05-02[document parsing]: support c++11 type aliasesFariborz Jahanian
2013-05-02Make sure we define wchar_t related macros correctly in -fms-extensions mode.Hans Wennborg
2013-05-02Fix typo in a stddef.h comment: s/risze_t/rsize_t/Hans Wennborg
2013-05-02Only evaluate __has_feature(c_thread_local) and __has_feature(cxx_thread_loca...Douglas Gregor
2013-05-02[analyzer] RetainCountChecker: don't track through xpc_connection_set_context.Jordan Rose
2013-05-01[analyzer] Consolidate constant evaluation logic in SValBuilder.Jordan Rose
2013-05-01[analyzer] Don't inline the [cd]tors of C++ iterators.Jordan Rose
2013-05-01[documenting declaration]: Remove arc liftime qualifiersFariborz Jahanian
2013-05-01Fix spurious trailing comma when printing some of the __c11_atomic_* builtins...Richard Smith
2013-05-01PR15884: In the 'taking the address of a temporary' extension, materialize theRichard Smith
2013-05-01Re-apply "[analyzer] Model casts to bool differently from other numbers."Jordan Rose
2013-05-01[ObjC declaration documentation] declaration of Fariborz Jahanian
2013-05-01Point diagnostics that complain about a use of a selector in an objc message,...Argyrios Kyrtzidis
2013-04-30Revert 180817 because 180816 was reverted.Adrian Prantl
2013-04-30Fix PR15845: apparently MSVC does not support implicit int in C++ mode.Richard Smith
2013-04-30Do not generate VLAs as complex variables any more, as they are nowAdrian Prantl
2013-04-30[driver] Allow multiple -arch options with -save-temps by adding the arch nameChad Rosier
2013-04-30Revert r180739 and r180748: they broke C++11 thread_local on non-Darwin syste...Richard Smith
2013-04-30When deducing an 'auto' type, don't modify the type-as-written.Richard Smith
2013-04-30[ms-cxxabi] Implement member pointer comparisonsReid Kleckner
2013-04-30Struct-path aware TBAA: enable struct-path aware TBAA for classes.Manman Ren
2013-04-30Don't treat a non-deduced 'auto' type as being type-dependent. Instead, thereRichard Smith
2013-04-30Always use / when computing mips specific paths.Rafael Espindola
2013-04-30[Mips] Pass -mips16, -mmicromips, -mdsp and -mdspr2 flags to theSimon Atanasyan
2013-04-30Fix very confusing indent in Sema.cpp.Daniel Jasper
2013-04-30[PCH] Fix memory leak related to deserialized MacroInfo objects.Argyrios Kyrtzidis
2013-04-30Add support for -stdlib=libc++ in the NetBSD toolchain.Joerg Sonnenberger