aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2012-12-20Added Documentation and ASan notes, clean-up of emtpy sections, couple of spe...Pawel Wodnicki1-18/+36
2012-12-19Added C11,C++11 and Python notesPawel Wodnicki1-32/+26
2012-12-16Merging r170147: into the 3.2 release branch.Pawel Wodnicki1-1/+5
2012-12-10Merging r169688: into 3.2 release branch.Pawel Wodnicki2-2/+4
2012-12-05Merging r167766: into the 3.2 release branch.Pawel Wodnicki4-11/+38
2012-11-29Cherry-picking r168297 pic.cPawel Wodnicki1-76/+116
2012-11-29Merging r167918: into the 3.2 release branch.Pawel Wodnicki2-1/+1
2012-11-28Merging r168818: into the 3.2 release branch.Pawel Wodnicki2-1/+37
2012-11-28Merging r168303: into the 3.2 release branch.Pawel Wodnicki2-0/+4
2012-11-28Merging r168674: into the 3.2 release branch.Pawel Wodnicki6-3/+20
2012-11-28Merging r168269: into the 3.2 release branch.Pawel Wodnicki4-7/+32
2012-11-27Merging r168278: into 3.2 release branch.Pawel Wodnicki1-1/+1
2012-11-27Merging r168277: into 3.2 release branch.Pawel Wodnicki3-0/+32
2012-11-26Merging r167935: into the 3.2 release branch.Pawel Wodnicki1-4/+5
2012-11-26Merging r167925: into the 3.2 release branch.Pawel Wodnicki1-22/+25
2012-11-22Merging r168355: into the 3.2 release branch.Pawel Wodnicki2-3/+4
2012-11-21Merging r168063 into 3.2 release branchPawel Wodnicki8-4/+28
2012-11-21Merging r168297 into 3.2 release branchPawel Wodnicki7-106/+172
2012-11-19Merging r168124 into 3.2 release branchPawel Wodnicki1-1/+1
2012-11-19Merging r168024 from trunk into 3.2 release branch Pawel Wodnicki8-35/+804
2012-11-19Merging r167884,r167920 from trunk into 3.2 release branch Pawel Wodnicki5-18/+100
2012-11-19Merge r168260 from trunk:Benjamin Kramer3-6/+45
2012-11-13Fix a Malloc Checker FP by tracking return values from initWithCharacterllvmorg-3.2.0-rc1Anna Zaks2-20/+132
2012-11-13[analyzer] Follow up to r167762 - precisely determine the adjustmentAnna Zaks2-4/+52
2012-11-13Merged 167788, and bad CFG construction bug, into the LLVM 3.2 release.Ted Kremenek2-13/+37
2012-11-12Merge in analyzer fix r167762, which was a recent regression.Ted Kremenek2-0/+18
2012-11-12Merge in r167749, per discussion on cfe-dev that we want -Wimplicit-fallthrou...Ted Kremenek2-0/+15
2012-11-12In Sema::MergeVarDecl we handle merging of storage classes and visibilityRafael Espindola1-25/+6
2012-11-12[NVPTX] Fix const modifier on builtinsJustin Holewinski1-7/+7
2012-11-11Fix binding of nodes in case of forEach..() matchers.Daniel Jasper4-7/+19
2012-11-11Remove unneeded includes from IdentifierTableNico Weber2-2/+0
2012-11-11Delete comment reference to non-existent methodNico Weber1-5/+2
2012-11-11s/BCPLComment/LineComment/Nico Weber7-58/+58
2012-11-11FileCheckize testNico Weber1-4/+4
2012-11-11Fix a typo which Matt pointed out.Richard Smith1-1/+1
2012-11-10objective-C blocks: Change BLOCK_HAS_EXTENDED_LAYOUT to be 1<<31.Fariborz Jahanian2-6/+6
2012-11-10Rework my implementation of circular-reference finding to not useDouglas Gregor4-17/+43
2012-11-10Add clang support of RTM from TSXMichael Liao8-3/+103
2012-11-10-momit-leaf-frame-pointer is a -m option, not a -f option.Richard Smith1-2/+2
2012-11-10Revert "Disable -Wimplicit-fallthrough when not using C++.", pending further ...Ted Kremenek1-13/+0
2012-11-10Add a few more test cases for verifying -fno-builtin.Meador Inge1-0/+97
2012-11-10Disable -Wimplicit-fallthrough when not using C++.Ted Kremenek1-0/+13
2012-11-10[analyzer] When invalidating symbolic offset regions, take fields into account.Jordan Rose2-6/+170
2012-11-10Handle redeclarations of catch variables in catch blocks.David Blaikie2-1/+16
2012-11-10Diagnostic circular inheritance involving dependent base classes. WeDouglas Gregor5-12/+64
2012-11-10PR14296: function parameter name collisions in function try/catchDavid Blaikie5-10/+48
2012-11-10Make __LDBL_MAX__ etc. have the correct type on targets where long double/dou...Eli Friedman2-68/+68
2012-11-09-Wobjc-literal-compare: look through implicit casts.Jordan Rose2-1/+6
2012-11-09[NVPTX] Add __nvvm_* intrinsics as Clang builtinsJustin Holewinski2-2/+318
2012-11-09Document -W in clang --help. Also make the help text more consistent (don't e...Richard Smith1-13/+14