aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-common.h
AgeCommit message (Expand)Author
2016-03-08COnvert all langhooksttype-macAndrew Macleod
2016-02-25Just move a functionAndrew Macleod
2016-02-25ttype introduction.. and tree.c conversionAndrew Macleod
2016-01-272016-01-15 Ryan Burn <contact@rnburn.com>Ryan Burn
2016-01-13Improve warning locations (PR66208)Bernd Schmidt
2016-01-04 Update copyright years.Jakub Jelinek
2015-12-21C and C++ FE: fix source ranges for binary opsDavid Malcolm
2015-12-16Better error recovery for merge-conflict markersDavid Malcolm
2015-12-02 Define c_fully_fold separately for C and C++.Jason Merrill
2015-12-02Fix TYPE_MAIN_VARIANT construction for arrays of qualified typedefs (PR c/681...Joseph Myers
2015-11-11 PR c/68107Marek Polacek
2015-11-06Reimplement diagnostic_show_locus, introducing rich_location classesDavid Malcolm
2015-11-05gcc/Jakub Jelinek
2015-11-03PR c++-common/67882Martin Sebor
2015-10-27[PR c/64765, c/64880] Support OpenACC Combined Directives in C, C++Thomas Schwinge
2015-10-20 * array-notation-common.c (is_cilkplus_vector_p): Define.Marek Polacek
2015-10-13gcc/Jakub Jelinek
2015-10-04 Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill
2015-10-02 PR c/64249Marek Polacek
2015-09-22 Disconnect -Wabi=<n> from -fabi-compat-version=<n>.Jason Merrill
2015-09-03gcc/ChangeLogMartin Sebor
2015-09-02Fix spawned function with lambda functionBalaji V. Iyer
2015-08-19remove more useless typedefsTrevor Saunders
2015-08-07 Add C++ Concepts TS support.Andrew Sutton
2015-08-02Refactor entry point to -Wmisleading-indentationPatrick Palka
2015-07-27 PR c++/66555Marek Polacek
2015-07-20 PR c++/55095Marek Polacek
2015-07-092015-07-09 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-07-082015-07-07 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-07-01gcc/c-family/Jason Merrill
2015-06-29Wunused-parameter warnings are given from cgraph::finalize_function,Manuel López-Ibáñez
2015-06-29 PR c/66322Marek Polacek
2015-06-172015-06-17 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-082015-06-08 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-05Merge debug-early branch into mainline.Aldy Hernandez
2015-06-042015-06-04 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-05-262015-05-26 Christian Bruel <christian.bruel@st.com>Christian Bruel
2015-05-19Replace line_map union with C++ class hierarchyDavid Malcolm
2015-05-15PR c/48956Mikhail Maltsev
2015-05-12Implement -Wmisleading-indentationDavid Malcolm
2015-05-10gcc/c-family/Jason Merrill
2015-04-29 * c-common.h (omp_clause_mask): Unconditionally define as a class.Jakub Jelinek
2015-04-10PR target/55143: undefined reference to c_default_pointer_modeBernhard Reutner-Fischer
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge
2015-01-092015-01-09 Michael Collison <michael.collison@linaro.org>Michael Collison
2015-01-05 Update copyright years.Jakub Jelinek
2015-01-05 PR c/64423Marek Polacek
2014-12-19 PR preprocessor/63831Jakub Jelinek
2014-11-21 PR target/63764Jakub Jelinek
2014-11-19Allow the static chain to be set from CRichard Henderson