aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-02Remove redundant flag.Bill Wendling
2013-05-02We don't want FP elimination when doing an Apple-style build.Bill Wendling
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-02Basic clang-format integration for BBEdit.Daniel Jasper
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-02Use a triple ensure that __has_feature(c_thread_local) is 1 in C11 mode.Douglas Gregor
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] Finally make c++-analyzer 'executable' again.Anton Yartsev
2013-05-02[analyzer] RetainCountChecker: don't track through xpc_connection_set_context.Jordan Rose
2013-05-02[analyzer] Recreated as a file.Anton Yartsev
2013-05-02[analyzer] Temporary remove c++analyzer to recreate it as a separate file, no...Anton Yartsev
2013-05-02[analyzer] Added 'executable' property to c++analyzer.Anton Yartsev
2013-05-02[analyzer] scan-build for WindowsAnton Yartsev
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 typo in FileCheck.Chad Rosier
2013-05-01[inline asm] Add a test case for r180873. Test case needs to be on the clangChad Rosier
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-01Fix buildbot yet again. // rdar://13757500.Fariborz Jahanian
2013-05-01attempt to fix the buildbot failure.Fariborz Jahanian
2013-05-01[ObjC declaration documentation] declaration of Fariborz Jahanian
2013-05-01As of r180836, these tests should no longer be XFAILed on Windows.Aaron Ballman
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-30[analyzer] scan-build: support -enable-checker with new Xcode integration.Jordan Rose
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