]> granicus.if.org Git - clang/shortlog
clang
2012-12-19 Chad Rosier[driver] Have -isysroot warn on nonexistent paths.
2012-12-19 Fariborz JahanianAudit DeclPrinter with -ast-dump on Cocoa.h and
2012-12-19 Argyrios Kyrtzidis[PCH/Modules] In ASTReader::completeVisibleDeclsMap...
2012-12-19 Dmitri GribenkoDocumentation: UsersManual.rst: some cleanups after...
2012-12-19 Fariborz Jahanianobjective-C: Don't warn of unimplemented property of...
2012-12-19 Michael GottesmanForgot to remove trailing whitespace when I converted...
2012-12-19 Michael GottesmanConverted BlockLanguageSpec.txt => BlockLanguageSpec...
2012-12-19 Ted KremenekChange test to dump Filecheck output to an intermediate...
2012-12-19 Dmitri GribenkoFix PR14591: Windows newlines in doxygen comments cause...
2012-12-19 Dmitri GribenkoAdd a missing 'else'. Found by grep '} if'
2012-12-19 Dmitri GribenkoComment parsing: add a missing 'else'. Found by inspec...
2012-12-19 Fariborz JahanianImprove on header comment suggested by James Dennet.
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-19 Richard SmithAttempt to clarify a vexing-parse diagnostic.
2012-12-19 Richard SmithFix assertion failure in self-host (and probably bogus...
2012-12-19 Richard SmithPR13470: Ensure that copy-list-initialization isntantia...
2012-12-19 Ted KremenekPass AnalyzerOptions to PathDiagnosticConsumer to make...
2012-12-19 Ted KremenekSimplify logic to use SourceManager::getFileLoc(),...
2012-12-19 Fariborz Jahanianfixes a doxygen comment.
2012-12-19 NAKAMURA Takumitest/Index/preamble_macro_template.cpp: Suppress this...
2012-12-19 David BlaikieChange DeclContextLookup(Const)Result to (Mutable)Array...
2012-12-19 Fariborz JahanianIncreas number of iterations before a new libclang...
2012-12-19 Eli FriedmanMake sure CodeGen uses a value of the correct type...
2012-12-19 Fariborz JahanianSome code refactoring per Dimitri's comment.
2012-12-18 Eli FriedmanFix a crash in diagnostic printing when a template...
2012-12-18 Nadav RotemEnable the loop vectorizer in clang via -fvectorize
2012-12-18 Nadav RotemFix the fvectorize testcase
2012-12-18 Ted KremenekHave clang_getSpellingLocation() use the same logic...
2012-12-18 Fariborz JahanianThis is the libclang patch providing minimal API to
2012-12-18 Douglas GregorBe defensive when printing module import locations...
2012-12-18 Eli BenderskySimilar to 170440 - fix build warning with gcc
2012-12-18 Bill WendlingAdd tests to check recent changes to some builtins.
2012-12-18 Daniel JasperBetter support for constructor initializers.
2012-12-18 Meador IngeCodeGen: Expand creal and cimag into complex field...
2012-12-18 Daniel JasperMake the format scrambler understand line comments.
2012-12-18 Douglas GregorCMake: Make sure to detect LibXml2 when Clang is built...
2012-12-18 Eli BenderskyFix a compilation warning with gcc 4.6
2012-12-18 Guy BenyeiRe-commit r170428 changes with Linux style file endings.
2012-12-18 Guy BenyeiRevert changes from r170428, as I accidentally changed...
2012-12-18 Guy BenyeiAdd OpenCL images as clang builtin types.
2012-12-18 David ChisnallRemove obsolete FIXMEs.
2012-12-18 NAKAMURA Takumitest/Misc/dev-fd-fs.c: Mark this as XFAIL:freebsd ...
2012-12-18 Rafael EspindolaInline hasAtomicCopyHelperAPI.
2012-12-18 Rafael EspindolaMerge storage classes even when contexts don't match.
2012-12-18 Rafael EspindolaNow that the uninitialized variable has been fixed...
2012-12-18 Richard SmithFix typo (thanks to Jordan for spotting it!).
2012-12-18 Eli FriedmanThe underlying type for an enum should be an integer...
2012-12-18 Sean Silvadocs: Nuke AnalyzerRegions.rst.
2012-12-18 Anders CarlssonWhen warning about a missing prototype because a functi...
2012-12-18 Eli FriedmanMore conservative fix for <rdar://problem/12847524...
2012-12-18 Bill WendlingUse the correct return type (size_t) for these builtins.
2012-12-18 Bill WendlingAdd an expected parameter for the size of the destination.
2012-12-18 Eric ChristopherAdd support for passing the main file name down to...
2012-12-18 Richard SmithRein ubsan's vptr sanitizer back a bit. Per core issue...
2012-12-17 Rafael EspindolaFix isThisDeclarationADefinition for extern following...
2012-12-17 Chandler CarruthFix PR14625 by teaching the driver to detect PWD for...
2012-12-17 Argyrios Kyrtzidis[c-index-test] Fix warnings about unused results from...
2012-12-17 Argyrios KyrtzidisJust use begin()/end() instead of "&Vector[0], &Vector...
2012-12-17 Argyrios KyrtzidisDon't include the header outside the include guards...
2012-12-17 Argyrios Kyrtzidis[parser] Push a semi token for recovery only when it...
2012-12-17 Anna Zaks[analyzer] Tweak the NumFunctionsAnalyzed stat so that...
2012-12-17 Anna Zaks[analyzer] Implement "do not inline large functions...
2012-12-17 David ChisnallReapply r170344, this time without forgetting to commit...
2012-12-17 Benjamin KramerRevert "Added support for new property helpers (GNUstep...
2012-12-17 David ChisnallAdded support for new property helpers (GNUstep runtime).
2012-12-17 Daniel JasperAdd basic support for splitting before function calls...
2012-12-17 Dmitry Vyukovtsan: correct llvm libc++ name
2012-12-17 Daniel JasperFix several formatting problems.
2012-12-17 Dmitry Vyukovtsan: add __has_feature(thread_sanitizer)
2012-12-17 Dmitry Vyukovtsan: update docs
2012-12-17 Chandler CarruthClean up a small (messy) section of Clang's release...
2012-12-17 Bill SchmidtThis patch fixes PR13624, which notes a 64-bit PowerPC...
2012-12-17 Nico WeberIdentifierResolver: Remove an unnecessary include and...
2012-12-16 Dmitri GribenkoDocumentation: add a missing word
2012-12-16 Dmitri GribenkoClang ReleaseNotes: add information about documentation...
2012-12-16 Dmitri GribenkoDocumentation: AutomaticReferenceCounting.rst: use...
2012-12-16 Craig TopperDon't use SourceLineCache in getColumnNumber if LastLin...
2012-12-16 Sean Silvadocs: Fix completely broken adornment structure.
2012-12-15 Dmitri GribenkoDocumentation: random cleanups. Use monospaced font...
2012-12-15 Dmitri GribenkoDocumentation: convert InternalsManual.html to reST
2012-12-15 Dmitri GribenkoDocumentation: LanguageExtensions.rst: convert link...
2012-12-15 Will Dietz[ubsan] Emit branch weight metadata to hint towards...
2012-12-15 Jordan RoseDocs: redirect "static analysis extensions" section...
2012-12-15 Jordan RoseRemove old description of analyzer internals from publi...
2012-12-14 Anton Yartsevfixed line endings
2012-12-14 Anton Yartsevadded post-statement callback to CXXNewExpr and pre...
2012-12-14 Argyrios KyrtzidisDon't hit an assertion failure when calculating the...
2012-12-14 Anna Zaks[analyzer] Propagate the checker's state from checkBran...
2012-12-14 Anna Zaks[analyzer] Refactor: Store visited Decls instead of...
2012-12-14 Edwin VaneStyle and Doc fix for CommonOptionsParser
2012-12-14 Argyrios Kyrtzidis[preprocessor] For errors at a function macro invocatio...
2012-12-14 NAKAMURA Takumi[CMake] Move libxml2 stuff from clang to llvm/cmake.
2012-12-14 Nico WeberDon't require a space between the two ">" in "vector...
2012-12-14 NAKAMURA TakumiTargets.cpp: [cygwin] Add the predefined macro "_X86_...
2012-12-14 Argyrios KyrtzidisHave Sema::ActOnStartOfFunctionDef return the declarati...
2012-12-14 Argyrios KyrtzidisRemove code from Sema::ActOnStartOfFunctionTemplateDef...
2012-12-14 Nico Weberfix another spello
2012-12-14 Nico Weberfix spello
2012-12-14 NAKAMURA Takumiclang/test/CodeGenCXX/lambda-expressions.cpp: Relax...
2012-12-14 Ted KremenekRefactor dump methods to make RegionBindingsRef printab...
next