aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-17Add -freroll-loops to enable loop rerollingHal Finkel
2013-11-17Fixes a typo and changes references to the function clang_displayDiagnostic (...Sylvestre Ledru
2013-11-17Implement vreinterpret ACLE functions in Clang.Hao Liu
2013-11-17[analyzer] Better modeling of memcpy by the CStringChecker (PR16731).Anton Yartsev
2013-11-17Fix the problem that the arm_neon.h can't be used in a cpp file. Also fix a m...Hao Liu
2013-11-17Tests for core issue 241-250.Richard Smith
2013-11-17Tests for core issues 224-240.Richard Smith
2013-11-16ObjectiveC ARC. More validation of toll-free bridging ofFariborz Jahanian
2013-11-16ObjectiveC ARC. Validate toll free bridge castingFariborz Jahanian
2013-11-16Remove unused but set variable.Benjamin Kramer
2013-11-16Move remaining %clang_cc1 tests out of test/DriverAlp Toker
2013-11-16If a replaceable global operator new/delete is marked inline, don't warn ifRichard Smith
2013-11-16ObjetiveC ARC. Start diagnosing invalid toll free bridging.Fariborz Jahanian
2013-11-16X86: Make specifying avx2 simpler on Darwin with '-arch'Jim Grosbach
2013-11-16Downgrade the Error on an 'inline' operator new or delete to an ExtWarn. SomeRichard Smith
2013-11-16Consumed analysis: track state of temporary objects.DeLesley Hutchins
2013-11-16Corrected comment about MS prgama warning.John Thompson
2013-11-15Implemented aarch64 Neon scalar vmulx_lane intrinsicsAna Pazos
2013-11-15Updated comment - testing commit rightsAna Pazos
2013-11-15ObjectiveC ARC. Only briding of pointer to struct CF object is allowed.Fariborz Jahanian
2013-11-15Darwin(ish): enable embedded compiler-rt builds on Darwin.Tim Northover
2013-11-15PR17949: Fix crash if someone puts a namespace inside a class template.Richard Smith
2013-11-15PR8455: Handle an attribute between a goto label and a variable declaration perRichard Smith
2013-11-15ObjectiveC ARG. A positive test of my previous patch.Fariborz Jahanian
2013-11-15Fix typo in CGRecordLayoutBuilder.cpp: s/Field/Fields/ in commentHans Wennborg
2013-11-15ObjectiveC ARC. Lookup type associated with objc_bridage atFariborz Jahanian
2013-11-15These ACLE tests no longer need to cast the return value.Chad Rosier
2013-11-15Diagnose C++11 attributes before fp_contract pragmas.Richard Smith
2013-11-15Fix bogus diagnostic wording. There's no such thing as a compound expression.Richard Smith
2013-11-15Revert "Using an invalid -O falls back on -O3 instead of an error"Alp Toker
2013-11-15clang-cl: Make the driver parse all(?) msvc flagsHans Wennborg
2013-11-15Remove an unused local from r194827Alp Toker
2013-11-15Darwin: Look for libc++ headers in include/, rather than lib/Justin Bogner
2013-11-15libc++: Install headers in include/, rather than lib/Justin Bogner
2013-11-15ObjectiveC. Fixes a bogus warning of unused backingFariborz Jahanian
2013-11-15Update contact information.Chad Rosier
2013-11-15[-cxx-abi microsoft] Emit thunks for pointers to virtual member functionsHans Wennborg
2013-11-15[ASan] Fix darwin-sanitizer-ld.c for iossim, which seems to use -lc++ instead...Alexander Potapenko
2013-11-15[ASan] Link with libclang_rt.asan_iossim_dynamic.dylib when targeting the iOS...Alexander Potapenko
2013-11-15Using an invalid -O falls back on -O3 instead of an errorSylvestre Ledru
2013-11-15[ASan] If the iOS Simulator SDK is available, build the ASan iossim runtime u...Alexander Potapenko
2013-11-15Ignore test Inputs globally and remove redundant lit.local.cfg filesAlp Toker
2013-11-15Tests for core issue 216-223.Richard Smith
2013-11-15When we hit a #include directive that maps to a module import, emit a tokenRichard Smith
2013-11-15PR17533 and duplicates: don't compute the return type of an overloaded operatorRichard Smith
2013-11-15Don't reject dependent range-based for loops in constexpr functions. The loopRichard Smith
2013-11-15Fix test failures after addrspacecast added.Matt Arsenault
2013-11-15[analyzer] Silence warnings coming from allocators used by std::basic_string.Jordan Rose
2013-11-15[analyzer] Include bug column numbers in HTML output (in a comment).Jordan Rose
2013-11-15Modern gcc is happy to constant evaluate __builtin_strlen in various casesRichard Smith