Age | Commit message (Expand) | Author |
2013-05-06 | Modify ASTReaderListener to allow visiting the input files of an AST file. | Argyrios Kyrtzidis |
2013-05-04 | In VarDecl nodes, store the thread storage class specifier as written. | Enea Zaffanella |
2013-05-04 | Implement template support for CapturedStmt | Wei Pan |
2013-05-03 | Rename ObjCImplementationDecl::getSuperLoc() -> getSuperClassLoc() for consis... | Argyrios Kyrtzidis |
2013-05-03 | Serialization for captured statements | Ben Langmuir |
2013-05-03 | Keep track of an @implementation's super class name location, if one was prov... | Argyrios Kyrtzidis |
2013-05-03 | Move parsing of identifiers in MS-style inline assembly into | John McCall |
2013-04-30 | Don't treat a non-deduced 'auto' type as being type-dependent. Instead, there | Richard Smith |
2013-04-26 | [PCH/modules] Require the preprocessing record option to match the used PCH, ... | Argyrios Kyrtzidis |
2013-04-26 | [Modules] Fix an issue where the reconstructed redeclaration chain was incomp... | Argyrios Kyrtzidis |
2013-04-26 | Implement C++1y decltype(auto). | Richard Smith |
2013-04-20 | C++1y: Allow aggregates to have default initializers. | Richard Smith |
2013-04-17 | [Modules] Use global index to improve typo correction performance | Argyrios Kyrtzidis |
2013-04-17 | Enhance the ObjC global method pool to record whether there were 0, 1, or >= ... | Argyrios Kyrtzidis |
2013-04-16 | Sema for Captured Statements | Tareq A. Siraj |
2013-04-16 | Implement CapturedStmt AST | Tareq A. Siraj |
2013-04-16 | Basic support for Microsoft property declarations and | John McCall |
2013-04-13 | Annotate flavor of TLS variable (statically or dynamically initialized) onto ... | Richard Smith |
2013-04-12 | <rdar://problem/13643854> Only emit ambiguous-expansion warnings when at leas... | Douglas Gregor |
2013-04-10 | Add an option to parse all comments as documentation comments | Dmitri Gribenko |
2013-04-03 | Pare back r164351 somewhat. The problem that change was addressing was that we | Richard Smith |
2013-04-03 | Add 178663 back. | Rafael Espindola |
2013-04-03 | Revert 178663. | Rafael Espindola |
2013-04-03 | [preprocessor] Allow comparing two macro definitions syntactically instead of... | Argyrios Kyrtzidis |
2013-04-03 | Don't compute a patched/semantic storage class. | Rafael Espindola |
2013-04-03 | [modules] If a submodule has re-definitions of the same macro, only the last ... | Argyrios Kyrtzidis |
2013-04-02 | Objective-C: Provide fixit hints when warning | Fariborz Jahanian |
2013-03-28 | Objective-C: Provide fixit suggestions when class object | Fariborz Jahanian |
2013-03-27 | [modules] Make sure enabled diagnostic pragmas inside the module don't affect... | Argyrios Kyrtzidis |
2013-03-27 | <rdar://problem/13509689> Introduce -module-file-info option that provides in... | Douglas Gregor |
2013-03-27 | [modules] Before marking the module imported macros as ambiguous, check if th... | Argyrios Kyrtzidis |
2013-03-27 | [PCH/modules] Remove HiddenName::MacroUndef | Argyrios Kyrtzidis |
2013-03-27 | [Preprocessor] Remove PPMutationListener. | Argyrios Kyrtzidis |
2013-03-26 | [Preprocessor/Modules] Separate the macro directives kinds into their own Mac... | Argyrios Kyrtzidis |
2013-03-22 | [PCH/Modules] De/Serialize MacroInfos separately than MacroDirectives. | Argyrios Kyrtzidis |
2013-03-22 | [modules] When a MacroInfo object is deserialized, allocate and store its sub... | Argyrios Kyrtzidis |
2013-03-22 | <rdar://problem/13479539> Simplify ModuleManager/GlobalModuleIndex interactio... | Douglas Gregor |
2013-03-22 | OpenMP threadprivate directive parsing and semantic analysis | Alexey Bataev |
2013-03-21 | Remove unused variable. | Benjamin Kramer |
2013-03-20 | <rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a... | Douglas Gregor |
2013-03-20 | Only introduce the SDKSettings.plist dependency in modules/PCH files that don... | Douglas Gregor |
2013-03-20 | Make sure that Module::ConfigMacrosExhaustive gets initialized and deserializ... | Douglas Gregor |
2013-03-20 | <rdar://problem/10796651> Introduce configuration macros into module maps. | Douglas Gregor |
2013-03-19 | Minor optimization to r177367 to treat a module with missing dependencies as ... | Douglas Gregor |
2013-03-19 | <rdar://problem/13363214> Eliminate race condition between module rebuild and... | Douglas Gregor |
2013-03-18 | [PCH] Fix assertion hit related to enum decls inside templated funtions. | Argyrios Kyrtzidis |
2013-03-15 | [modules] Don't record the macros from the predefines buffer. | Argyrios Kyrtzidis |
2013-03-15 | <rdar://problem/13426257> Introduce SDKSettings.plist as an input file depend... | Douglas Gregor |
2013-03-14 | [modules] Don't write the UnusedFileScopedDecls vector to the module file. | Argyrios Kyrtzidis |
2013-03-14 | [modules] Check for delegating constructor cycles when building a module and ... | Argyrios Kyrtzidis |