]> granicus.if.org Git - clang/shortlog
clang
2013-01-10 Jordan RoseDiagnostics: name all implicit groups used more than...
2013-01-10 Jordan RoseError if an anonymous DiagGroup is referenced multiple...
2013-01-10 Manuel KlimekPulling formatFirstToken one level up.
2013-01-10 Manuel KlimekFixes layout of right braces.
2013-01-10 Alexander KornienkoBasic support for diagnostics.
2013-01-10 Manuel KlimekFixes formatting of function calls etc inside an initia...
2013-01-10 Manuel KlimekDo not add newline in empty blocks.
2013-01-10 Daniel JasperImprovements to function type and ObjC block formatting.
2013-01-10 Simon Atanasyan[Mips] Pass a combination of +soft-float and -mips16...
2013-01-10 Manuel KlimekFix layout of blocks inside statements.
2013-01-10 Daniel JasperImprove clang-format's understanding of casts.
2013-01-10 David Tweedr172047 lacked a test (due to incomplete OpenCL support...
2013-01-10 Guy BenyeiEnable intel_ocl_bicc for x86_64 target only. Remove...
2013-01-10 Manuel KlimekIntroduce a define to switch on debug output.
2013-01-10 Daniel JasperDo more error checking for '{}'.
2013-01-10 David TweedTesting with a full OpenCL compiler (based on clang...
2013-01-10 NAKAMURA Takumiclang-c/Index.h: Clarify empty argument with (void...
2013-01-10 Douglas GregorBe more careful about updating the failed-modules set
2013-01-10 Nick LewyckyDon't assert in codegen on static data members which...
2013-01-10 Douglas GregorRework the realpath nonsense for framework lookups...
2013-01-10 Nico WeberFormatter: Remove unused @-formatting code.
2013-01-10 Nico WeberFormatter: @optional and @required go on their own...
2013-01-09 Nico WeberFormatter: Add support for @implementation.
2013-01-09 Argyrios Kyrtzidis[PreprocessingRecord] A macro expansion can be reported...
2013-01-09 Argyrios Kyrtzidis[utils/ClangDataFormat.py] Don't use lldb.frame directl...
2013-01-09 Fariborz JahanianIssue warning when case value is too large to fit
2013-01-09 Dmitri GribenkoClangTools.rst: spelling and formatting
2013-01-09 Dmitri GribenkoClangFormat.rst: improve formatting
2013-01-09 Hal FinkelRemove the unused Parser::ParseTranslationUnit function
2013-01-09 Daniel JasperAdd documentation for clang-format.
2013-01-09 Nico WeberFormatter: Make parseObjCUntilAtEnd() actually work.
2013-01-09 Nico WeberFormatting: Add support for @protocol.
2013-01-09 Nico WeberFix test after r171995.
2013-01-09 Nico WeberFormatter: Add support for @interface.
2013-01-09 Benjamin Kramerunwind.h: Add include guards and don't mess with visibi...
2013-01-09 Ted KremenekDo not model loads from complex types, since we don...
2013-01-09 David BlaikieSuppress GCC -Wreturn warning.
2013-01-09 Rafael EspindolaHandle static functions being redeclared in function...
2013-01-09 Manuel KlimekEnables layouting unwrapped lines around preprocessor...
2013-01-09 Guy BenyeiEnable intel_ocl_bicc for x86_64 target. This was misse...
2013-01-09 Daniel JasperOnly align after assignments on the top level.
2013-01-09 Daniel JasperDon't simply give up when exceeding 80cols, choose...
2013-01-09 Daniel JasperCorrectly format wrapped function call parameters in...
2013-01-09 Manuel KlimekFixes dump_ast_matchers to parse all matcher macros...
2013-01-09 Daniel JasperAllow comments in the middle of statements to be on...
2013-01-09 Daniel JasperFix ObjC block declarations.
2013-01-09 Daniel JasperImprove formatting of conditional operators.
2013-01-09 Nico WeberDon't mention -fno-diagnostics-print-source-range-info...
2013-01-09 Will Dietz[ubsan] Make static check data non-const so it can...
2013-01-09 Eli FriedmanMake sure clang puts tokens from different files on...
2013-01-09 Eli FriedmanMake __has_include a bit more resilient in the presence...
2013-01-09 Douglas GregorWhen name lookup for a redeclaration finds declarations...
2013-01-09 Fariborz Jahanianput back diagnostics when flexible members are captured
2013-01-08 Michael GottesmanRemoved extra "`" from ARC documentation.
2013-01-08 Chad Rosier[ms-inline asm] Add a test case for the offset operator...
2013-01-08 Fariborz JahanianFix typo (again).
2013-01-08 Fariborz JahanianRemove lambda from my last patch.
2013-01-08 Fariborz JahanianFixes typo in comment.
2013-01-08 Fariborz JahanianobjectiveC blocks: It is impractical to capture
2013-01-08 Richard SmithPR14855: don't silently swallow a nested-name-specifier...
2013-01-08 Rafael EspindolaClear LV cache when dropping availability attributes.
2013-01-08 Rafael EspindolaTighten types a bit. No functionality change.
2013-01-08 Rafael EspindolaDon't crash when trying to apply the availability attri...
2013-01-08 Rafael EspindolaTighten types a bit. No functionality change.
2013-01-08 Rafael EspindolaTighten types a bit. No functionality change.
2013-01-08 David BlaikieRemove on-by-default warning from -Wmost.
2013-01-08 Nico WeberFormatter: More tests for already-passing ObjC bits.
2013-01-08 Anna Zaks[analyzer] Bump down the max size of functions being...
2013-01-08 Daniel JasperDon't break after unary operators.
2013-01-08 Rafael EspindolaMove loop variable update.
2013-01-08 Rafael EspindolaMark all subsequent decls used.
2013-01-08 Nico WeberFormatter: Format @ literals better. Array and dictiona...
2013-01-08 Jordan RoseVarious tweaks and updates to the analyzer website.
2013-01-08 Anna Zaks[analyzer] Only include uniqueling location as issue_ha...
2013-01-08 Nico WeberFormatter: More ObjC tests.
2013-01-08 Argyrios Kyrtzidis[libclang] In clang_equalCursors, clear out the "FirstI...
2013-01-08 Douglas GregorUse Decl::getAvailability() rather than checking for...
2013-01-08 Nico WeberFormatter: Add tests for some ObjC bits that happen...
2013-01-08 Ted KremenekRepost checker-270, which for some reason got deleted.
2013-01-08 Manuel Klimekclang-format can now format #defines.
2013-01-08 Daniel JasperDon't put spaces around ##.
2013-01-08 Rafael EspindolaAdd missing spaces. This doesn't cause problems in...
2013-01-08 Rafael EspindolaClear the LV cache when setting the instantiated from...
2013-01-08 Daniel JasperChange the data structure used in clang-format.
2013-01-08 Dmitri GribenkoCodeGen/compound-assign-overflow.c: include stdint...
2013-01-08 Sean Silvadocs: "clang tools" are not a different interface.
2013-01-08 Rafael EspindolaClear the LV cache when merging the availability attribute.
2013-01-08 Eric ChristopherAdd a test to make sure that vector output happens...
2013-01-08 Ted KremenekDon't warn about undefined varargs argument behavior...
2013-01-08 David BlaikieAdd [artificial] debug info annotation to test matching...
2013-01-08 Argyrios Kyrtzidis[arcmt] Follow-up for r171484; make sure when adding...
2013-01-08 Richard SmithMove ref qualifiers from Type bitfields into FunctionPr...
2013-01-08 Anna Zaks[analyzer] Include the bug uniqueing location in the...
2013-01-08 Anna Zaks[analyzer] Plist: change the type of issue_hash from...
2013-01-08 Anna Zaks[analyzer] Extend the Representing Values section of...
2013-01-08 NAKAMURA Takumiclang/test/CodeGenOpenCL/shifts.cl: Fixup for -Asserts.
2013-01-08 Richard SmithPR14838: When a member reference is bound to a temporar...
2013-01-08 Douglas GregorBack out my no-op change from r171783.
2013-01-07 Dmitri GribenkoCorrect OpenBSD profiling test
2013-01-07 David BlaikieExtract the instance-method case for debug info out...
next