]> granicus.if.org Git - clang/shortlog
clang
2012-06-08 Anna Zaks[analyzer] Use "issue hash" in CmpRuns; followup on...
2012-06-08 Richard SmithAllow friend declarations of defaulted special member...
2012-06-08 Kaelyn UhrainFix up the 'typename' suggestion logic introduced in...
2012-06-08 Richard SmithPR13047: Fix various abuses of clang::Type in the MS...
2012-06-08 Douglas GregorFix typo "CursorKind.CONDITONAL_OPERATOR" in Python...
2012-06-08 Chandler CarruthRename a test case to a more generic name. This is...
2012-06-08 Anna Zaks[analyzer] Add experimental "issue hash" to the plist...
2012-06-08 Anna Zaks[analyze] Change some of the malloc tests to use clang_...
2012-06-07 Kaelyn UhrainTeach the FixIt in DiagnoseInvalidRedeclaration how...
2012-06-07 Kaelyn UhrainIgnore corrections to functions with bodies when decidi...
2012-06-07 Douglas GregorMinor comments and changes to clang-completion-mode...
2012-06-07 Anna Zaks[analyzer] Fixit for r158136.
2012-06-07 Fariborz JahanianUser better API for vla in compund literals.
2012-06-07 Douglas GregorAdd ext_vector type code for builtins, from John Garvin!
2012-06-07 Chandler CarruthFix many doxygen formatting errors.
2012-06-07 Fariborz JahanianWhen emitting compund literal of vla pointer elements...
2012-06-07 Benjamin KramerReuse APInt's getNumWords, which gets rounding right...
2012-06-07 Benjamin KramerPlug a long standing memory leak in TemplateArgument.
2012-06-07 NAKAMURA Takumitest/Frontend/rewrite-includes.c: Tweak for win32's...
2012-06-07 Benjamin KramerMove sideeffecting call out of assert().
2012-06-07 Anna Zaks[analyzer] Anti-aliasing: different heap allocations...
2012-06-07 Jordan RoseAttach fixits for CFBridgingRetain/Release outside...
2012-06-07 Jordan RoseInsert a space if necessary when suggesting CFBridgingR...
2012-06-07 Argyrios Kyrtzidis[arcmt] At an unbridged cast error, if we're returning...
2012-06-06 Fariborz Jahanianreverse r158117.
2012-06-06 Fariborz JahanianWhen doing arithmatic on vla pointer, make sure
2012-06-06 Argyrios KyrtzidisFix test/SemaObjC/cocoa-api-usage.m that broke via...
2012-06-06 Argyrios Kyrtzidis[objcmt] When in ARC mode, also convert "[[.. alloc...
2012-06-06 Manuel KlimekPuts the linktime dependencies into stupid-ld-required...
2012-06-06 Manuel KlimekSwitches the RewriterTestContext away from PathV1.
2012-06-06 Douglas GregorWhenever we have a BalancedDelimiterTracker, we have...
2012-06-06 Kaelyn UhrainAllow CorrectTypo to add/modify nested name qualifiers...
2012-06-06 Jordan Rose[analyzer] Provide debug descriptions for all memory...
2012-06-06 Jordan RoseFix Makefile: Options.td depends on CC1Options.td.
2012-06-06 David BlaikieRevert Decl's iterators back to pointer value_type...
2012-06-06 Benjamin KramerRemove the last dead private member in clang.
2012-06-06 David BlaikieAdd a -rewrite-includes option, which is similar to...
2012-06-06 David BlaikieEscape \n and \r in doxycomment.
2012-06-06 Manuel KlimekDocuments linking requirements for libtooling.
2012-06-06 Benjamin KramerRemove unused private member variables found by clang...
2012-06-06 Jordan RoseAdd pedantic warning -Wempty-translation-unit (C11...
2012-06-06 Francois PichetZap the /Za compiler switch from MSVC projects, the...
2012-06-06 Daniel JasperIntroduce -Wunused-private-field. If enabled, this...
2012-06-06 Ted KremenekDisable path pruning for UndefResultChecker. It turns...
2012-06-05 Douglas GregorA non-explicit constructor template with a second param...
2012-06-05 Ted KremenekPlistDiagnostics: force the ranges for control-flow...
2012-06-05 Fariborz Jahanianobjective-c: merge deprecated/unavailable attributes to
2012-06-05 Manuel KlimekFixes the refactoring library test in VS2010.
2012-06-05 Eli FriedmanFix a bug with va_arg and vectors on Darwin x86-32...
2012-06-05 Eric ChristopherReapply "Only emit debug information for methods that...
2012-06-05 Richard SmithRecursiveASTVisitor: add ability to visit implicit...
2012-06-05 Simon AtanasyanMips: Define __mips_hard_float macro additional to...
2012-06-05 John McCallRevert "Only emit debug information for methods that...
2012-06-05 Eric ChristopherOnly emit debug information for methods that are user...
2012-06-04 Jordan RoseTeach format string checking about compile-time CFStrin...
2012-06-04 Jordan RoseMake suggestions for mismatched enum arguments to print...
2012-06-04 Jordan RoseTeach printf/scanf about enums with fixed underlying...
2012-06-04 Richard SmithPR13022: cope with parenthesized function types in...
2012-06-04 Richard SmithAdd a warning for when an array-to-pointer decay is...
2012-06-04 Anna Zaks[analyzer] Fixup for r157950. Unbreak the bots.
2012-06-04 Nico WeberDocument how fixits on errors and warnings must behave.
2012-06-04 Eric ChristopherAdd a testcase for C++11 union support.
2012-06-04 Argyrios Kyrtzidis[objcmt] Don't migrate to subscripting syntax if the...
2012-06-04 Anna Zaks[analyzer] Fix a diagnostics bug which lead to a crash...
2012-06-04 Aaron BallmanFixes some test cases that should have come along with...
2012-06-04 Fariborz Jahanianobjective-c: Handle more warning cases for when
2012-06-04 Alexander KornienkoFixed a problem related to resolution of built-in heade...
2012-06-04 Aaron BallmanRemoving the lambda extension warning concerning single...
2012-06-04 Jordan Rose[diagtool] Properly order libraries in Makefile for...
2012-06-04 Jordan RoseRemove AST and Parse from Driver's dependencies.
2012-06-04 Jordan Rose[diagtool] Re-add show-enabled, minimizing the code...
2012-06-04 Evgeniy StepanovRequire -pie when linking with ASan on Android.
2012-06-04 Hans WennborgTest the '__thread' before 'static' warning.
2012-06-04 Craig TopperAdd fma3 intrinsic header file.
2012-06-04 Douglas GregorWhen adding built-in operator candidates for overload...
2012-06-03 Craig TopperMake disabling SSE levels also disable AVX and FMA.
2012-06-03 Craig TopperMake AES and PCLMUL features imply SSE2 as that's neede...
2012-06-03 Craig TopperAdd __POPCNT__ to test cases for corei7 and corei7-avx
2012-06-03 Craig TopperAdd fma feature flag for Intel FMA instructions.
2012-06-03 Benjamin KramerUpgrade test for the fma4->fma intrinsic change.
2012-06-03 Nico WeberImprove fixit for comparison operator on lhs of bitwise...
2012-06-02 Argyrios KyrtzidisFollow-up on the test of r157892
2012-06-02 Argyrios KyrtzidisInitialize the non-target-dependent fields of the Prepr...
2012-06-02 NAKAMURA TakumiRevert r157819, "#ifdef out a broken test on win32"
2012-06-02 NAKAMURA TakumiToolInvocation::mapVirtualFile(): Tweak for Win32....
2012-06-02 Simon AtanasyanMIPS: Factor out code selects the float ABI as determin...
2012-06-02 Benjamin KramerFix typos found by http://github.com/lyda/misspell...
2012-06-02 Alexander KornienkoImplementation of a "soft opt-in" option for -Wimplicit...
2012-06-02 Anna Zaks[analyzer] Rely on canBeInlined utility instead of...
2012-06-01 Anna Zaks[analyzer] Fix a spurious undef value warning.
2012-06-01 Anna Zaks[analyzer] Fix lack of coverage after empty inlined...
2012-06-01 Ted KremenekDisable diagnosic path pruning for ReturnUndefChecker.
2012-06-01 Jordan Rose[diagtool] Pull show-enabled back out for now.
2012-06-01 Jordan Rose[diagtool] Unbork Makefile build.
2012-06-01 Ted KremenekUpdate checker build.
2012-06-01 Jordan Rose[diagtool] Appease buildbot by adding llvm_unreachable.
2012-06-01 Jordan Rose[diagtool] Add 'show-enabled', which displays which...
2012-06-01 Jordan Rose[diagtool] The driver skips two arguments, not one.
2012-06-01 Ted Kremenekstatic analyzer: add inlining support for directly...
2012-06-01 Kaelyn UhrainDon't allow multiple correction candidates that have...
next