]> granicus.if.org Git - clang/shortlog
clang
2013-01-13 Michael GottesmanAdded builtins for multiprecision adds.
2013-01-13 Richard SmithRemove some duplication in the handling of __attribute_...
2013-01-12 Nico WeberFormatter: Don't insert a space before unary operators...
2013-01-12 Nico WeberFormatter: Add a test for @selector in an ObjC method...
2013-01-12 Nico WeberFormatter: Remove debugging junk I accidentally landed...
2013-01-12 Nico WeberFormatter: Prefer breaking before ObjC selector names...
2013-01-12 Dmitri GribenkoAdd a comment to test to clarify the intention here
2013-01-12 Dmitri GribenkoPrune an unused diagnostic, detected after improving...
2013-01-12 Benjamin KramerSpeed up find-unused-diagnostics. Now runs in less...
2013-01-12 Dmitri GribenkoRemove unused diagnostics
2013-01-12 Dmitri GribenkoRemove useless 'llvm::' qualifier from names like Strin...
2013-01-12 Arnaud A. de... Fix spurious output in JSONCompilationDatabase
2013-01-12 Dmitri GribenkoAdd missing includes and forward declarations so that...
2013-01-12 Rafael Espindolacomment
2013-01-12 Rafael Espindolabar
2013-01-12 Rafael EspindolaRemove unused private field.
2013-01-12 Daniel JasperFix incorrect comparison operator causing loooong forma...
2013-01-12 Nico WeberFormatter: Remove an always-false condition.
2013-01-12 Nico WeberFormatter: Remove a redundant CurrentLineType check.
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
next