]> granicus.if.org Git - clang/shortlog
clang
2013-01-12 Rafael EspindolaDisable caching of visibility.
2013-01-12 Nico WeberFormatter: Initial support for formatting Objective...
2013-01-12 Nico WeberFormatter: * and & are binary operators before ( and [.
2013-01-12 Nico WeberFormatter: * and & are binary operators after ) and ].
2013-01-12 Nico WeberFormatter: + and - after { are unary operators.
2013-01-12 NAKAMURA Takumiclang/unittests: Fixup corresponding to r172290.
2013-01-12 Rafael EspindolaFix a regression from 171193: main cannot be overloaded.
2013-01-12 Douglas GregorProvide Decl::getOwningModule(), which determines the...
2013-01-12 Nico WeberFormatter: add a test for :? in []
2013-01-12 Richard SmithOnly produce one -Wc++98-compat warning when initializi...
2013-01-12 Rafael EspindolaAdd a test from pr14898.
2013-01-12 Matt Beaumont-GayFix -Wunused-comparison for comparisons in arguments...
2013-01-12 Fariborz Jahaniancomment parsing: when property accessors don't have...
2013-01-11 Ted KremenekRefine analyzer's handling of unary '!' and floating...
2013-01-11 Sean CallananFixed a bug that caused the AST importer to erroneously
2013-01-11 Dmitri Gribenkolibclang: use C++ casts in CXString.cpp
2013-01-11 Dmitri Gribenkolibclang: constness for CXString
2013-01-11 Ted KremenekCorrectly propagate uninitialized values within logical...
2013-01-11 Argyrios Kyrtzidis[PCH] Make the const_cast explicit to silence a compile...
2013-01-11 Argyrios Kyrtzidis[libclang] Add some constness in CXSourceLocation and...
2013-01-11 Argyrios Kyrtzidis[libclang] In ASTUnit::getMainFileName() Invocation...
2013-01-11 Ted KremenekSet process return code of 1 in set-xcode-analyzer...
2013-01-11 Nico WeberFormatter: Format ObjC static and instance methods...
2013-01-11 Dmitri Gribenkolibclang: remove unneeded casts
2013-01-11 Dmitri Gribenkolibclang: change CXCursor to store 'const void *' point...
2013-01-11 Dmitri GribenkoConstify parameter of clang::getCursorKindForDecl
2013-01-11 Rafael EspindolaReject incompatible redeclarations of extern C symbols.
2013-01-11 Fariborz JahanianImprove diagnostic per Richard's suggestion
2013-01-11 Dmitri Gribenkolibclang: use getCursorTU and getCursorASTUnit instead...
2013-01-11 Manuel KlimekFix crashes in UnwrappedLineParser on missing parens.
2013-01-11 Manuel KlimekFix single-line optimization for ObjC.
2013-01-11 Manuel KlimekFix crash on invalid.
2013-01-11 Manuel KlimekFix parsing of initializer lists with elaborated type...
2013-01-11 Manuel KlimekImplements pulling simple blocks into a single line.
2013-01-11 Fariborz JahanianAdd -std=c++98 to the test and minor improvment in...
2013-01-11 Edwin VaneAllow RefactoringTool to write to memory instead of...
2013-01-11 Daniel JasperCorrect spacing around new and delete.
2013-01-11 Alexander Kornienkoclang-format: a bit nicer error message.
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
next