summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update linux-header-search test so it works with dot releasesrelease_33Tom Stellard2013-09-121-6/+6
* Make sure the assembler-with-cpp hack for "#" works with multiple "#"s inTom Stellard2013-07-122-0/+6
* Remove bit not added to 3.3.Bill Wendling2013-06-041-9/+0
* Update release notes for the 3.3 release.Bill Wendling2013-06-041-69/+39
* Merging r182645:Bill Wendling2013-05-302-0/+5
* Reverting r182337, which merged r182266, __declspec(selectany)Reid Kleckner2013-05-217-73/+1
* Merging r181283:Bill Wendling2013-05-211-19/+18
* Merging r181342:Bill Wendling2013-05-216-69/+252
* Merging r181487:Bill Wendling2013-05-212-2/+5
* Merging r182266:Bill Wendling2013-05-217-1/+73
* Merging r182072:Bill Wendling2013-05-173-5/+65
* Merging r181465:Bill Wendling2013-05-161-2/+1
* Merging r181909:Bill Wendling2013-05-150-0/+0
* Merging r181750:Bill Wendling2013-05-152-3/+18
* Merging r181728:Bill Wendling2013-05-152-1/+26
* Merging r181286:Bill Wendling2013-05-080-0/+0
* Merging r181368:Bill Wendling2013-05-084-6/+45
* Merging r181299:Bill Wendling2013-05-081-2/+2
* Creating release_33 branchBill Wendling2013-05-070-0/+0
* DebugInfo: Support imported modules (using directives) within lexical blocks.David Blaikie2013-05-062-7/+16
* [analyzer; alternate arrows] don't increment the path iterator when we just d...Ted Kremenek2013-05-061-13/+22
* Grab-bag of bit-field fixes:John McCall2013-05-0615-24/+147
* Add missing initialization for Sema::CurScope. This is important for AST cons...Richard Smith2013-05-061-1/+1
* Move PragmaCommentHandler to lib/Parse in preparation for calling SemaReid Kleckner2013-05-068-78/+90
* Modify ASTReaderListener to allow visiting the input files of an AST file.Argyrios Kyrtzidis2013-05-062-8/+68
* Have the RecursiveASTVisitor traverse the type source info of an objc class m...Argyrios Kyrtzidis2013-05-064-5/+17
* [analyzer] Remove now-unused bindCompoundLiteral helper function.Jordan Rose2013-05-064-53/+0
* [analyzer] Handle CXXTemporaryObjectExprs in compound literals.Jordan Rose2013-05-062-20/+59
* Fix representation of compound literals for C++ objects with destructors.Jordan Rose2013-05-064-12/+117
* Add SystemZ supportUlrich Weigand2013-05-0611-6/+846
* Allow targets to define minimum alignment for global variablesUlrich Weigand2013-05-066-3/+41
* R600: Update GPU variants in -mcpu optionTom Stellard2013-05-062-9/+11
* Remove forward slashes from check; should unbreak Windows buildbots.Douglas Gregor2013-05-061-1/+1
* Add llvm_unreachable at end of fully covered switchHans Wennborg2013-05-061-0/+1
* Added Mozilla style, cleaned get*Style methods.Alexander Kornienko2013-05-063-25/+43
* Don't break comments after includes.Daniel Jasper2013-05-062-1/+4
* Change indentation when breaking after a type.Daniel Jasper2013-05-064-36/+51
* Require the containing type to be complete when we seeJohn McCall2013-05-064-19/+112
* C++1y: support range-based for loops in constant expressions.Richard Smith2013-05-062-0/+93
* Break the class-inheritance ":" to the new line.Daniel Jasper2013-05-062-6/+4
* Don't put a space before ellipsis.Daniel Jasper2013-05-062-0/+7
* C++1y: support 'for', 'while', and 'do ... while' in constant expressions.Richard Smith2013-05-064-44/+172
* Fix assert if __extension__ or _Generic is used when initializing a char arra...Richard Smith2013-05-062-5/+12
* C++1y: support for increment and decrement in constant expression evaluation.Richard Smith2013-05-054-49/+305
* Factor out duplication between lvalue-to-rvalue conversions and variableRichard Smith2013-05-053-242/+255
* Replace 'MultiExprArg()' with 'None'Dmitri Gribenko2013-05-0510-35/+34
* Make all 'is in extern "C"' tests use the lexical context.Rafael Espindola2013-05-056-48/+61
* ArrayRef'ize Sema::CheckObjCMethodCallDmitri Gribenko2013-05-053-5/+5
* Use lexical contexts when checking for conflicting language linkages.Rafael Espindola2013-05-052-2/+10
* Handle parens properly when initializing a char array from a string literal.Richard Smith2013-05-053-3/+29