summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [modules] Refactor handling of -fmodules-embed-*. Track this properly ratherRichard Smith2015-11-262-14/+16
* P0001R1: 'register' storage class specifier is no longer permitted in C++1z.Richard Smith2015-11-252-2/+8
* Stop using SFINAE to detect whether a derived-class override of Traverse* canRichard Smith2015-11-251-11/+11
* [MSVC] 'property' with an empty array in array subscript expression.Alexey Bataev2015-11-254-0/+67
* Fix typo that was being SFINAE'd away (and apparently GCC 4.7.2 rejects-valid...Richard Smith2015-11-251-2/+2
* Teach RAV to pass its DataRecursionQueue to derived classes if they ask for it,Richard Smith2015-11-241-25/+27
* [OpenMP] Parsing and sema support for num_teams clauseKelvin Li2015-11-244-1/+69
* Reduce the stack usage per recursive step when RecursiveASTVisitor cannot per...Richard Smith2015-11-241-21/+16
* [modules] Add -cc1 flag -fmodules-embed-all-files.Richard Smith2015-11-243-1/+17
* Remove DataRecursiveASTVisitor; it no longer serves any purpose, since it's j...Richard Smith2015-11-241-22/+0
* Use data recursion in RecursiveASTVisitor when traversing Stmt and Expr nodes.Richard Smith2015-11-242-2891/+121
* [coroutines] Build a CoroutineBodyStmt when finishing parsing a coroutine, an...Richard Smith2015-11-242-5/+41
* clang-c/Index.h: Move \brief. [-Wdocumentation]NAKAMURA Takumi2015-11-231-11/+11
* Preserve exceptions information during calls code generation.Samuel Antao2015-11-231-0/+23
* Fix a warning about commas at the end of enumerator lists.Chad Rosier2015-11-231-1/+1
* Make clang_Cursor_getMangling not mangle if the declaration isn't mangledEhsan Akhgari2015-11-231-0/+26
* Add an AST matcher for narrowing when a type is volatile-qualified.Aaron Ballman2015-11-231-0/+19
* clang-format: Make moving of the Cursor work properly when sorting #includes.Daniel Jasper2015-11-231-1/+2
* OpenMPClause.h: Fix typos. [-Wdocumentation]NAKAMURA Takumi2015-11-231-3/+3
* [Driver] Mark isForDiagnostics as const. NFC.Vedant Kumar2015-11-231-1/+1
* [OpenMP] Parsing and sema support for map clauseKelvin Li2015-11-238-3/+175
* [coroutines] Build implicit return_value / return_void calls for co_return.Richard Smith2015-11-221-19/+16
* [coroutines] Factor out co_await representation into common base class for co...Richard Smith2015-11-223-95/+98
* Driver: Defer computation of linker path until it is needed.Peter Collingbourne2015-11-201-0/+1
* Revert r253582: "clang-cl: Make /W4 imply -Wall -Wextra (PR25563)"Hans Wennborg2015-11-201-6/+6
* [MS] Fix for bug 25013 - #pragma vtordisp is unknown inside functions, by Den...Alexey Bataev2015-11-201-0/+18
* [libclang] Make sure to use the raw module format for libclang parsing.Argyrios Kyrtzidis2015-11-201-0/+3
* [coroutines] Per latest wording paper, co_* are no longer permitted in anyRichard Smith2015-11-201-0/+2
* clang-cl: Make /W4 imply -Wall -Wextra (PR25563)Hans Wennborg2015-11-191-6/+6
* PR10235: support for vector mode attributes + warning, by Dmitry Polukhin.Alexey Bataev2015-11-192-1/+7
* [coroutines] Tweak diagnostics to always use fully-qualified name for std::co...Richard Smith2015-11-191-3/+3
* Don't actually add the __unsafe_unretained qualifier in MRC;John McCall2015-11-191-0/+2
* [MSVC Compat] Make -Wmicrosoft-cast not an error by defaultDavid Majnemer2015-11-181-4/+2
* Re-committing r253473 after hopefully fixing the bot breakage. There was a co...Aaron Ballman2015-11-181-0/+48
* Reverting r253473 while I investigate build bot failures.Aaron Ballman2015-11-181-48/+0
* Adding AST matchers for VarDecl storage durations. Can now determine whether ...Aaron Ballman2015-11-181-0/+48
* [libclang] Add entry points that take a full command line including argv[0].Benjamin Kramer2015-11-181-0/+23
* Set flag for lldb when qualified name lookup is being doneEugene Leviant2015-11-181-0/+16
* Update for llvm change.Rafael Espindola2015-11-181-1/+1
* BuildUniversalActions(): Prune obsolete \param(s). [-Wdocumentation]NAKAMURA Takumi2015-11-181-2/+0
* Don't expose iterators into the list of types on the ASTContext; these areRichard Smith2015-11-181-10/+0
* Produce a better diagnostic for global register variables.Akira Hatanaka2015-11-182-0/+17
* [modules] When a #include is mapped to a module import and appears somewhereRichard Smith2015-11-171-0/+3
* [CUDA] Detect and link with CUDA's libdevice bitcode library.Artem Belevich2015-11-171-0/+1
* [CUDA] added include paths for both sides of CUDA compilation.Artem Belevich2015-11-172-0/+5
* [CUDA] use -aux-triple to pass target triple of opposite side of compilationArtem Belevich2015-11-173-14/+24
* Add trivial utility to append -L arguments to linker step. NFCDouglas Katzman2015-11-171-0/+4
* Revert "Make FP_CONTRACT ON the default."Manuel Klimek2015-11-171-1/+1
* [Sema] Combine similar diagnostics using %select. NFCCraig Topper2015-11-171-17/+9
* [modules] Fix some more cases where we used to reject a conflict between twoRichard Smith2015-11-171-0/+1