aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-20Added Documentation and ASan notes, clean-up of emtpy sections, couple of spe...release_32Pawel Wodnicki
2012-12-19Added C11,C++11 and Python notesPawel Wodnicki
2012-12-16Merging r170147: into the 3.2 release branch.Pawel Wodnicki
2012-12-10Merging r169688: into 3.2 release branch.Pawel Wodnicki
2012-12-05Merging r167766: into the 3.2 release branch.Pawel Wodnicki
2012-11-29Cherry-picking r168297 pic.cPawel Wodnicki
2012-11-29Merging r167918: into the 3.2 release branch.Pawel Wodnicki
2012-11-28Merging r168818: into the 3.2 release branch.Pawel Wodnicki
2012-11-28Merging r168303: into the 3.2 release branch.Pawel Wodnicki
2012-11-28Merging r168674: into the 3.2 release branch.Pawel Wodnicki
2012-11-28Merging r168269: into the 3.2 release branch.Pawel Wodnicki
2012-11-27Merging r168278: into 3.2 release branch.Pawel Wodnicki
2012-11-27Merging r168277: into 3.2 release branch.Pawel Wodnicki
2012-11-26Merging r167935: into the 3.2 release branch.Pawel Wodnicki
2012-11-26Merging r167925: into the 3.2 release branch.Pawel Wodnicki
2012-11-22Merging r168355: into the 3.2 release branch.Pawel Wodnicki
2012-11-21Merging r168063 into 3.2 release branchPawel Wodnicki
2012-11-21Merging r168297 into 3.2 release branchPawel Wodnicki
2012-11-19Merging r168124 into 3.2 release branchPawel Wodnicki
2012-11-19Merging r168024 from trunk into 3.2 release branch Pawel Wodnicki
2012-11-19Merging r167884,r167920 from trunk into 3.2 release branch Pawel Wodnicki
2012-11-19Merge r168260 from trunk:Benjamin Kramer
2012-11-13Fix a Malloc Checker FP by tracking return values from initWithCharacterAnna Zaks
2012-11-13[analyzer] Follow up to r167762 - precisely determine the adjustmentAnna Zaks
2012-11-13Merged 167788, and bad CFG construction bug, into the LLVM 3.2 release.Ted Kremenek
2012-11-12Merge in analyzer fix r167762, which was a recent regression.Ted Kremenek
2012-11-12Merge in r167749, per discussion on cfe-dev that we want -Wimplicit-fallthrou...Ted Kremenek
2012-11-123.2 release branch r167703Pawel Wodnicki
2012-11-12In Sema::MergeVarDecl we handle merging of storage classes and visibilityRafael Espindola
2012-11-12[NVPTX] Fix const modifier on builtinsJustin Holewinski
2012-11-11Fix binding of nodes in case of forEach..() matchers.Daniel Jasper
2012-11-11Remove unneeded includes from IdentifierTableNico Weber
2012-11-11Delete comment reference to non-existent methodNico Weber
2012-11-11s/BCPLComment/LineComment/Nico Weber
2012-11-11FileCheckize testNico Weber
2012-11-11Fix a typo which Matt pointed out.Richard Smith
2012-11-10objective-C blocks: Change BLOCK_HAS_EXTENDED_LAYOUT to be 1<<31.Fariborz Jahanian
2012-11-10Rework my implementation of circular-reference finding to not useDouglas Gregor
2012-11-10Add clang support of RTM from TSXMichael Liao
2012-11-10-momit-leaf-frame-pointer is a -m option, not a -f option.Richard Smith
2012-11-10Revert "Disable -Wimplicit-fallthrough when not using C++.", pending further ...Ted Kremenek
2012-11-10Add a few more test cases for verifying -fno-builtin.Meador Inge
2012-11-10Disable -Wimplicit-fallthrough when not using C++.Ted Kremenek
2012-11-10[analyzer] When invalidating symbolic offset regions, take fields into account.Jordan Rose
2012-11-10Handle redeclarations of catch variables in catch blocks.David Blaikie
2012-11-10Diagnostic circular inheritance involving dependent base classes. WeDouglas Gregor
2012-11-10PR14296: function parameter name collisions in function try/catchDavid Blaikie
2012-11-10Make __LDBL_MAX__ etc. have the correct type on targets where long double/dou...Eli Friedman
2012-11-09-Wobjc-literal-compare: look through implicit casts.Jordan Rose
2012-11-09[NVPTX] Add __nvvm_* intrinsics as Clang builtinsJustin Holewinski