summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs
Commit message (Expand)AuthorAgeFilesLines
* Add missing header from r174648Douglas Gregor2013-02-071-0/+3
* Retain all hidden methods in the global method pool, because they may become ...Douglas Gregor2013-02-073-0/+6
* Fix handling of module imports adding names to a DeclContext after qualifiedRichard Smith2013-02-072-0/+14
* Detect when we end up trying to load conflicting module files.Douglas Gregor2013-02-062-0/+12
* Merge "special" types from different modules in the AST reader.Douglas Gregor2013-02-012-0/+5
* Treat hidden Objective-C protocol definitions as if they wereDouglas Gregor2013-01-173-0/+18
* Rework the traversal of Objective-C categories and extensions toDouglas Gregor2013-01-164-0/+27
* Teach global selector lookup to ignore hidden methods, which occurDouglas Gregor2013-01-163-0/+14
* When forming the link options for an imported module, also include theDouglas Gregor2013-01-141-0/+0
* Infer "link" lines for top-level frameworks. Essentially, a frameworkDouglas Gregor2013-01-142-0/+0
* Implement parsing, AST, (de-)serialization, and placeholder globalDouglas Gregor2013-01-144-0/+18
* When name lookup for a redeclaration finds declarations that are knownDouglas Gregor2013-01-092-0/+17
* Use @import rather than @__experimental_modules_import, since theDouglas Gregor2012-12-1122-28/+28
* If an excluded header does not exist, just ignore itDouglas Gregor2012-11-151-0/+1
* When loading a module fails because it is out of date, rebuild thatDouglas Gregor2012-11-073-0/+5
* Introduce inferred framework modules into the module map file,Douglas Gregor2012-11-062-0/+6
* Have the parser initialize Sema before it consumes the firstDouglas Gregor2012-11-051-0/+2
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-191-0/+1
* Introduce the notion of excluded headers into the module mapDouglas Gregor2012-10-151-4/+1
* Add missing header from 165821Douglas Gregor2012-10-121-0/+2
* Sanitize the names of modules determined based on the names of headersDouglas Gregor2012-10-122-0/+2
* Track which particular submodule #undef's a macro, so that the actualDouglas Gregor2012-10-125-2/+9
* Diagnose the expansion of ambiguous macro definitions. This can happenDouglas Gregor2012-10-113-3/+15
* Deserialize macro history when we deserialize an identifier that hasDouglas Gregor2012-10-113-0/+27
* Rework the (de-)serialization of macros, as stored inDouglas Gregor2012-10-094-0/+17
* When we load a function or method body from an AST file, we checkDouglas Gregor2012-10-093-2/+4
* Add redecls into their lexical DeclContext: this is what they assert on, and ...Axel Naumann2012-10-021-0/+11
* Only those InterestingDecls that got added to the AST should be passed to the...Axel Naumann2012-10-022-5/+9
* Merge pending instantiations instead of overwriting existing ones.Axel Naumann2012-10-028-58/+70
* The Redeclarable part of named decls is read before their name.Axel Naumann2012-10-011-5/+7
* Also merge template redeclarations.Axel Naumann2012-10-012-0/+14
* Bring ASTReader and Writer into sync for the case where a canonical template ...Axel Naumann2012-10-013-0/+17
* Introduce builtin macros to determine whether we're building aDouglas Gregor2012-09-251-0/+9
* Update VerifyDiagnosticConsumer to only get directives during parsing.Jordan Rose2012-08-101-1/+1
* Allow -verify directives to be filtered by preprocessing.Jordan Rose2012-07-111-1/+5
* Fix ASTReader handling of ImportDecls, from Meador Inge!Douglas Gregor2012-05-162-0/+4
* There's some code in the PCH reader that looks like it's needlessly complex, butNick Lewycky2012-04-123-0/+8
* Change @import to @__experimental_modules_import. We are not ready to commit...Ted Kremenek2012-03-0118-24/+24
* Back out my heinous hack that tricked the module generation mechanismDouglas Gregor2012-02-024-0/+26
* Test module lookup within a subdirectory of a normal include directory.Douglas Gregor2012-01-292-0/+4
* Introduce module attributes into the module map grammar, along with aDouglas Gregor2012-01-272-1/+8
* Reimplement (de-)serialization of Objective-C categories to eliminateDouglas Gregor2012-01-273-0/+15
* Whenever Sema attempts to look in the global method pool, try to loadDouglas Gregor2012-01-253-0/+27
* When deserializing the definition of a C++ class/ObjC class/ObjCDouglas Gregor2012-01-152-0/+6
* (Implicit) parameters deserialized as part of a function type must notDouglas Gregor2012-01-131-0/+5
* When deserializing an anonymous namespace from a module, do not attachDouglas Gregor2012-01-093-0/+37
* Implement merging of namespace-scope declarations across modules, soDouglas Gregor2012-01-092-0/+24
* Implement redeclaration merging for namespaces defined in distinctDouglas Gregor2012-01-092-0/+27
* Switch NamespaceDecl from its own hand-rolled redeclaration chain overDouglas Gregor2012-01-074-0/+52
* When inferring a submodule ID during module creation, look up theDouglas Gregor2012-01-062-4/+14
OpenPOWER on IntegriCloud