]> granicus.if.org Git - clang/shortlog
clang
2012-04-08 Chandler CarruthTeach Clang about PIE compilations. This is the first...
2012-04-08 Chandler CarruthRephrase the preprocessor test to directly use CC1...
2012-04-08 Chandler CarruthFileCheck-ize this test.
2012-04-08 Richard SmithDon't forget to evaluate the subexpression in a null...
2012-04-07 Francois Pichetext_reserved_user_defined_literal must not default...
2012-04-07 Simon AtanasyanMIPS: Pass -mabi option to the assmbler when compile...
2012-04-07 Simon AtanasyanMIPS: Move code calculates CPU and ABI names to the...
2012-04-07 NAKAMURA Takumi[Cygwin] Work around to flush stdout in a thread, or...
2012-04-07 John McCallFix several problems with protected access control:
2012-04-07 NAKAMURA Takumitest/lit.cfg: Please pass %INCLUDE% to clang.exe on...
2012-04-07 Chad Rosier[driver] In general, the driver claims redundant args...
2012-04-06 David BlaikieRemove "parse error" in favor of more descriptive diagn...
2012-04-06 Fariborz Jahanianmore testing of objc's dictionary literal translation.
2012-04-06 Douglas GregorImplement support for null non-type template arguments...
2012-04-06 Fariborz Jahanianmodern objective-c translation: support for
2012-04-06 Ted KremenekRework ExprEngine::evalLoad and clients (e.g. VisitBina...
2012-04-06 Benjamin KramerSourceManager: Vectorize ComputeLineNumbers for SSE2.
2012-04-06 Simon AtanasyanMIPS: Provide a correct path to the dynamic linker...
2012-04-06 DeLesley HutchinsThread safety analysis: downgraded requirement that...
2012-04-06 Fariborz Jahanianmodern objective-c translator: translate array literal
2012-04-06 Simon AtanasyanMIPS: Pass -EB/-EL argument to the assembler according...
2012-04-06 Jordy Rose[analyzer] Check that the arguments to NSOrderedSet...
2012-04-06 Matt Beaumont-GayTest for r154189/PR12481
2012-04-06 John McCallUse atexit when __cxa_atexit isn't available instead...
2012-04-06 John McCallRename GenerateCXXGlobalDtorFunc to GenerateCXXGlobalDt...
2012-04-06 John McCallFix a Sema invariant bug that I recently introduced...
2012-04-06 Jordy RoseClear environment variables that might affect Clang...
2012-04-06 Patrick BeardAdded a new attribute, objc_root_class, which informs...
2012-04-06 Simon AtanasyanMIPS: Move tests check float ABI macros definitions...
2012-04-06 Chandler CarruthFix using Clang as a cross compiler installed on a...
2012-04-06 David Chisnallzext ivar offsets if required (GNU runtimes).
2012-04-06 DeLesley HutchinsFixed scoping error for late parsed attributes in neste...
2012-04-06 Simon AtanasyanMIPS: Add tests for predefined macros for MIPS targets.
2012-04-06 David BlaikieFix diagnostic text for r154163.
2012-04-06 David BlaikieRestrict fixit for missing 'class' in template template...
2012-04-06 Anna Zaks[analyzer]Fix false positive: pointer might escape...
2012-04-05 Richard SmithPoint the caret at the error for the 'expected namespac...
2012-04-05 Eli FriedmanImplement C90 pedantic warning for duplicate declaratio...
2012-04-05 Eli FriedmanProperly implement the C rules for composite types...
2012-04-05 Fariborz Jahanianobjective-c: Don't warn when a category does not implem...
2012-04-05 Eric ChristopherEnhance testing a bit to make sure that we're omitting the
2012-04-05 Eric ChristopherOnly emit the getter and setter names if they're not...
2012-04-05 Eli FriedmanMake the variant of __builtin_shufflevector that takes...
2012-04-05 Ted KremenekRequire that all static analyzer issues have a category...
2012-04-05 Simon AtanasyanMove some MIPS target macro definitions from class...
2012-04-05 Richard SmithTemporary workaround for bug#12457: turn the 'constexpr...
2012-04-05 Daniel Dunbar[Lex] Add support for 'user specified system frameworks...
2012-04-05 Daniel Dunbar[Lex] HeaderSearch: Introduce a FrameworkCacheEntry...
2012-04-05 Daniel DunbarSimplify.
2012-04-05 David BlaikieImprove & simplify diagnostic for missing 'class' in...
2012-04-05 Ted KremenekHandle symbolicating a reference in an initializer...
2012-04-05 Ted KremenekTeach ObjCContainersChecker that the array passed to...
2012-04-05 Ted KremenekDo not crash in the callgraph construction when encount...
2012-04-05 Anna Zaks[analyzer] Move stats calculation out of AnalysisConsum...
2012-04-05 Anna Zaks[analyzer] Change warding in a path diagnostic:
2012-04-05 Anna Zaks[analyzer] Add a coverage calculation to FunctionSummaries.
2012-04-05 Anna Zaks[analyzer] Remove redundant if statement (pointed out...
2012-04-05 Richard SmithImprove diagnostics for invalid use of non-static membe...
2012-04-05 Richard SmithAdd triples to these tests to keep them working on...
2012-04-05 David BlaikieRelNote improvements made to -Wliteral-conversion by...
2012-04-05 Richard SmithFix assertions and wrong output from StmtPrinter's...
2012-04-05 David BlaikieEnable warn_impcast_literal_float_to_integer by default.
2012-04-04 NAKAMURA Takumiclang/test/Tooling/clang-check.cpp: Mark it as XFAIL...
2012-04-04 Douglas GregorAllow a conversion from the empty initializer list...
2012-04-04 Nico WeberHonor -fno-pic, -fno-PIC, -fno-pie, -fno-PIE.
2012-04-04 Chad Rosier[driver] When using the -mfpmath= option, add an error...
2012-04-04 Richard SmithHardcode a triple to prevent the test failing on target...
2012-04-04 Simon AtanasyanTest commit to check commit access.
2012-04-04 Richard SmithImplement C++11 [temp.arg.nontype]'s permission to...
2012-04-04 Dan GohmanFix an oversight: don't run ARC optimization cleanup...
2012-04-04 Chad RosierWhitespace.
2012-04-04 Chad Rosier[driver] Add a static helper function for handling...
2012-04-04 David BlaikieReduce variable scope.
2012-04-04 Chad Rosier[driver] Create a new -mfpmath= option, which is used...
2012-04-04 Fariborz Jahanianobjc-arc: provide a warning when 'receiver' of a messag...
2012-04-04 Ted KremenekLook through chains of 'x = y = z' when employing silen...
2012-04-04 Fariborz Jahanianmodern objc translator. Add more
2012-04-04 Fariborz JahanianRemove unused argument.
2012-04-04 Ted KremenekInclude the "issue context" (e.g. function or method...
2012-04-04 Douglas GregorMove the computation of the lambda mangling information...
2012-04-04 Fariborz Jahanianobjective-c modern translation. Remove commenting out
2012-04-04 Bob WilsonSimplify test a bit now that it's not actually running...
2012-04-04 NAKAMURA Takumiclang/test/Tooling/clang-check.cpp: Mark it as XFAIL...
2012-04-04 NAKAMURA TakumiTooling.cpp: Reorder inclusions according to the condin...
2012-04-04 NAKAMURA TakumiTooling.cpp: Don't refer to $ENV{PWD}. Use llvm::sys...
2012-04-04 David ChisnallDon't crash (assert failure) when generating blocks...
2012-04-04 Manuel KlimekUpdated release notes for tooling.
2012-04-04 Benjamin KramerclangFrontend depends on clangEdit.
2012-04-04 Manuel KlimekAdd the dependency on clang-check to clang-test, so...
2012-04-04 Manuel KlimekAdds a tooling library.
2012-04-04 Benjamin KramerDon't actually execute gcc during testing.
2012-04-04 Bob WilsonAdd a testcase for svn r153854.
2012-04-04 Richard SmithFix diagnostic typos: "non-template arguments" vs ...
2012-04-04 Richard SmithFor PR11916: Add support for g++'s __int128 keyword...
2012-04-04 Douglas GregorWhen performing template argument deduction for an...
2012-04-04 Douglas GregorDependent-sequence initialization of a single element...
2012-04-04 Argyrios Kyrtzidis[preprocessor] In Preprocessor::CachingLex() check...
2012-04-04 John McCallWhen computing the conversion sequence in overload...
2012-04-04 Nick LewyckyIf something already instantiated is reinstantiated...
2012-04-04 John McCallErrorUnsupported on array cookies in the MS C++ ABI...
next