aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema
AgeCommit message (Expand)Author
2012-10-12Make -mms-bitfields behave consistently.Eli Friedman
2012-10-12Update for r165833.Chad Rosier
2012-10-12Fix warnings introduced by r165826.DeLesley Hutchins
2012-10-12Thread-safety analysis: support multiple thread-safety attributes onDeLesley Hutchins
2012-10-12[ms-inline asm] Remove a bunch of parsing code from the front-end, which will beChad Rosier
2012-10-12Fix typo correction of one qualified name to another.David Blaikie
2012-10-12Change (!ptr != 0) to (!ptr) to make the code more readable.Richard Trieu
2012-10-12Remove unused variable.Benjamin Kramer
2012-10-12Remove dead code introduced in r165751.Chad Rosier
2012-10-11Provide a fixit when taking the address of an unqualified member function.David Blaikie
2012-10-11[ms-inline asm] Remove a bunch of parsing code from the front-end, which will beChad Rosier
2012-10-11[ms-inline asm] Lookup the IdentifierInfo using the Idents table and remove theChad Rosier
2012-10-11Add null check for malformed code.Ted Kremenek
2012-10-11-Warc-repeated-use-of-weak: fix a use-of-uninitialized and add a test case.Jordan Rose
2012-10-11-Warc-repeated-use-of-weak: Don't warn on a single read followed by writes.Jordan Rose
2012-10-11-Warc-repeated-use-of-weak: Check messages to property accessors as well.Jordan Rose
2012-10-11Add codegen support for __uuidof().Nico Weber
2012-10-11Minor cleanup for r165678; no functional change.Eli Friedman
2012-10-11Make sure we perform the variadic method check correctly for calls to a membe...Eli Friedman
2012-10-10-Warc-repeated-use-of-weak: look through explicit casts on assigned values.Jordan Rose
2012-10-10Move Sema::PropertyIfSetterOrGetter to ObjCMethodDecl::findPropertyDecl.Jordan Rose
2012-10-10Change Sema::PropertyIfSetterOrGetter to make use of isPropertyAccessor.Jordan Rose
2012-10-10Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor.Jordan Rose
2012-10-10Fix stack overflow when trying to create an implicit movingArgyrios Kyrtzidis
2012-10-09If a macro has been #undef'd in a precompiled header, we still need toDouglas Gregor
2012-10-09Clearing a SmallPtrSet is still expensive, split it out from OverloadCandidat...Benjamin Kramer
2012-10-09When storing the C++ overridden methods, store them once for theArgyrios Kyrtzidis
2012-10-08Use a single note diagnostic for all the precedent/parentheses warnings.David Blaikie
2012-10-08StringRef-ify Binary/UnaryOperator::getOpcodeStrDavid Blaikie
2012-10-05Workaround for libstdc++4.6 <atomic> bug: make comment more explicit about wh...Richard Smith
2012-10-05Implement -Wshift-op-parentheses for: a << b + cDavid Blaikie
2012-10-05[libclang] Introduce CXCursor_ModuleImportDecl cursor kind, used for a moduleArgyrios Kyrtzidis
2012-10-04Egriegious hack to support libstdc++4.6's broken <atomic> header, which definesRichard Smith
2012-10-04Fixed FunctionTypeLoc source range.Abramo Bagnara
2012-10-04Fixed instantiated operators source range.Abramo Bagnara
2012-10-04Fixed ParamDecl source range for implicit typed k&r parameters.Abramo Bagnara
2012-10-04Fix scope location when parsing GNU attributes.Michael Han
2012-10-04Permanently end the whole "pragma got handled by the parser too early"Eli Friedman
2012-10-03objective-C arc: Warn under arc about a use of an ivar inside a blockFariborz Jahanian
2012-10-03Improve C++11 attribute parsing.Michael Han
2012-10-03Change how the SelfReferenceChecker handles MemberExpr. Instead of treatingRichard Trieu
2012-10-02Revert 165058, per Jim request. This requires further discussion.Chad Rosier
2012-10-02[ms-inline asm] Rewrite the symbol references as wildcard MCParsedAsmOperands.Chad Rosier
2012-10-02[ms-inline asm] Enhance the isSimpleMSAsm() function to handle operands with ...Chad Rosier
2012-10-02No need to call the InitializeAll* functions.Chad Rosier
2012-10-02Allowing individual targets to determine whether a given calling convention i...Aaron Ballman
2012-10-02Tweak diagnostic text to indicate that __weak on a local variable is only all...Ted Kremenek
2012-10-02Add FP_CONTRACT support for clang.Lang Hames
2012-10-02Check if an IdentifierInfo* is null when the FunctionDecl isn't a simple C fu...Ted Kremenek
2012-10-02-Wformat: Don't check format strings in uninstantiated templates.Jordan Rose