summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization
Commit message (Expand)AuthorAgeFilesLines
* Use AddString/ReadString instead of doing it manually NFCBen Langmuir2015-06-232-8/+3
* [Modules] Consider -fmodule-feature in module hash and when loadingBen Langmuir2015-06-232-0/+13
* [OPENMP] Initial support for 'depend' clause (4.0).Alexey Bataev2015-06-232-0/+26
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-229-32/+31
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-229-31/+32
* ASTReader: Treat InputFileOffsets as unaligned to avoid UBJustin Bogner2015-06-211-1/+2
* Revert "ASTReader: Copy input file offset data to avoid unaligned accesses"Justin Bogner2015-06-211-10/+2
* ASTReader: Copy input file offset data to avoid unaligned accessesJustin Bogner2015-06-201-2/+10
* Introduce a PCHContainerOperations interface (NFC).Adrian Prantl2015-06-204-60/+59
* [modules] When determining whether a definition of a class is visible, check ...Richard Smith2015-06-201-0/+3
* [modules] Refactor and slightly simplify class definition merging.Richard Smith2015-06-201-48/+26
* Extend type nullability qualifiers for Objective-C.Douglas Gregor2015-06-192-2/+5
* [modules] Merging support for enums with a local definition prior to the firstRichard Smith2015-06-181-43/+54
* [OPENMP] Support for '#pragma omp taskgroup' directive.Alexey Bataev2015-06-182-0/+15
* [modules] Ensure that if we merge the definitions of two enumerations, thatRichard Smith2015-06-171-17/+23
* [modules] Fix typo in default argument merging.Richard Smith2015-06-171-3/+3
* [OPENMP] Remove last iteration separation for loop-based constructs.Alexey Bataev2015-06-162-5/+2
* [modules] Better support for redefinitions of an entity from the same module.Richard Smith2015-06-151-3/+0
* push_back() loop -> append() for random access iterators.Benjamin Kramer2015-06-121-2/+1
* [modules] Track all default template arguments for a given parameter acrossRichard Smith2015-06-101-2/+1
* [modules] Reconstruct template default argument inheritance on reload ratherRichard Smith2015-06-102-29/+57
* Refactor storage of default template arguments.Richard Smith2015-06-102-18/+37
* Implementing C99 partial re-initialization behavior (DR-253)Yunzhong Gao2015-06-103-0/+32
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-291-4/+3
* 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
* Allow skipping imports in the module visitor.Manuel Klimek2015-05-203-35/+99
* [AST] Put VarDeclBitfields on a dietDavid Majnemer2015-05-192-21/+18
* Detect uses of mismatching forms of 'new' and 'delete'Ismail Pazarbasi2015-05-182-1/+45
* [modules] Retain the name as written for umbrella headers and directories, ra...Richard Smith2015-05-162-12/+15
* [modules] Add local submodule visibility support for declarations.Richard Smith2015-05-153-17/+39
* 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-142-45/+1
* Detect uses of mismatching forms of 'new' and 'delete'Ismail Pazarbasi2015-05-142-1/+45
* [modules] Fix a #include cycle when building a module for our builtin headers.Richard Smith2015-05-141-5/+9
* [OPENMP] Fixed support for 'schedule' clause with non-constant chunk size.Alexey Bataev2015-05-122-0/+2
* [modules] Don't bother registering loaded macros if there are none.Richard Smith2015-05-041-1/+2
* Rename MacroDefinition -> MacroDefinitionRecord, Preprocessor::MacroDefinitio...Richard Smith2015-05-042-15/+15
* [modules] Remove dead code from Module for tracking macro import locations.Richard Smith2015-05-022-8/+2
* [modules] If a module #includes a modular header that #undef's its macro, itRichard Smith2015-05-021-1/+1
* [modules] Add -fmodules-local-submodule-visibility flag.Richard Smith2015-05-011-28/+17
* Fix a few line endings. NFC.Yunzhong Gao2015-05-012-19/+19
* [modules] Start moving the module visibility information off the Module itself.Richard Smith2015-05-012-35/+7
* Remove dead code: a MacroDirective can't be imported or ambiguous any more.Richard Smith2015-04-302-26/+3
* [modules] Stop trying to fake up a linear MacroDirective history.Richard Smith2015-04-293-196/+7
* [modules] Refactor creation of ModuleMacros and create them when importing fr...Richard Smith2015-04-231-7/+6
* [modules] Remove the now-redundant import of all pending macros at the end of...Richard Smith2015-04-231-27/+8
* [modules] Store a ModuleMacro* on an imported macro directive rather than dup...Richard Smith2015-04-232-71/+46
* [modules] Determine the set of macros exported by a submodule at the end of t...Richard Smith2015-04-232-111/+28
* Silencing a -Wunused-variable warning; NFC.Aaron Ballman2015-04-221-2/+1
OpenPOWER on IntegriCloud