]> granicus.if.org Git - clang/shortlog
clang
2012-06-09 Gregory Szorc[clang.py] Implement Cursor.is_static_method
2012-06-09 Benjamin KramerReorder ParsedTemplateArg's members to reduce padding...
2012-06-09 Benjamin KramerReplace a char counting helper function with std::count.
2012-06-09 Benjamin KramerReplace constant-sized BitVector with std::bitset.
2012-06-09 Argyrios Kyrtzidis[libclang] When doing the cursor visitation make sure...
2012-06-09 Anna Zaks[analyzer] FAQ page fixup
2012-06-09 Anna Zaks[analyzer] Add FAQ and How to Deal with Common False...
2012-06-08 Michael J.... [C++11 Compat] Fix breaking change in C++11 pair copyctor.
2012-06-08 Dmitri GribenkoCorrect method name in comment: from LexRawToken to...
2012-06-08 Dmitri GribenkoConvert comments to proper Doxygen comments.
2012-06-08 Jordan RoseWarn in ObjC++ when an 'auto' variable deduces type...
2012-06-08 Jordan RoseAdd a test for r158229 (overlapping fixits). This was...
2012-06-08 Richard SmithPR13051: Only suggest the 'template' and 'operator...
2012-06-08 Jordan RoseDisallow using ObjC literals in direct comparisons...
2012-06-08 Jordan RoseIf fixits appear to overlap, move the second one over...
2012-06-08 Richard SmithPR13051: If a constructor is explicitly defaulted,...
2012-06-08 Richard TrieuRemove a commented out variable declaration. This...
2012-06-08 Anna Zaks[analyzer] MallocSizeofChecker false positive: when...
2012-06-08 Jordan RoseDisable _Pragma during HTML macro rewriting to keep...
2012-06-08 Douglas GregorSwitch LineTableInfo to use FileID instead of int for...
2012-06-08 Argyrios Kyrtzidis[libclang] Don't crash when saving a PCH from a prefix...
2012-06-08 Argyrios Kyrtzidis[libclang] Add a triple to test/Index/index-decls.m
2012-06-08 Argyrios Kyrtzidis[libclang/AST]
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...
next