aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2010-04-13Merge r101067 from mainline.Tanya Lattner3-6/+24
2010-04-06Merge r100516 from mainline.Tanya Lattner1-1/+1
2010-03-30Merge 98455 from mainline.Tanya Lattner1-2/+2
2010-03-12Merge 98264 from mainline.Tanya Lattner2-8/+20
2010-03-11Merge r98192 from mainline.Tanya Lattner1-4/+4
2010-03-11Merge 97981 from mainline.Tanya Lattner2-2/+23
2010-03-08Disable static analysis support for C++. It is still under active developmen...Ted Kremenek1-3/+1
2010-03-08Remove redundant semicolonDouglas Gregor1-1/+1
2010-03-08Make a note for the C++0x future, when we'll have to revisit the jump-diagnos...Douglas Gregor1-0/+2
2010-03-08In C++98/03, an uninitialized variable that has POD class type will beDouglas Gregor4-19/+39
2010-03-08Downgrade errors when trying to catch a pointer or reference toDouglas Gregor4-10/+17
2010-03-08Revert r97925, it only contained the test updates not the actual fix.Chandler Carruth2-3/+3
2010-03-07Downgrade errors when trying to catch a pointer or reference toDouglas Gregor2-3/+3
2010-03-07Robustify callers that rebuild typename type nodes again NULL returnDouglas Gregor3-0/+23
2010-03-07Perform overload resolution when static_cast'ing from aDouglas Gregor4-5/+69
2010-03-07Reference binding via user-defined conversion can compute a bindingDouglas Gregor3-14/+44
2010-03-07Undefine correct macroKovarththanan Rajaratnam1-14/+14
2010-03-07implement support for -Wno-deprecated, PR6534. WhileChris Lattner6-46/+49
2010-03-07Don't rely on implicit conversionKovarththanan Rajaratnam1-2/+2
2010-03-07Rename to addPPCallbacks since we're effectively adding a callback and maybe ...Kovarththanan Rajaratnam3-15/+15
2010-03-07Don't assert if PP already contains a valid PP callback. The PP can handle mu...Kovarththanan Rajaratnam1-1/+0
2010-03-07Add sse4.1 packed min and max intrinsics.Eric Christopher1-0/+49
2010-03-07Add load hint instruction intrinsic.Eric Christopher1-0/+8
2010-03-07Add in movntdqa intrinsic for load hint.Eric Christopher1-0/+1
2010-03-07Add in support for dword multiply and fp dot product intrinsics.Eric Christopher1-0/+17
2010-03-07Add in dot product intrinsics for dpps and dppd.Eric Christopher1-0/+2
2010-03-07Fix for PR6294: we should only delay recording nested dynamic classes if theyEli Friedman2-1/+14
2010-03-07Don't turn off mangling in implicitly extern "C" system headers. GCCDouglas Gregor2-6/+4
2010-03-07Fix 80 col violation.Tanya Lattner1-1/+2
2010-03-07Don't produce debug info when given -g. Fixes PR6529.Rafael Espindola2-1/+8
2010-03-07Fix indentation, use string directly instead of StringRef.Tanya Lattner1-5/+4
2010-03-07Fix some weird patch issue.Tanya Lattner1-1/+1
2010-03-07Implement missing-braces warning and add a test case.Tanya Lattner4-1/+23
2010-03-07disable these dirs which rely on dynamic linking on mingw/cygwinChris Lattner1-0/+7
2010-03-06add mblaze target support, patch by Wesley Peck!Chris Lattner1-0/+131
2010-03-06on both the mac and linux, /usr/local/include is treated Chris Lattner1-1/+1
2010-03-06Rename the new Iterator objects and raise an assertion instead of returning i...Benjamin Kramer1-10/+12
2010-03-06Update the python bindings for recent changes in the CIndex API.Benjamin Kramer1-88/+88
2010-03-06Lowercase for consistencyKovarththanan Rajaratnam3-5/+5
2010-03-06Fix _MM_FROUND_NEARBYINT and move rounding intrinsics to macros.Eric Christopher1-25/+5
2010-03-06Add a message to these asserts.Benjamin Kramer1-3/+3
2010-03-06Use static method in GlobalValueRafael Espindola1-11/+1
2010-03-06PR6515: Implement __builtin_signbit and friends.Eli Friedman3-0/+23
2010-03-06Allow use of byref (__block attributed) arrays insideFariborz Jahanian2-2/+6
2010-03-06Implement __builtin_dwarf_sp_column for i386 (Darwin and not), x86-64 (all),John McCall5-0/+120
2010-03-05When declaring a catch block in C++, make sure that the type beingDouglas Gregor2-5/+66
2010-03-05Augment __has_feature to report that Clang supports adding attribute 'unused'Ted Kremenek2-1/+10
2010-03-05Check if 'Unit' is NULL before trying to iterate over the diagnostics.Ted Kremenek1-1/+2
2010-03-05Add clang version to crashtracer string.Ted Kremenek1-1/+2
2010-03-05Patch to build qualifier on objective-cFariborz Jahanian4-5/+14