aboutsummaryrefslogtreecommitdiff
path: root/clang/include
AgeCommit message (Expand)AuthorFilesLines
2013-05-06Grab-bag of bit-field fixes:John McCall3-6/+23
2013-05-06Move PragmaCommentHandler to lib/Parse in preparation for calling SemaReid Kleckner4-4/+5
2013-05-06Modify ASTReaderListener to allow visiting the input files of an AST file.Argyrios Kyrtzidis1-0/+10
2013-05-06Have the RecursiveASTVisitor traverse the type source info of an objc class m...Argyrios Kyrtzidis1-1/+4
2013-05-06[analyzer] Remove now-unused bindCompoundLiteral helper function.Jordan Rose2-23/+0
2013-05-06Fix representation of compound literals for C++ objects with destructors.Jordan Rose1-5/+17
2013-05-06Add SystemZ supportUlrich Weigand1-1/+10
2013-05-06Allow targets to define minimum alignment for global variablesUlrich Weigand2-0/+13
2013-05-06Added Mozilla style, cleaned get*Style methods.Alexander Kornienko1-3/+4
2013-05-06Require the containing type to be complete when we seeJohn McCall1-0/+2
2013-05-05C++1y: support for increment and decrement in constant expression evaluation.Richard Smith1-13/+13
2013-05-05Make all 'is in extern "C"' tests use the lexical context.Rafael Espindola2-8/+16
2013-05-05ArrayRef'ize Sema::CheckObjCMethodCallDmitri Gribenko1-1/+1
2013-05-05ArrayRef'ization of some methods in SemaOverload. Patch by Robert Wilhelm!Richard Smith1-5/+3
2013-05-05Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...Dmitri Gribenko2-4/+3
2013-05-04Reverting r181004 since it has broken test/Sema/wchar.c.Aaron Ballman2-7/+1
2013-05-04In VarDecl nodes, store the thread storage class specifier as written.Enea Zaffanella3-16/+38
2013-05-04AArch64: teach Clang about __clear_cache intrinsicTim Northover2-0/+27
2013-05-04Implement most of N3638 (return type deduction for normal functions).Richard Smith4-2/+30
2013-05-04Say 'decltype(auto)' not 'auto' as appropriate in mismatched-deduction diagno...Richard Smith1-1/+2
2013-05-04Implement template support for CapturedStmtWei Pan2-7/+34
2013-05-04Added a function to check whether a Decl is inSean Callanan1-0/+3
2013-05-04Separate out and special-case the diagnostic for 'auto' in aRichard Smith2-2/+7
2013-05-04[analyzer;alternate edges] start experimenting with control flow "barriers" t...Ted Kremenek1-0/+5
2013-05-04[analyzer; alternate edges] prune edges whose end/begin locations have the sa...Ted Kremenek1-0/+6
2013-05-04[doc parsing]: Make warning about unknown commandFariborz Jahanian2-5/+4
2013-05-03ArrayRef'ize MultiLevelTemplateArgumentList::ArgList. Patch by Faisal Vali!Richard Smith1-9/+8
2013-05-03Revert r177218.Argyrios Kyrtzidis3-9/+0
2013-05-03[Doc parsing] Provide diagnostics for unknown documentation Fariborz Jahanian2-2/+14
2013-05-03Remove DiagnosticConsumer::clone(), a bad idea that is now unused.Douglas Gregor8-30/+1
2013-05-03When building a module, forward diagnostics to the outer diagnostic consumer.Douglas Gregor2-1/+21
2013-05-03[Preprocessor] For the MacroExpands preprocessor callback, also pass the Macr...Argyrios Kyrtzidis3-5/+131
2013-05-03Rename ObjCImplementationDecl::getSuperLoc() -> getSuperClassLoc() for consis...Argyrios Kyrtzidis1-1/+1
2013-05-03Serialization for captured statementsBen Langmuir2-2/+16
2013-05-03PR15906: The body of a lambda is not an evaluated subexpression; don't visit ...Richard Smith1-1/+10
2013-05-03Move CapturedStmt parameters to CapturedDeclBen Langmuir3-7/+41
2013-05-03[analyzer] Start hacking up alternate control-flow edge generation. WIP. No...Ted Kremenek1-1/+1
2013-05-03Keep track of an @implementation's super class name location, if one was prov...Argyrios Kyrtzidis1-1/+6
2013-05-03ArrayRef'ize InitializationSequence constructor and InitializationSequence::D...Dmitri Gribenko1-5/+2
2013-05-03Add const qualifier to Sema::getTypeName's parameter `II`Dmitri Gribenko1-1/+1
2013-05-03Support __wchar_t in -fms-extensions and -fms-compatibility modes.Hans Wennborg2-1/+7
2013-05-03Correctly emit certain implicit references to 'self' even withinJohn McCall1-6/+9
2013-05-03Re-apply 180974 with the build error fixed. This was the resultTed Kremenek1-9/+0
2013-05-03Revert "Change LocationContextMap to be a temporary instead of shared variabl...Rafael Espindola1-0/+9
2013-05-03Move parsing of identifiers in MS-style inline assembly intoJohn McCall7-40/+105
2013-05-02Change LocationContextMap to be a temporary instead of shared variable in Bug...Ted Kremenek1-9/+0
2013-05-02Use attribute argument information to determine when to parse attribute argum...Douglas Gregor2-1/+12
2013-05-02Revert r180970; it's causing breakage.Douglas Gregor3-15/+4
2013-05-02Use attribute argument information to determine when to parse attribute argum...Douglas Gregor3-4/+15
2013-05-02[analyzer] Don't try to evaluate MaterializeTemporaryExpr as a constant.Jordan Rose1-3/+0