]> granicus.if.org Git - clang/shortlog
clang
2014-11-27 Richard Smith[c++1z] Remove terse range-based for loops; they've...
2014-11-27 Richard TrieuWhen checking for uninitialized values, do not confuse...
2014-11-26 Tim NorthoverOpenCL: fix test for lack of names in release builds
2014-11-26 Anton Yartsev[analyzer] Indented code within the DisplayHelp sub.
2014-11-26 Richard SmithFix buildbot failure on LLP64 platforms like MSVC x86_64.
2014-11-26 Daniel Jasperclang-format: [Java] Don't line-wrap package declarations.
2014-11-26 Nico Weberclang-format: Tweak -style=Chromium for Java files.
2014-11-26 Aaron BallmanAdding an explicit triple to this test to get it to...
2014-11-26 Anastasia Stulova[OpenCL] Implemented restrictions for pointer conversio...
2014-11-26 Anastasia Stulova[OpenCL] Generic address space parsing and diagnostics...
2014-11-26 Anastasia Stulova[OpenCL] Generic address space has been added in OpenCL...
2014-11-26 Daniel Jasperclang-format: [Java] Improve formatting of throws decla...
2014-11-26 Daniel Jasperclang-format: [Java] Improve cast detection.
2014-11-26 Daniel Jasperclang-format: [Java] Fix breaking after annotations.
2014-11-26 Daniel Jasperclang-format: Add SFS_Empty to only empty functions...
2014-11-26 Daniel Jasperclang-format: [Java] Support Foo.class;
2014-11-26 Richard Smith[c++1z] Most of N4268 (allow constant evaluation for...
2014-11-25 David MajnemerCodeGen: Fix emission of __atomic_compare_exchange
2014-11-25 Kaelyn TakataEnsure that any TypoExprs in the arguments to bultins...
2014-11-25 Paul RobinsonTry to fix a ppc64 bot. What is this 'signext' stuff...
2014-11-25 Manuel KlimekRe-apply r222646 (was reverted in r222667). Adding...
2014-11-25 Chandler CarruthUpdate Clang tests that run the LLVM optimizer to refle...
2014-11-25 Daniel Jasperclang-format: Refactoring.
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".
next