summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Sema: allow imaginary constants via GNU extension if UDL overloads not present.Tim Northover2017-05-233-39/+47
* [Frontend] Don't index into an empty string.Benjamin Kramer2017-05-231-1/+1
* [GSoC] Shell autocompletion for clangYuka Takahashi2017-05-231-0/+7
* Removed fallthrough annotation which does not directly precede switch label.Galina Kistanova2017-05-231-2/+0
* [index] The references to enum constants from member enums that areAlex Lorenz2017-05-231-1/+9
* [index] The references to member enums from template instantiations shouldAlex Lorenz2017-05-231-0/+5
* Added LLVM_FALLTHROUGH to address gcc warning: this statement may fall through.Galina Kistanova2017-05-231-1/+45
* [index] The references to type aliases and typedefs from templateAlex Lorenz2017-05-231-7/+8
* [index] The references to fields from nested records in template instantiationsAlex Lorenz2017-05-231-6/+14
* [index] The references to records from template instantiations should referAlex Lorenz2017-05-231-0/+5
* [AMDGPU] Do not require opencl triple environment for OpenCLYaxun Liu2017-05-231-6/+11
* Allow to use vfs::FileSystem for file accesses inside ASTUnit.Ilya Biryukov2017-05-232-42/+97
* [coroutines] Skip over passthrough operator co_awaitGor Nishanov2017-05-231-0/+14
* Added LLVM_FALLTHROUGH to address gcc warning: this statement may fall through.Galina Kistanova2017-05-231-0/+1
* [coroutines] Add emission of initial and final suspendsGor Nishanov2017-05-231-2/+6
* [coroutines] Add support for deallocation elisionGor Nishanov2017-05-231-8/+50
* [coroutines] Replace all coro.frame builtins with an SSA value of coro.beginGor Nishanov2017-05-231-1/+24
* [coroutines] Add support for allocation elisionGor Nishanov2017-05-231-3/+24
* [NFC, Refactor] Modernize TemplateIdAnnotation using TrailingObjectsFaisal Vali2017-05-232-41/+24
* Add option to include multiple lines in snippets.Richard Smith2017-05-222-86/+159
* [coroutines] Wrap the body of the coroutine in try-catchGor Nishanov2017-05-222-1/+31
* Give files from #line the characteristics of the current fileReid Kleckner2017-05-224-100/+42
* [coroutines] Build GRO declaration and return GRO statementGor Nishanov2017-05-225-23/+113
* [index] Index the default template parameter valuesAlex Lorenz2017-05-221-0/+46
* [index] Index the deleted functionsAlex Lorenz2017-05-221-3/+0
* [Sema][ObjC] Fix a bug where -Wunguarded-availability was emitted at the wron...Erik Pilkington2017-05-221-0/+9
* [index] Visit the default argument values in function definitionsAlex Lorenz2017-05-221-0/+11
* clang-format: [JS] avoid line breaks before unindented r_parens.Martin Probst2017-05-222-2/+2
* clang-format: do not reflow bullet listsFrancois Ferrand2017-05-221-2/+19
* [index] 'using namespace' declarations in functions should recordAlex Lorenz2017-05-222-2/+8
* [mips] Support `micromips` attributeSimon Atanasyan2017-05-222-2/+13
* [clang-format] Keep trailing preprocessor line comments separate from the fol...Krasimir Georgiev2017-05-221-14/+25
* clang-format: Allow customizing the penalty for breaking assignmentFrancois Ferrand2017-05-222-3/+7
* [Format] Add curly braces to suppress a -Wmisleading-indentation warning from...Craig Topper2017-05-211-1/+2
* Fix PR25627: constant expressions being odr-used in template arguments.Faisal Vali2017-05-202-9/+20
* [Devirtualization] insert placement new barrier with -O0Piotr Padlewski2017-05-201-1/+2
* [index] Fix forward declarations interfering with USR generation of external ...Argyrios Kyrtzidis2017-05-203-11/+23
* Rename RAII objects for performing eager instantiation to have names thatRichard Smith2017-05-201-55/+18
* CodeGenModule: Always output wchar_size, check LLVM assumptions.Matthias Braun2017-05-201-6/+13
* Revert "CodeGenModule: Always output wchar_size, check LLVM assumptions."Matthias Braun2017-05-201-13/+6
* Fix valid-for-expr ellipses eaten as invalid declHubert Tong2017-05-201-12/+13
* Remove last (unnecessary) use of mapping from SourceLocation to Module andRichard Smith2017-05-193-45/+5
* [modules] Simplify module macro handling in non-local-submodule-visibility mode.Richard Smith2017-05-191-12/+8
* CodeGenModule: Always output wchar_size, check LLVM assumptions.Matthias Braun2017-05-191-6/+13
* [ODRHash] Revert r303450 to fix buildbotRichard Trieu2017-05-191-90/+2
* Do not issue -Wnullability-completeness for dependent types that are not writ...Richard Smith2017-05-192-20/+11
* [ODRHash] Support TemplateName and TemplateArgumentRichard Trieu2017-05-191-2/+90
* [modules] Further delay calling DeclMustBeEmitted until it's safe.Vassil Vassilev2017-05-192-9/+16
* Restore and update documentation comment for EmitPointerWithAlignmentKrzysztof Parzyszek2017-05-191-5/+16
* [clang-format] Handle trailing comment sections in import statement linesKrasimir Georgiev2017-05-193-11/+23