aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema
AgeCommit message (Expand)Author
2013-04-26Add r180263 back, but fix hasBraces() to be correct during parsing.Rafael Espindola
2013-04-25Objective-C: This is a small modification to myFariborz Jahanian
2013-04-25Put friend decls in the correct context.Rafael Espindola
2013-04-25Don't mark 'extern "C" void f(void)' as having extern storage class.Rafael Espindola
2013-04-24Objective-C arc: Improve disgnostics when 'weak'Fariborz Jahanian
2013-04-24Objective-C: When reporting on missing property accessor implementation inFariborz Jahanian
2013-04-22When modifying an implicit instantiation with information from an explicit on...Argyrios Kyrtzidis
2013-04-22Add a warning for Objective-C pointer introspection, which is solely the job ...Ted Kremenek
2013-04-22[ms-inline asm] Set the OpDecl to the InlineAsmIdentifierInfo struct.Chad Rosier
2013-04-22[ms-inline asm] Refactor/clean up the SemaLookup interface. No functionalChad Rosier
2013-04-22C++1y constexpr extensions, round 1: Allow most forms of declaration andRichard Smith
2013-04-21The 'constexpr implies const' rule for non-static member functions is gone inRichard Smith
2013-04-20Disable VLA diagnostic in C++1y mode, and add some tests.Richard Smith
2013-04-20C++1y: Allow aggregates to have default initializers.Richard Smith
2013-04-20Implement core issue 1608: class members can be found via operator lookup in ...Richard Smith
2013-04-19[ms-inline asm] The parsing of C++ identifiers is a task of the front-end par...Chad Rosier
2013-04-18Specify that we're parsing ms-style inline assembly.Chad Rosier
2013-04-18Switch the note order for -Woverloaded-shift-op-parentheses so that the noteRichard Trieu
2013-04-17PR15755: don't drop parameter packs when dropping parameters with defaultRichard Smith
2013-04-17Sema: Remove unused variable.Benjamin Kramer
2013-04-17DR974: Lambdas can have default arguments.Richard Smith
2013-04-17Fix PR15291: noreturn adjustment in overload resolution for function template...Douglas Gregor
2013-04-17Add warning group -Woverloaded-shift-op-parentheses to -Wparentheses. ThisRichard Trieu
2013-04-17Use the extra info in global method pool to speed up looking for ObjC overrid...Argyrios Kyrtzidis
2013-04-17Enhance the ObjC global method pool to record whether there were 0, 1, or >= ...Argyrios Kyrtzidis
2013-04-16Don't put too much thought into whether or not to capture aJohn McCall
2013-04-16Sema for Captured StatementsTareq A. Siraj
2013-04-16Implement CapturedStmt ASTTareq A. Siraj
2013-04-16Fix handling of atomic shift operations, from Serge Pavlov.Douglas Gregor
2013-04-16Suppress unused warning on static inline function template specializations.Rafael Espindola
2013-04-16Basic support for Microsoft property declarations andJohn McCall
2013-04-16Correctly propagate the storage class to function template instantiations.Rafael Espindola
2013-04-15Remove some dead code that has not been used since 2010.Joey Gouly
2013-04-15Remove hasExternalLinkageUncached.Rafael Espindola
2013-04-15Fix the storage class of method instantiations.Rafael Espindola
2013-04-15Local thread_local variables are implicitly 'static'. (This doesn't apply to ...Richard Smith
2013-04-15Properly check for a constant initializer for a thread-local variable.Richard Smith
2013-04-14Diagnose if a __thread or _Thread_local variable has a non-constant initializerRichard Smith
2013-04-14Handle incompatible redeclarations of library builtins better.John McCall
2013-04-13Annotate flavor of TLS variable (statically or dynamically initialized) onto ...Richard Smith
2013-04-13Don't replace an existing decl in the scope chains with itsJohn McCall
2013-04-12Parsing support for thread_local and _Thread_local. We give them the sameRichard Smith
2013-04-12Sema: Give a typically small DenseMap some inline capacity.Benjamin Kramer
2013-04-11Drop ObjCIndirectCopyRestoreExprs during template instantiation.John McCall
2013-04-11Force a load when creating a reference to a temporary copied from a bitfield.Jordan Rose
2013-04-10Add an option to parse all comments as documentation commentsDmitri Gribenko
2013-04-10Handle "typeof" in Objective-C format string checking. This previously crashed.Ted Kremenek
2013-04-10Add support for computing the exception specification for an inheritingRichard Smith
2013-04-10C++11 inheriting constructors: support for inheriting constructor templates.Richard Smith
2013-04-10<rdar://problem/13605348> Don't consider invalid user-defined literal operato...Douglas Gregor