]> granicus.if.org Git - clang/shortlog
clang
2014-11-25 Daniel JasperAdd flag -f(no-)modules-implicit-maps.
2014-11-25 Chandler CarruthAdd a missing override, caught by clang's inconsistent...
2014-11-25 Sergey Dmitrouk[ARM] Define __ARM_FEATURE_DSP macro for CPUs that...
2014-11-25 David MajnemerMS ABI: Add CodeGen support for rethrowing MS C++ excep...
2014-11-25 David Majnemerdocs: Update the MSVCCompatibility doc for changes...
2014-11-25 Saleem AbdulrasoolCodeGen: further simplify assertion
2014-11-24 Paul RobinsonSee if this fixes Mips bot; ignore contents of paramete...
2014-11-24 Reid KlecknerRemove unnecessary environment switch
2014-11-24 Kaelyn TakataForce the correction of delayed typos in casts in non...
2014-11-24 Samuel BenzaquenFilter the toplevel matchers by kind.
2014-11-24 Tim Northovertesting: make test use FileCheck
2014-11-24 Paul RobinsonCorrectly remove OptimizeForSize from functions marked...
2014-11-24 Saleem AbdulrasoolCodeGen: make i686-windows-itanium more similar to...
2014-11-24 Saleem AbdulrasoolCodeGen: use a range-based for loop
2014-11-24 Aaron BallmanReverting r222646; the tests do not pass on Windows...
2014-11-24 Nico RieckFix line endings
2014-11-24 Nico RieckFix crash when using __if_exists in C mode
2014-11-24 Aaron BallmanUnbreaking the MSVC 2012 build; however, these tests...
2014-11-24 Aaron BallmanReverting r222638; it broke the MSVC build bots because...
2014-11-24 Manuel KlimekAdding 4 ASTMatchers: typedefDecl, isInMainFile, isInSy...
2014-11-23 Daniel Jasperclang-format: Make short case labels work with #ifs
2014-11-23 Daniel Jasperclang-format: [Java] Treat 'instanceof' like other...
2014-11-23 Daniel Jasperclang-format: [Java] Space before array initializers.
2014-11-23 Daniel Jasperclang-format: Improve ObjC blocks with return type.
2014-11-23 Daniel Jasperclang-format: Refactoring.
2014-11-23 Daniel Jasperclang-format: [JS] Support Closure's module statements.
2014-11-23 Saleem AbdulrasoolCodeGen: tweak struct ABI handling
2014-11-22 Daniel SandersSupport matching signext attribute in the parallel_num_...
2014-11-22 Daniel SandersSupport matching signext attribute in vla-lambda-captur...
2014-11-22 David MajnemerCodeGen: Make atomic operations play nice with address...
2014-11-22 David MajnemerSimplify MicrosoftMangleContextImpl::shouldMangleString...
2014-11-22 Richard SmithDelay checking overrides for exception specifications...
2014-11-21 David MajnemerMS ABI: Mangle u8 string literals
2014-11-21 Fariborz JahanianObjective-C ARC. Fixes a crash when checking for 'weak...
2014-11-21 David MajnemerSema: Don't permit variably modified types in typeid
2014-11-21 Roman DivackyImplement -Wcast-qual, fixing #13772.
2014-11-21 David MajnemerMS ABI: Mangle char16_t and char32_t string literals
2014-11-21 Kaelyn TakataAdd an assertion for detecting missed/uncorrected TypoE...
2014-11-21 Kaelyn TakataEnable ActOnIdExpression to use delayed typo correction...
2014-11-21 Kaelyn TakataProperly correct initializer expressions based on wheth...
2014-11-21 Kaelyn TakataUse the full-Expr filter to disambiguate equidistant...
2014-11-21 Daniel Jasperclang-format: Understand more lambda return types.
2014-11-21 Daniel Jasperclang-format: Use nested block special case for all...
2014-11-21 Dmitry VyukovFix test after r222526.
2014-11-21 Daniel Jasperclang-format: Handle comments in short case labels.
2014-11-21 Daniel Jasperclang-format: [Java] Support more Java keywords.
2014-11-21 Dmitry Vyukovclang: do not add -pie for tsan
2014-11-21 Daniel Jasperclang-format: [Java] Basic lambda support.
2014-11-21 Alexey Bataev[OPENMP] Disable CapturedStmt generation for standalone...
2014-11-21 David MajnemerMS ABI: Mangle char16_t and char32_t types
2014-11-21 Bob WilsonFix missing diagnostic for unsupported TLS for some...
2014-11-21 Richard Smith[modules] When explicitly importing a module, it's...
2014-11-21 Richard SmithPR21323: Fix iterator invalidation issue when looking...
2014-11-21 Richard TrieuExtend -Wuninitialized to warn when accessing uninitial...
2014-11-21 Adrian Prantlrelax this testcase to not depend on a specific alignment.
2014-11-21 Adrian PrantlDebug info for blocks: Fix a bug caught by the Verifier.
2014-11-21 David BlaikieDebugInfo: Fix another case of r222377 when we do have...
2014-11-20 Richard SmithRemove code that tries to avoid transforming non-depend...
2014-11-20 Richard SmithMove test from r222476 to a better place; this was...
2014-11-20 Richard SmithFix crash-on-valid if a lambda-expression appears lexic...
2014-11-20 Reid KlecknerIntercept __crt_va_* used by MSVC "14"
2014-11-20 Richard SmithPR21565: Further refine the conditions for enabling...
2014-11-20 Kaelyn TakataEnsure all TypoExprs are diagnosed by the tree transform.
2014-11-20 Kaelyn TakataWire up delayed typo correction to DiagnoseEmptyLookup...
2014-11-20 Kaelyn TakataAdd a flag to BuildDeclarationNameExpr to not reject...
2014-11-20 Kaelyn TakataFactor out the default recovery handling.
2014-11-20 Kaelyn TakataAdd a few small helper methods to the TypoCorrectionCon...
2014-11-20 Kaelyn TakataCorrectly set the SourceRange a TypoCorrection will...
2014-11-20 Aaron BallmanThe Syntax enumeration requires at least three bits...
2014-11-20 Michael IlsemanBring PostOrderCFGView's insert API up to date with...
2014-11-20 Anastasia StulovaExtended list of valid frontend options with '-cl-std...
2014-11-20 Anastasia StulovaTesting commit access.
2014-11-20 Frederic RissRemove now dead code.
2014-11-20 Frederic RissPrepare for the DIBuilder populating DISubprogram's...
2014-11-20 Samuel BenzaquenReplace variadic operator function pointer with an...
2014-11-20 Timur IskhodzhanovConvert CR+LF -> LF in a test file
2014-11-20 Daniel Jasperclang-format: [Java] Don't align after "return".
2014-11-20 Daniel Jasperclang-format: [Java] Don't force break before generic...
2014-11-20 Alexey Bataev[OPENMP] Codegen for "omp flush" directive.
2014-11-20 Richard SmithFix buildbots.
2014-11-20 Jordan Rose[CMake] Use .svn/wc.db as our VC dependency if it's...
2014-11-20 Richard SmithPreserve numeric literal suffixes during type canonical...
2014-11-20 Richard SmithAvoid earlier test interfering with later one.
2014-11-20 Richard SmithWhen mangling member-expressions, skip implicit accesse...
2014-11-20 Alexey SamsonovRemove support for undocumented SpecialCaseList entries.
2014-11-20 Richard SmithPR21531: fix crash on invalid with unexpanded pack...
2014-11-19 Chad RosierRevert "[Reassociate] Update test cases due to r222142."
2014-11-19 Daniel Jasperclang-format: [Java] Accept generic types in enum decla...
2014-11-19 Jordan Rose[CMake] Always include the Clang repo version, just...
2014-11-19 Jordan RoseConstify a few IdentifierInfo * parameters.
2014-11-19 Richard SmithFix bug where a trivial constexpr copy/move operation...
2014-11-19 David BlaikieDebugInfo: Don't emit a 'global variable' when a static...
2014-11-19 Frederic RissFix a temporary MDNode leak.
2014-11-19 Saleem AbdulrasoolDriver: correct typo
2014-11-19 Daniel Jasperclang-format: [Java] Ignore C++-specific keywords
2014-11-19 Daniel SandersAllow EmitVAArg() to promote types and use this to...
2014-11-19 David BlaikieUpdate for LLVM API change to make Small(Ptr)Set::inser...
2014-11-19 Richard TrieuAdd the exception for strings in logical and expression...
2014-11-19 David Blaikieclang-format a recent commit I made
2014-11-19 Nico WeberWrap to 80 columns, no behavior change.
next