summaryrefslogtreecommitdiff
path: root/libcc1
Commit message (Expand)AuthorAgeFilesLines
* extend API to support templatesaoliva/libcp1-templatesAlexandre Oliva2016-03-023-36/+657
* introduce callback to get type charAlexandre Oliva2016-03-022-1/+13
* 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
* 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
* unbreak typedefsAlexandre Oliva2016-02-191-20/+22
* Implement special member functionsAlexandre Oliva2016-02-191-20/+329
* fix test to define static data membersAlexandre Oliva2016-02-191-1/+1
* use address oracle for global namespace onlyAlexandre Oliva2016-02-191-1/+2
* 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-192-2/+83
* libcp1plugin: update to new hashtable interfaceAlexandre Oliva2016-02-191-12/+5
* 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-199-134/+518
* 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
* 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
* Introduce support for C++ in libcc1.Alexandre Oliva2016-02-1913-91/+1758
* gcc/rsandifo2015-06-252-4/+6
* gcc/rsandifo2015-06-252-8/+11
* libcc1: Bump to automake 1.11.6haubi2015-05-134-51/+114
* remove need for store_values_directlytbsaunde2015-04-182-12/+16
* PR bootstrap/65763jakub2015-04-153-2/+8
* Always pass explicit location to fatal_error.jsm282015-01-302-4/+13
* PR rtl-optimization/64536jakub2015-01-091-0/+6
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-1/+11
* Always use PIC option with -shared in libtoolhjl2014-11-212-3/+8
* Enable libcc1 on Solarisro2014-11-135-1/+155
* toplevel:fxcoudert2014-11-112-1/+6
* PR bootstrap/63699fxcoudert2014-11-112-2/+6
* * configure.ac: Remove -Werror addition to WARN_FLAGS. Addjakub2014-10-295-11/+44
* * Makefile.am (CXXFLAGS, LDFLAGS): Filter out -fsanitize=address.jakub2014-10-293-11/+54
* Add svn:executable on configure.jakub2014-10-291-0/+0
* Let GDB reuse GCC's parser.pmuldoon2014-10-2723-0/+21946