summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Make sure the 2 method calls are sequenced.Argyrios Kyrtzidis2015-07-311-1/+2
* [modules] Fix issue where building a module from a relative path when -workin...Argyrios Kyrtzidis2015-07-311-9/+2
* [modules] Remove redundant information written into DeclContext name lookup t...Richard Smith2015-07-301-3/+2
* [modules] Add an assert for redeclarations that we never added to their redeclRichard Smith2015-07-271-0/+1
* [modules] Stop performing PCM lookups for all identifiers when building with ...Richard Smith2015-07-221-3/+25
* [modules] In C++, stop serializing and deserializing a list of declarations inRichard Smith2015-07-211-18/+25
* [modules] Don't save uninteresting identifiers, and don't consider identifiersRichard Smith2015-07-191-7/+14
* Stop treating extension keywords as 'interesting'; we don't allow the extensionRichard Smith2015-07-171-1/+0
* [modules] Switch to the normal reverse postorder visitation algorithm when co...Richard Smith2015-07-151-5/+2
* [modules] Improve performance when there is a local declaration of an entityRichard Smith2015-07-121-36/+98
* Implement the Objective-C __kindof type qualifier.Douglas Gregor2015-07-071-0/+1
* Substitute type arguments into uses of Objective-C interface members.Douglas Gregor2015-07-071-2/+2
* Handle Objective-C type arguments.Douglas Gregor2015-07-071-2/+9
* [ObjC] Add NSValue support for objc_boxed_expressionsAlex Denisov2015-06-261-0/+12
* Use AddString/ReadString instead of doing it manually NFCBen Langmuir2015-06-231-3/+2
* [Modules] Consider -fmodule-feature in module hash and when loadingBen Langmuir2015-06-231-0/+4
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-2/+2
* [modules] Better support for redefinitions of an entity from the same module.Richard Smith2015-06-151-3/+0
* Implementing C99 partial re-initialization behavior (DR-253)Yunzhong Gao2015-06-101-0/+2
* Refactor MacroInfo so macro arguments can be iterated with range-based for lo...Daniel Marjamaki2015-05-291-3/+2
* Rename a helper template function to 'bytes' to avoid a C++17 STL conflictReid Kleckner2015-05-211-15/+15
* Detect uses of mismatching forms of 'new' and 'delete'Ismail Pazarbasi2015-05-181-1/+18
* [modules] Retain the name as written for umbrella headers and directories, ra...Richard Smith2015-05-161-5/+5
* [modules] Add local submodule visibility support for declarations.Richard Smith2015-05-151-1/+3
* Refactor: when exposing a definition in some module, provide listeners with theRichard Smith2015-05-151-4/+3
* Revert "Detect uses of mismatching forms of 'new' and 'delete'"Diego Novillo2015-05-141-18/+1
* Detect uses of mismatching forms of 'new' and 'delete'Ismail Pazarbasi2015-05-141-1/+18
* [modules] Fix a #include cycle when building a module for our builtin headers.Richard Smith2015-05-141-5/+9
* Rename MacroDefinition -> MacroDefinitionRecord, Preprocessor::MacroDefinitio...Richard Smith2015-05-041-5/+5
* [modules] Remove dead code from Module for tracking macro import locations.Richard Smith2015-05-021-1/+1
* [modules] Add -fmodules-local-submodule-visibility flag.Richard Smith2015-05-011-28/+17
* [modules] Start moving the module visibility information off the Module itself.Richard Smith2015-05-011-13/+0
* Remove dead code: a MacroDirective can't be imported or ambiguous any more.Richard Smith2015-04-301-14/+1
* [modules] Stop trying to fake up a linear MacroDirective history.Richard Smith2015-04-291-1/+1
* [modules] Store a ModuleMacro* on an imported macro directive rather than dup...Richard Smith2015-04-231-10/+7
* [modules] Determine the set of macros exported by a submodule at the end of t...Richard Smith2015-04-231-108/+24
* [modules] Move list of exported module macros from IdentifierInfo lookup tabl...Richard Smith2015-04-211-260/+135
* Try to work around failure to convert this lambda to a function pointer in so...Richard Smith2015-04-191-4/+5
* [modules] Refactor macro emission. No functionality change.Richard Smith2015-04-191-76/+73
* [modules] Remove unused MACRO_TABLE record.Richard Smith2015-04-101-36/+2
* [Modules] Make Sema's map of referenced selectors have a deterministicChandler Carruth2015-03-271-5/+3
* [Modules] Make our on-disk hash table of selector IDs be built inChandler Carruth2015-03-271-6/+5
* [Modules] Sort the file IDs prior to building the flattened array ofChandler Carruth2015-03-271-10/+13
* [Modules] Make the AST serialization always use lexicographic order whenChandler Carruth2015-03-261-4/+12
* [Modules] Delete stale, pointless code. All tests still pass with thisChandler Carruth2015-03-261-15/+0
* [Modules] Fix a sneaky bug in r233249 where we would look for implicitChandler Carruth2015-03-261-25/+39
* [Modules] Preserve source order for the map of late parsed templates.Chandler Carruth2015-03-261-5/+4
* [Modules] Make "#pragma weak" undeclared identifiers be trackedChandler Carruth2015-03-261-9/+7
* [Modules] Delete a bunch of complex code for ensuring visible decls inChandler Carruth2015-03-261-62/+2
OpenPOWER on IntegriCloud