summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/ASTMutationListener.h
Commit message (Expand)AuthorAgeFilesLines
* Only instantiate a default argument once.John McCall2016-01-061-0/+4
* Stop back-patching 'readonly' Objective-C properties with 'readwrite' ones.Douglas Gregor2015-11-031-12/+0
* [ObjC] Add NSValue support for objc_boxed_expressionsAlex Denisov2015-06-261-0/+10
* Refactor: when exposing a definition in some module, provide listeners with theRichard Smith2015-05-151-4/+4
* [modules] If we reach a definition of a class for which we already have aRichard Smith2015-03-261-0/+7
* [modules] Don't clobber a destructor's operator delete when adding another one;Richard Smith2015-03-101-1/+6
* [OPENMP] Codegen for threadprivate variablesAlexey Bataev2014-11-111-0/+6
* Emit an update record if we instantiate the definition of a function templateRichard Smith2014-03-221-0/+3
* When the exception specification for a function in an imported PCH or module isRichard Smith2014-03-201-0/+4
* Note when a decl is used in AST files.Eli Friedman2013-09-051-0/+5
* Started implementing variable templates. Top level declarations should be ful...Larisse Voufo2013-08-061-0/+8
* C++1y deduced return types: when we deduce a return type for a function whichRichard Smith2013-05-111-0/+4
* Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...Benjamin Kramer2012-12-011-4/+5
* Rework the (de-)serialization of macros, as stored inDouglas Gregor2012-10-091-0/+2
* Update MultiplexASTMutationListener with the missing methods from ASTMutation...Argyrios Kyrtzidis2012-02-101-0/+3
* When deserializing the definition of a C++ class/ObjC class/ObjCDouglas Gregor2012-01-151-3/+0
* Eliminate ASTMutationListener::UpdatedAttributeList, which is noDouglas Gregor2012-01-011-3/+0
* [PCH] Do not crash if a class extension in a chained PCH introduces/redeclare...Argyrios Kyrtzidis2011-11-141-0/+13
* Add a method in ASTMutationListener for the last use of Decl's [is/set]Change...Argyrios Kyrtzidis2011-11-121-0/+3
* [PCH] When completing an objc forward reference, do not serialize the chain o...Argyrios Kyrtzidis2011-11-121-0/+4
* Support importing of ObjC categories from modules.Argyrios Kyrtzidis2011-09-011-0/+6
* Add a decl update when a static data member of a class template is instantiat...Sebastian Redl2011-04-291-0/+3
* Synthesizing the definition of an implicit member is an AST modification, so ...Sebastian Redl2011-04-241-0/+3
* Chained PCH: Remember when additional specializations are added to a function...Sebastian Redl2011-04-141-0/+7
* Add -add-plugin flag, which runs plugins in addition to codegen.Nico Weber2011-01-251-0/+1
* Use the ASTMutationListener to track when a named decl gets added to a DeclCo...Argyrios Kyrtzidis2010-10-281-0/+3
* Use the ASTMutationListener to track added template specializations in a chai...Argyrios Kyrtzidis2010-10-281-1/+8
* Keep track in chained PCH of implicit members that were added after the defin...Argyrios Kyrtzidis2010-10-241-0/+3
* Start fleshing out ASTMutationListener; notify when a tag definition is compl...Argyrios Kyrtzidis2010-10-241-0/+4
* Put the mechanism in place to track modifications in an AST entity that were ...Argyrios Kyrtzidis2010-10-241-0/+30