]> granicus.if.org Git - clang/shortlog
clang
2013-01-11 David ChisnallEnable the new (more C++-like, less broken) EH model...
2013-01-11 Enea ZaffanellaFixed an assertion failure triggered by invalid code.
2013-01-11 Daniel JasperImprove handling of trailing declaration annotations.
2013-01-11 Daniel JasperImproved formatting of constructor initializers
2013-01-11 Enea ZaffanellaTest commit.
2013-01-11 Daniel JasperRefactor IndentState into two classes.
2013-01-11 Nikola SmiljanicPass false instead of 0 since isStar parameter of getAr...
2013-01-11 Nikola SmiljanicFix spelling error and remove the part about CMake...
2013-01-11 Nikola SmiljanicRevert the line ending mess I made.
2013-01-11 Nikola SmiljanicFix spelling error and remove the part about CMake...
2013-01-11 Anna Zaks[analyzer] Rename the warning: state the issue before...
2013-01-11 Anna Zaks[analyzer]Recognize ivar invalidation protocol even...
2013-01-11 Anna Zaks[analyzer] Ivar invalidation: track ivars declared...
2013-01-11 Jordan RoseRevert "tg-fixits.td: fixup for Linux"
2013-01-11 Dmitri GribenkoReplace more usages of __func__ with LLVM_FUNCTION_NAME
2013-01-11 Dmitri Gribenkolibclang logging: fixup for MSVC, which does not have...
2013-01-11 Fariborz JahanianImprove on my last test for patch for // rdar://12897704
2013-01-11 Dmitri Gribenkotg-fixits.td: fixup for Linux, which does not have...
2013-01-10 Richard SmithTruth in advertising: LocallyScopedExternalDecls actual...
2013-01-10 Anna Zaks[analyzer] Allow IvarInvalidation checker to suppress...
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).
next