]> granicus.if.org Git - clang/shortlog
clang
2013-01-16 David BlaikieFix -Wreorder warning.
2013-01-16 Rafael EspindolaCheck for internal weak decls after merging.
2013-01-16 David BlaikiePR14964: intrinsic headers using non-reserved identifiers
2013-01-16 Douglas GregorRework the traversal of Objective-C categories and...
2013-01-16 Peter CollingbourneUse getProcessTriple in clang-interpreter.
2013-01-16 Richard SmithAdd raw string literal versus C preprocessor test,...
2013-01-16 Tim NorthoverFix recent test for more diverse environments.
2013-01-16 Tim NorthoverCorrect order of operands forwarding NEON vfma to LLVM fma
2013-01-16 Eric ChristopherMove initialization of ParsingIfOrElifDirective down...
2013-01-16 Eric ChristopherAdd testcase missed yesterday. Patch from Paul Robinson.
2013-01-16 Aaron BallmanAdding verbiage to the Language Extensions document...
2013-01-16 Aaron BallmanNo longer crashing with an assert when __has_include...
2013-01-16 Douglas GregorTeach global selector lookup to ignore hidden methods...
2013-01-16 Argyrios Kyrtzidis[libclang] In clang_reparseTranslationUnit_Impl, move...
2013-01-16 Argyrios Kyrtzidis[PCH/Modules] The iterator may become invalidated becau...
2013-01-16 Reed KotlerFirst step in implementation of mips16 and nomips16...
2013-01-16 Argyrios Kyrtzidis[libclang] In clang_getCursorType, don't crash if the...
2013-01-16 Daniel JasperFix a bug where we would move a following line into...
2013-01-16 Argyrios Kyrtzidis[preprocessor] Call the MacroUndefined callback even...
2013-01-16 Daniel JasperFix parsing error in conditional expressions.
2013-01-16 Argyrios Kyrtzidis[PCH/Modules] Change how macro [re]definitions are...
2013-01-16 Daniel JasperImprove understanding of unary operators.
2013-01-16 Daniel JasperDisable inlining of short ifs in Google style.
2013-01-16 Daniel JasperAdd option to avoid "bin-packing" of parameters.
2013-01-16 Manuel KlimekAdd debugging support for split penalties.
2013-01-16 Manuel KlimekUse standard llvm Debug.h support for debugging output.
2013-01-16 Alexander KornienkoClang Format: A couple of tests for the trailing stuff...
2013-01-16 Alexander KornienkoClang Format: Handle missing semicolon
2013-01-16 Alexey SamsonovFix uninitialized bool flag access in SanitizerArgs...
2013-01-16 Daniel JasperCalculate the total length of a line up to each token...
2013-01-16 Daniel JasperChange the datastructure for UnwrappedLines.
2013-01-16 Daniel JasperNever merge < and ::, as it produces different tokens.
2013-01-16 Daniel JasperRemove errors were if statements were incorrectly put...
2013-01-16 NAKAMURA Takumiclang/test/Driver/darwin-sdkroot.c: Suppress this on...
2013-01-16 Anna Zaks[analyzer] Add an annotation to allow suppression of...
2013-01-16 Anna Zaks[analyzer] Fix warning typo.
2013-01-16 Anna Zaks[analyzer] Refactor: parameter rename.
2013-01-16 Douglas GregorAdd -fmodules-autolink/-fno-modules-autolink (defaults...
2013-01-16 Eric ChristopherCollect both normal and static data members of a class...
2013-01-16 Dmitri GribenkoDocumentation: fix typo
2013-01-16 Douglas GregorDocument the redeclaration and overriding restrictions...
2013-01-16 Douglas GregorOne can have an unavailable method overridden by an...
2013-01-16 Douglas GregorApply adjustment to function- and array-typed non-type...
2013-01-15 David GreeneFix signed/unsigned Compare
2013-01-15 David GreeneAvoid unsigned Compare to int
2013-01-15 Douglas GregorWhen checking availability attributes for consistency...
2013-01-15 David GreeneFix Casting
2013-01-15 David GreeneFix Casting
2013-01-15 David GreeneFix Casting
2013-01-15 David GreeneFix Casting
2013-01-15 David GreeneFix Cast
2013-01-15 David GreeneFix Casting
2013-01-15 David GreeneFix Const Cast
2013-01-15 David GreeneFix Cast
2013-01-15 David GreeneFix Cast Code
2013-01-15 Aaron BallmanTypo correction; no functional change.
2013-01-15 Daniel Dunbar[driver/Darwin] Adjust SDKROOT handling code to not...
2013-01-15 Dmitri GribenkoAdd a test for -Wsemicolon-before-method-body fixit
2013-01-15 Manuel KlimekDo not traverse the break-state when we know we cannot...
2013-01-15 Manuel KlimekFix formatting of preprocessor directives (incluces...
2013-01-15 Daniel JasperImprove operator kind detection in presence of comments.
2013-01-15 Manuel KlimekFixes various bugs around the keywords class, struct...
2013-01-15 Alexander KornienkoResolved merge error with r172323 (llvm::X -> X)
2013-01-15 Richard SmithDon't crash when binding a reference to a temporary...
2013-01-15 Richard SmithPR14950: Fix out-of-bounds function parameter access...
2013-01-15 Richard SmithPR14918: Don't confuse braced-init-lists after template...
2013-01-15 Douglas GregorAdd -fopenmp -cc1 option and wire it up to define _OPEN...
2013-01-15 Richard SmithFix behavior of [[gnu::]] function attributes. Per...
2013-01-15 Chad Rosier[driver] Warnings for warning options are handled by...
2013-01-14 Dmitri GribenkoDocument that we should recognize attributes supported...
2013-01-14 Richard SmithRefactor to call ActOnFinishFullExpr on every full...
2013-01-14 Michael GottesmanMultiprecision subtraction builtins.
2013-01-14 Douglas GregorTopologically sort the link options generated for modul...
2013-01-14 Douglas GregorWhen forming the link options for an imported module...
2013-01-14 Jordan Rose[analyzer] Add ProgramStatePartialTrait<const void *>.
2013-01-14 Jordan Rose[analyzer] Fix cast-away-const warning by using const_cast.
2013-01-14 Jordan Rose[analyzer] -drain is not an alias for -release.
2013-01-14 Douglas GregorSwitch autolinking metadata format over to actual linke...
2013-01-14 Douglas GregorInfer "link" lines for top-level frameworks. Essentiall...
2013-01-14 Bill SchmidtThis patch addresses varargs processing for small compl...
2013-01-14 Douglas GregorImplement parsing, AST, (de-)serialization, and placeho...
2013-01-14 Manuel KlimekFixes formatting of nested brace initializers.
2013-01-14 Daniel JasperMake single-line if statements optional.
2013-01-14 Daniel JasperFix a bug in the line merging.
2013-01-14 Daniel JasperFix bug that would lead to joining preprocessor directives.
2013-01-14 Daniel JasperPut simple preprocessor directives on a single line.
2013-01-14 Benjamin KramerTurns out there is a simpler way of getting a set diffe...
2013-01-14 Daniel JasperPut short if statements on a single line.
2013-01-14 Alexander KornienkoDump comments in -ast-dump.
2013-01-14 NAKAMURA Takumiclang/test/SemaCXX/cxx11-gnu-attrs.cpp: Add explicit...
2013-01-14 Daniel JasperRefactor datastructure used in clang-format.
2013-01-14 Daniel JasperImprove understanding post increment and decrement.
2013-01-14 Alexander KornienkoCustom DiagnosticConsumer parameter of reformat() ...
2013-01-14 Manuel KlimekAdds some more tests for * and &.
2013-01-14 Richard SmithAdd extra tests for [[gnu::...]] attributes, missed...
2013-01-14 Richard SmithFix regression in r172376. Don't try to detect missing...
2013-01-14 Richard SmithAccept [[gnu::*]] for all __attribute__((*))s which...
2013-01-14 Nico WeberFormatter: Add a test for bitfields.
2013-01-14 Richard SmithPR12008: defer adding the implicit 'const' to a constex...
2013-01-14 Richard Smith*this is const in a trailing-return-type for a constexp...
next