summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* extend API to support templatesaoliva/libcp1-templatesAlexandre Oliva2016-03-025-46/+921
* introduce callback to get type charAlexandre Oliva2016-03-026-7/+29
* shift operators are not assignment operatorsAlexandre Oliva2016-03-021-2/+0
* fix operator handlingAlexandre Oliva2016-03-011-189/+222
* improve decl hashing in addr rewriter; set TREE_NO_WARNINGAlexandre Oliva2016-02-261-1/+9
* adjust copyright noticeAlexandre Oliva2016-02-241-3/+4
* adjustAlexandre Oliva2016-02-241-2/+22
* support aliases and trampolines in dwarf2Alexandre Oliva2016-02-1918-12/+349
* update C++ start_enum call for new prototypeAlexandre Oliva2016-02-191-1/+3
* sanity-check all virtual, ctor and dtor flagsAlexandre Oliva2016-02-191-0/+10
* document GCC_CP_FLAG_*_VIRTUAL_FUNCTION requirementAlexandre Oliva2016-02-191-0/+3
* unbreak typedefsAlexandre Oliva2016-02-191-20/+22
* Implement special member functionsAlexandre Oliva2016-02-193-20/+338
* API extensions for special member functionsAlexandre Oliva2016-02-192-13/+189
* fix test to define static data membersAlexandre Oliva2016-02-191-1/+1
* use address oracle for global namespace onlyAlexandre Oliva2016-02-191-1/+2
* factor out query_oracle and use it for NS-qualified lookupsAlexandre Oliva2016-02-191-9/+21
* libcc1: don't leave the result array pointing to dangling data on failureAlexandre Oliva2016-02-192-19/+22
* libcp1plugin: drop obsolete plugin_build_member_decl draftAlexandre Oliva2016-02-191-99/+0
* libcc1 interface: add C++ refs, memptrs, throw specsAlexandre Oliva2016-02-194-14/+122
* libcp1plugin: update to new hashtable interfaceAlexandre Oliva2016-02-191-12/+5
* Add FIXME for cv-qualified function typedefs.Alexandre Oliva2016-02-191-1/+6
* Fix plugin_new_declAlexandre Oliva2016-02-191-3/+4
* libcc1plugin: propagate record/union info to variants on finish and tagbindAlexandre Oliva2016-02-191-1/+25
* libcp1plugin: implement non-field class members; fix build_memfn_type callAlexandre Oliva2016-02-191-14/+52
* Revamp the libcp1plugin API to support classes and namespaces.Alexandre Oliva2016-02-1911-194/+667
* Backport to C some of the C++ VLA changesAlexandre Oliva2016-02-191-12/+2
* Fix variable-length arrays in C++Alexandre Oliva2016-02-191-14/+6
* Fix build_constant for C++.Alexandre Oliva2016-02-191-19/+7
* Update libcp1plugin build_enumerator call to match cc1plus change.Alexandre Oliva2016-02-191-1/+1
* Drop libcc1 plugin interfaces that are no longer used.Alexandre Oliva2016-02-192-23/+0
* Fix function overloads. Simplify plugin_bind.Alexandre Oliva2016-02-191-1/+10
* Fix enums.Alexandre Oliva2016-02-191-50/+45
* Fix unions (and structs), behaving more like the C++ parserAlexandre Oliva2016-02-191-35/+15
* Work around GDB's supplying namespace and signature for nowAlexandre Oliva2016-02-191-0/+12
* Use build_lang_decl for functionsAlexandre Oliva2016-02-191-1/+7
* Update copyright notices.Alexandre Oliva2016-02-192-3/+3
* Introduce support for C++ in libcc1.Alexandre Oliva2016-02-1919-104/+2245
* * doc/invoke.texi (C++ Dialect Options): Clarify interaction ofredi2016-02-192-5/+14
* PR c++/69850jakub2016-02-194-6/+30
* Tweak comment further.jakub2016-02-191-1/+3
* PR c++/69851jakub2016-02-194-2/+51
* PR testsuite/69573 - FAIL: gcc.dg/pr61053.c (test for excess errors)msebor2016-02-192-5/+20
* Adjust fix PR c++/68948ppalka2016-02-193-11/+21
* PR middle-end/69838jakub2016-02-192-1/+15
* PR c++/69850jakub2016-02-196-5/+77
* PR c++/67767jakub2016-02-194-4/+29
* [AArch64] Skip gcc.target/aarch64/assembler_arch_1.c if assembler does not su...ktkachov2016-02-194-0/+30
* PR target/69820jakub2016-02-194-1/+29
* S/390: z13 Add missing commutative operand markers.krebbel2016-02-193-44/+50