aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-21Reverting r182337, which merged r182266, __declspec(selectany)Reid Kleckner
2013-05-21Merging r181283:Bill Wendling
2013-05-21Merging r181342:Bill Wendling
2013-05-21Merging r181487:Bill Wendling
2013-05-21Merging r182266:Bill Wendling
2013-05-17Merging r182072:Bill Wendling
2013-05-16Merging r181465:Bill Wendling
2013-05-15Merging r181909:Bill Wendling
2013-05-15Merging r181750:Bill Wendling
2013-05-15Merging r181728:Bill Wendling
2013-05-08Merging r181286:Bill Wendling
2013-05-08Merging r181368:Bill Wendling
2013-05-08Merging r181299:Bill Wendling
2013-05-07Creating release_33 branchBill Wendling
2013-05-06DebugInfo: Support imported modules (using directives) within lexical blocks.David Blaikie
2013-05-06[analyzer; alternate arrows] don't increment the path iterator when we just d...Ted Kremenek
2013-05-06Grab-bag of bit-field fixes:John McCall
2013-05-06Add missing initialization for Sema::CurScope. This is important for AST cons...Richard Smith
2013-05-06Move PragmaCommentHandler to lib/Parse in preparation for calling SemaReid Kleckner
2013-05-06Modify ASTReaderListener to allow visiting the input files of an AST file.Argyrios Kyrtzidis
2013-05-06Have the RecursiveASTVisitor traverse the type source info of an objc class m...Argyrios Kyrtzidis
2013-05-06[analyzer] Remove now-unused bindCompoundLiteral helper function.Jordan Rose
2013-05-06[analyzer] Handle CXXTemporaryObjectExprs in compound literals.Jordan Rose
2013-05-06Fix representation of compound literals for C++ objects with destructors.Jordan Rose
2013-05-06Add SystemZ supportUlrich Weigand
2013-05-06Allow targets to define minimum alignment for global variablesUlrich Weigand
2013-05-06R600: Update GPU variants in -mcpu optionTom Stellard
2013-05-06Remove forward slashes from check; should unbreak Windows buildbots.Douglas Gregor
2013-05-06Add llvm_unreachable at end of fully covered switchHans Wennborg
2013-05-06Added Mozilla style, cleaned get*Style methods.Alexander Kornienko
2013-05-06Don't break comments after includes.Daniel Jasper
2013-05-06Change indentation when breaking after a type.Daniel Jasper
2013-05-06Require the containing type to be complete when we seeJohn McCall
2013-05-06C++1y: support range-based for loops in constant expressions.Richard Smith
2013-05-06Break the class-inheritance ":" to the new line.Daniel Jasper
2013-05-06Don't put a space before ellipsis.Daniel Jasper
2013-05-06C++1y: support 'for', 'while', and 'do ... while' in constant expressions.Richard Smith
2013-05-06Fix assert if __extension__ or _Generic is used when initializing a char arra...Richard Smith
2013-05-05C++1y: support for increment and decrement in constant expression evaluation.Richard Smith
2013-05-05Factor out duplication between lvalue-to-rvalue conversions and variableRichard Smith
2013-05-05Replace 'MultiExprArg()' with 'None'Dmitri Gribenko
2013-05-05Make all 'is in extern "C"' tests use the lexical context.Rafael Espindola
2013-05-05ArrayRef'ize Sema::CheckObjCMethodCallDmitri Gribenko
2013-05-05Use lexical contexts when checking for conflicting language linkages.Rafael Espindola
2013-05-05Handle parens properly when initializing a char array from a string literal.Richard Smith
2013-05-05ArrayRef'ization of some methods in SemaOverload. Patch by Robert Wilhelm!Richard Smith
2013-05-05Use remove_if to erase parts of a vector. Avoids O(n^2) worst cases.Benjamin Kramer
2013-05-05ArrayRef<T>() -> None cleanupDmitri Gribenko
2013-05-05Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...Dmitri Gribenko
2013-05-04Properly parsing __declspec(safebuffers), though there is no semantic hookup....Aaron Ballman