2017-05-24 |
Gor Nishanov | [coroutines] Improved diagnostics when unhandled_except... |
commit | commitdiff | tree | snapshot |
2017-05-24 |
Alex Lorenz | [index] The references to explicit class properties... |
commit | commitdiff | tree | snapshot |
2017-05-24 |
Gor Nishanov | [coroutines] [NFC] Add tests for return_void, unhandled... |
commit | commitdiff | tree | snapshot |
2017-05-24 |
Krasimir Georgiev | [clang-format] Remove unused using directive, NFC |
commit | commitdiff | tree | snapshot |
2017-05-24 |
Serge Pavlov | Method loadFromCommandLine should be able to report... |
commit | commitdiff | tree | snapshot |
2017-05-24 |
Francois Ferrand | clang-format: Introduce BreakConstructorInitializers... |
commit | commitdiff | tree | snapshot |
2017-05-24 |
Simon Pilgrim | Fix 'set but not used' [-Wunused-but-set-variable]... |
commit | commitdiff | tree | snapshot |
2017-05-24 |
Dean Michael... | [XRay][clang] Allow imbuing arg1 logging attribute... |
commit | commitdiff | tree | snapshot |
2017-05-24 |
Gor Nishanov | [coroutines] Implement correct GRO lifetime |
commit | commitdiff | tree | snapshot |
2017-05-24 |
Gor Nishanov | [coroutines] Fix leak in CGCoroutine.cpp |
commit | commitdiff | tree | snapshot |
2017-05-24 |
Argyrios Kyrtzidis | Change __has_feature(objc_diagnose_if_attr) to __has_fe... |
commit | commitdiff | tree | snapshot |
2017-05-24 |
Argyrios Kyrtzidis | Enhance the 'diagnose_if' attribute so that we can... |
commit | commitdiff | tree | snapshot |
2017-05-23 |
Bruno Cardoso... | [Modules] Fix overly conservative assertion for import... |
commit | commitdiff | tree | snapshot |
2017-05-23 |
Richard Smith | [modules] When reparenting a local declaration, don... |
commit | commitdiff | tree | snapshot |
2017-05-23 |
Tim Northover | Sema: allow imaginary constants via GNU extension if... |
commit | commitdiff | tree | snapshot |
2017-05-23 |
Benjamin Kramer | [Frontend] Don't index into an empty string. |
commit | commitdiff | tree | snapshot |
2017-05-23 |
Yuka Takahashi | Remove trailing whitespace |
commit | commitdiff | tree | snapshot |
2017-05-23 |
Yuka Takahashi | [GSoC] Shell autocompletion for clang |
commit | commitdiff | tree | snapshot |
2017-05-23 |
Galina Kistanova | Removed fallthrough annotation which does not directly... |
commit | commitdiff | tree | snapshot |
2017-05-23 |
Alex Lorenz | [index] The references to enum constants from member... |
commit | commitdiff | tree | snapshot |
2017-05-23 |
Alex Lorenz | [index] The references to member enums from template... |
commit | commitdiff | tree | snapshot |
2017-05-23 |
Galina Kistanova | Added LLVM_FALLTHROUGH to address gcc warning: this... |
commit | commitdiff | tree | snapshot |
2017-05-23 |
Alex Lorenz | [index] The references to type aliases and typedefs... |
commit | commitdiff | tree | snapshot |
2017-05-23 |
Alex Lorenz | [index] The references to fields from nested records... |
commit | commitdiff | tree | snapshot |
2017-05-23 |
Alex Lorenz | [index] The references to records from template instant... |
commit | commitdiff | tree | snapshot |
2017-05-23 |
Yaxun Liu | [AMDGPU] Do not require opencl triple environment for... |
commit | commitdiff | tree | snapshot |
2017-05-23 |
Reid Kleckner | Add test coverage for recent behavior change in GNU... |
commit | commitdiff | tree | snapshot |
2017-05-23 |
Krasimir Georgiev | [Tooling][libclang] Remove unused CompilationDatabase... |
commit | commitdiff | tree | snapshot |
2017-05-23 |
Ilya Biryukov | Allow to use vfs::FileSystem for file accesses inside... |
commit | commitdiff | tree | snapshot |
2017-05-23 |
Sven van Haastregt | [libclang] [OpenCL] Expose more OpenCL CIndex types |
commit | commitdiff | tree | snapshot |
2017-05-23 |
Simon Dardis | [mips] Make checks in CodeGen/mips-varargs.c less fragile |
commit | commitdiff | tree | snapshot |
2017-05-23 |
Gor Nishanov | [coroutines] Skip over passthrough operator co_await |
commit | commitdiff | tree | snapshot |
2017-05-23 |
Galina Kistanova | Added LLVM_FALLTHROUGH to address gcc warning: this... |
commit | commitdiff | tree | snapshot |
2017-05-23 |
Gor Nishanov | [coroutines] Add emission of initial and final suspends |
commit | commitdiff | tree | snapshot |
2017-05-23 |
Gor Nishanov | [coroutines] Add support for deallocation elision |
commit | commitdiff | tree | snapshot |
2017-05-23 |
Gor Nishanov | [coroutines] Replace all coro.frame builtins with an... |
commit | commitdiff | tree | snapshot |
2017-05-23 |
Gor Nishanov | [coroutines] Add support for allocation elision |
commit | commitdiff | tree | snapshot |
2017-05-23 |
Faisal Vali | [NFC, Refactor] Modernize TemplateIdAnnotation using... |
commit | commitdiff | tree | snapshot |
2017-05-23 |
Teresa Johnson | Adjust clang test for r303590 |
commit | commitdiff | tree | snapshot |
2017-05-22 |
Richard Smith | Add option to include multiple lines in snippets. |
commit | commitdiff | tree | snapshot |
2017-05-22 |
Gor Nishanov | [coroutines] Fix coro-eh-cleanup.cpp test |
commit | commitdiff | tree | snapshot |
2017-05-22 |
Gor Nishanov | [coroutines] Wrap the body of the coroutine in try... |
commit | commitdiff | tree | snapshot |
2017-05-22 |
Reid Kleckner | Give files from #line the characteristics of the curren... |
commit | commitdiff | tree | snapshot |
2017-05-22 |
Gor Nishanov | [coroutines] Build GRO declaration and return GRO statement |
commit | commitdiff | tree | snapshot |
2017-05-22 |
Alex Lorenz | [index] Index the default template parameter values |
commit | commitdiff | tree | snapshot |
2017-05-22 |
Simon Atanasyan | [mips] Add one more check to the micromips attribute... |
commit | commitdiff | tree | snapshot |
2017-05-22 |
Simon Atanasyan | [mips] Quote command line options with `` in the microm... |
commit | commitdiff | tree | snapshot |
2017-05-22 |
Alex Lorenz | [index] Index the deleted functions |
commit | commitdiff | tree | snapshot |
2017-05-22 |
Erik Pilkington | [Sema][ObjC] Fix a bug where -Wunguarded-availability... |
commit | commitdiff | tree | snapshot |
2017-05-22 |
Alex Lorenz | [index] Visit the default argument values in function... |
commit | commitdiff | tree | snapshot |
2017-05-22 |
Martin Probst | clang-format: [JS] avoid line breaks before unindented... |
commit | commitdiff | tree | snapshot |
2017-05-22 |
Francois Ferrand | clang-format: do not reflow bullet lists |
commit | commitdiff | tree | snapshot |
2017-05-22 |
Alex Lorenz | [index] 'using namespace' declarations in functions... |
commit | commitdiff | tree | snapshot |
2017-05-22 |
Simon Atanasyan | [mips] Support `micromips` attribute |
commit | commitdiff | tree | snapshot |
2017-05-22 |
Krasimir Georgiev | [clang-format] Keep trailing preprocessor line comments... |
commit | commitdiff | tree | snapshot |
2017-05-22 |
Francois Ferrand | clang-format: Allow customizing the penalty for breakin... |
commit | commitdiff | tree | snapshot |
2017-05-21 |
Craig Topper | [Format] Add curly braces to suppress a -Wmisleading... |
commit | commitdiff | tree | snapshot |
2017-05-20 |
Faisal Vali | Fix PR25627: constant expressions being odr-used in... |
commit | commitdiff | tree | snapshot |
2017-05-20 |
Piotr Padlewski | [Devirtualization] insert placement new barrier with -O0 |
commit | commitdiff | tree | snapshot |
2017-05-20 |
Argyrios Kyrtzidis | [index] Fix forward declarations interfering with USR... |
commit | commitdiff | tree | snapshot |
2017-05-20 |
Richard Smith | Rename RAII objects for performing eager instantiation... |
commit | commitdiff | tree | snapshot |
2017-05-20 |
Matthias Braun | CodeGenModule: Always output wchar_size, check LLVM... |
commit | commitdiff | tree | snapshot |
2017-05-20 |
Matthias Braun | Revert "CodeGenModule: Always output wchar_size, check... |
commit | commitdiff | tree | snapshot |
2017-05-20 |
Hubert Tong | Fix valid-for-expr ellipses eaten as invalid decl |
commit | commitdiff | tree | snapshot |
2017-05-19 |
Richard Smith | Remove last (unnecessary) use of mapping from SourceLoc... |
commit | commitdiff | tree | snapshot |
2017-05-19 |
Richard Smith | [modules] Simplify module macro handling in non-local... |
commit | commitdiff | tree | snapshot |
2017-05-19 |
Matthias Braun | CodeGenModule: Always output wchar_size, check LLVM... |
commit | commitdiff | tree | snapshot |
2017-05-19 |
Richard Trieu | [ODRHash] Revert r303450 to fix buildbot |
commit | commitdiff | tree | snapshot |
2017-05-19 |
Richard Smith | Do not issue -Wnullability-completeness for dependent... |
commit | commitdiff | tree | snapshot |
2017-05-19 |
Richard Trieu | [ODRHash] Support TemplateName and TemplateArgument |
commit | commitdiff | tree | snapshot |
2017-05-19 |
Vassil Vassilev | [modules] Further delay calling DeclMustBeEmitted until... |
commit | commitdiff | tree | snapshot |
2017-05-19 |
Krzysztof Parzyszek | Restore and update documentation comment for EmitPointe... |
commit | commitdiff | tree | snapshot |
2017-05-19 |
Krasimir Georgiev | [clang-format] Handle trailing comment sections in... |
commit | commitdiff | tree | snapshot |
2017-05-19 |
NAKAMURA Takumi | CodeGenFunction::EmitPointerWithAlignment(): Prune... |
commit | commitdiff | tree | snapshot |
2017-05-19 |
Richard Smith | When a type-id is unexpectedly given a name, assume... |
commit | commitdiff | tree | snapshot |
2017-05-18 |
Martin Probst | clang-format: [JS] for await, and fix a crash with... |
commit | commitdiff | tree | snapshot |
2017-05-18 |
Richard Smith | When we enter a module within a linkage specification... |
commit | commitdiff | tree | snapshot |
2017-05-18 |
Richard Smith | Fix the location of "missing ';'" suggestions after... |
commit | commitdiff | tree | snapshot |
2017-05-18 |
Yaxun Liu | CodeGen: Cast alloca to expected address space |
commit | commitdiff | tree | snapshot |
2017-05-18 |
Alex Lorenz | [index] Avoid one more crash caused by infinite recursi... |
commit | commitdiff | tree | snapshot |
2017-05-18 |
Krzysztof Parzyszek | [CodeGen] Propagate LValueBaseInfo instead of Alignment... |
commit | commitdiff | tree | snapshot |
2017-05-18 |
Krasimir Georgiev | [clang-format] Fix MatchingOpeningBlockLineIndex comput... |
commit | commitdiff | tree | snapshot |
2017-05-18 |
Alex Lorenz | [index] Record references to class receivers used in... |
commit | commitdiff | tree | snapshot |
2017-05-18 |
Krasimir Georgiev | [clang-format] Make NoLineBreakFormatter respect MustBr... |
commit | commitdiff | tree | snapshot |
2017-05-18 |
Krasimir Georgiev | clang-format: fix prefix for doxygen comments after... |
commit | commitdiff | tree | snapshot |
2017-05-18 |
Alexander Kornienko | Fix an assertion failure in FormatASTNodeDiagnosticArgu... |
commit | commitdiff | tree | snapshot |
2017-05-18 |
Richard Smith | [modules] Switch from inferring owning modules based... |
commit | commitdiff | tree | snapshot |
2017-05-18 |
Craig Topper | [Statistics] Use the new Statistic::updateMax to atomic... |
commit | commitdiff | tree | snapshot |
2017-05-17 |
Nick Lewycky | The constant expression evaluator should examine functi... |
commit | commitdiff | tree | snapshot |
2017-05-17 |
Hans Wennborg | clang-cl: Fix path-based MSVC version detection |
commit | commitdiff | tree | snapshot |
2017-05-17 |
Krasimir Georgiev | [Frontend] Remove unused TemporaryFiles |
commit | commitdiff | tree | snapshot |
2017-05-17 |
Vassil Vassilev | Constify. |
commit | commitdiff | tree | snapshot |
2017-05-17 |
Alex Lorenz | [Lexer] Ensure that the token is not an annotation... |
commit | commitdiff | tree | snapshot |
2017-05-17 |
Richard Trieu | [ODRHash] Support NestedNameSpecifier |
commit | commitdiff | tree | snapshot |
2017-05-17 |
Richard Trieu | [ODRHash] Support more types in the ODR checker. |
commit | commitdiff | tree | snapshot |
2017-05-17 |
Ekaterina Romanova | (1) Fixed mismatch in intrinsics names in declarations... |
commit | commitdiff | tree | snapshot |
2017-05-17 |
Richard Smith | [modules] When creating a declaration, cache its owning... |
commit | commitdiff | tree | snapshot |
2017-05-16 |
Adrian Prantl | Fix scope of namespaced DISubprograms when the function... |
commit | commitdiff | tree | snapshot |
2017-05-16 |
Alex Lorenz | [index] Avoid another crash that happens when looking... |
commit | commitdiff | tree | snapshot |
2017-05-16 |
Alex Lorenz | [Sema] Avoid duplicate -Wunguarded-availability warning... |
commit | commitdiff | tree | snapshot |
next |