]> granicus.if.org Git - clang/shortlog
clang
2013-01-10 Fariborz Jahanianc++ IRGen. In trivial cases that object is going into...
2013-01-10 Nico WeberFormatter: Remove a fixme, Jordy says @synthesize is...
2013-01-10 Nico WeberFormatter: Put spaces in ObjC method decls in the right...
2013-01-10 Anna Zaks[analyzer] Fix non-determinizm introduced in r172104.
2013-01-10 Will DietzToolChains: Minor touchup to use correct type, avoid...
2013-01-10 Fariborz JahanianDeclare +new instead of -new in test.
2013-01-10 Chad Rosier[ms-inline asm] Add test case for r172121.
2013-01-10 Chad Rosier[ms-inline asm] Extend the inline asm Sema lookup inter...
2013-01-10 Nico WeberFormatter: No spaces around '=' in @property lines.
2013-01-10 Anna Zaks[analyzer] Add more checks to the ObjC Ivar Invalidatio...
2013-01-10 Fariborz JahanianIn my last patch use InGroup<Switch> (per Dmitri's...
2013-01-10 Fariborz JahanianProvide a better warning when case value overflows.
2013-01-10 Nico WeberFormatter: Land header change I forgot to land in r172099.
2013-01-10 Nico WeberFormatter: Add test for template and protocol parameter...
2013-01-10 Nico WeberFormatting: In @implementation etc lines, put a space...
2013-01-10 Manuel KlimekRefactoring the outermost structure of the formatter.
2013-01-10 Argyrios Kyrtzidis[libclang] Address some coding style issues pointed...
2013-01-10 Nico WeberFormatter: Don't put a space in ObjC number literals...
2013-01-10 Ted Kremenekccc-analyzer: Forward -msse* options to the compiler.
2013-01-10 Nico WeberFormatter: Add space before '(' in @implemenation,...
2013-01-10 Manuel KlimekPull calculation whether a line fits one level up.
2013-01-10 Fariborz JahanianobjectiveC++: When throwing c++ exception of
2013-01-10 Argyrios Kyrtzidis[libclang] Add missing header file
2013-01-10 Argyrios Kyrtzidis[libclang] Enhance logging capabilities of libclang.
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...
next