summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Sema: allow imaginary constants via GNU extension if UDL overloads not present.Tim Northover2017-05-233-3/+6
* [GSoC] Shell autocompletion for clangYuka Takahashi2017-05-231-0/+1
* [Tooling][libclang] Remove unused CompilationDatabase::MappedSourcesKrasimir Georgiev2017-05-231-10/+0
* Allow to use vfs::FileSystem for file accesses inside ASTUnit.Ilya Biryukov2017-05-232-6/+37
* [libclang] [OpenCL] Expose more OpenCL CIndex typesSven van Haastregt2017-05-231-2/+47
* [NFC, Refactor] Modernize TemplateIdAnnotation using TrailingObjectsFaisal Vali2017-05-232-25/+58
* Add option to include multiple lines in snippets.Richard Smith2017-05-223-2/+11
* [coroutines] Wrap the body of the coroutine in try-catchGor Nishanov2017-05-221-0/+2
* Give files from #line the characteristics of the current fileReid Kleckner2017-05-222-4/+1
* [coroutines] Build GRO declaration and return GRO statementGor Nishanov2017-05-222-4/+11
* [mips] Quote command line options with `` in the micromips attribute descript...Simon Atanasyan2017-05-221-1/+1
* [mips] Support `micromips` attributeSimon Atanasyan2017-05-222-0/+25
* clang-format: Allow customizing the penalty for breaking assignmentFrancois Ferrand2017-05-221-0/+5
* Fix PR25627: constant expressions being odr-used in template arguments.Faisal Vali2017-05-201-0/+1
* [index] Fix forward declarations interfering with USR generation of external ...Argyrios Kyrtzidis2017-05-201-0/+5
* Rename RAII objects for performing eager instantiation to have names thatRichard Smith2017-05-201-7/+16
* Remove last (unnecessary) use of mapping from SourceLocation to Module andRichard Smith2017-05-192-14/+2
* Do not issue -Wnullability-completeness for dependent types that are not writ...Richard Smith2017-05-191-4/+5
* [modules] Further delay calling DeclMustBeEmitted until it's safe.Vassil Vassilev2017-05-191-3/+11
* When a type-id is unexpectedly given a name, assume that the name is unrelatedRichard Smith2017-05-191-35/+0
* Fix the location of "missing ';'" suggestions after annotation tokens.Richard Smith2017-05-181-3/+14
* CodeGen: Cast alloca to expected address spaceYaxun Liu2017-05-184-8/+9
* [index] Avoid one more crash caused by infinite recursion that happens whenAlex Lorenz2017-05-181-1/+5
* [modules] Switch from inferring owning modules based on source location toRichard Smith2017-05-185-15/+20
* [Frontend] Remove unused TemporaryFilesKrasimir Georgiev2017-05-171-6/+0
* Constify.Vassil Vassilev2017-05-171-1/+1
* [modules] When creating a declaration, cache its owning module immediatelyRichard Smith2017-05-174-13/+20
* Fix PR 10758: Infinite recursion when dealing with copy-initializationAlex Lorenz2017-05-161-0/+4
* [OpenCL] Emit function-scope variable in constant address space as static var...Yaxun Liu2017-05-151-1/+8
* Revert r302965 - [modules] When creating a declaration, cache its owningDaniel Jasper2017-05-154-20/+13
* [ASTImporter] Improve handling of incomplete typesSean Callanan2017-05-131-0/+2
* Add LangOptions method to query whether we are tracking the owning module for...Richard Smith2017-05-131-0/+5
* Remove unused tracking of owning module for MacroInfo objects.Richard Smith2017-05-122-36/+0
* [modules] When creating a declaration, cache its owning module immediatelyRichard Smith2017-05-123-13/+15
* [Sema] Support implicit scalar to vector conversionsSimon Dardis2017-05-122-0/+8
* [tooling] RefactoringCallbacks code cleanupAlexander Shaposhnikov2017-05-121-2/+3
* Remove unnecessary mapping from SourceLocation to Module.Richard Smith2017-05-111-1/+6
* [CodeCompletion] Provide member completions for dependent expressions whoseAlex Lorenz2017-05-111-1/+2
* [Sema] Improve redefinition errors pointing to the same headerBruno Cardoso Lopes2017-05-112-0/+10
* Changes missed from r302732.Richard Smith2017-05-101-4/+1
* Improve diagnosis of unknown template name.Richard Smith2017-05-102-1/+3
* [AST] RecursiveASTVisitor should not crash on lambdas with type attributesAlex Lorenz2017-05-101-1/+1
* [libclang] Fix typo in doc-comment, NFCArgyrios Kyrtzidis2017-05-101-1/+1
* [libclang] Introduce clang_Cursor_isExternalSymbol that provides info about d...Argyrios Kyrtzidis2017-05-101-1/+18
* [index] Index simple dependent declaration referencesAlex Lorenz2017-05-102-3/+25
* Add ASTMatchRefactorer and ReplaceNodeWithTemplate to RefactoringCallbacksEric Liu2017-05-101-0/+49
* When we see a '<' operator, check whether it's a probable typo for a template...Richard Smith2017-05-103-0/+28
* Don't mark a member as a member specialization until we know we're keeping th...Richard Smith2017-05-091-0/+1
* [asan] A clang flag to enable ELF globals-gc.Evgeniy Stepanov2017-05-093-0/+6
* [CodeCompletion] Complete platform names in @available expressionsAlex Lorenz2017-05-091-0/+1