| Commit message (Expand) | Author | Age | Files | Lines |
| * | Pass false instead of 0 since isStar parameter of getArray has type bool. No ... | Nikola Smiljanic | 2013-01-11 | 1 | -1/+1 |
| * | PR14855: don't silently swallow a nested-name-specifier after a type name. | Richard Smith | 2013-01-08 | 1 | -1/+5 |
| * | s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few near... | Richard Smith | 2013-01-02 | 1 | -12/+12 |
| * | s/CPlusPlus0x/CPlusPlus11/g | Richard Smith | 2013-01-02 | 1 | -17/+17 |
| * | Remove unused arguments and rename to conform to coding standards. | Chad Rosier | 2012-12-21 | 1 | -4/+4 |
| * | Indent. | Chad Rosier | 2012-12-21 | 1 | -2/+1 |
| * | Remove unnecessary checks. | Chad Rosier | 2012-12-21 | 1 | -6/+3 |
| * | Use the MaybeParseMicrosoftAttributes function. | Chad Rosier | 2012-12-20 | 1 | -2/+1 |
| * | Revert r170500. It over-zealously converted *ALL* things named Attributes, wh... | Bill Wendling | 2012-12-20 | 1 | -8/+8 |
| * | Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl... | Bill Wendling | 2012-12-19 | 1 | -8/+8 |
| * | Re-commit r170428 changes with Linux style file endings. | Guy Benyei | 2012-12-18 | 1 | -0/+48 |
| * | Revert changes from r170428, as I accidentally changed the line endings of th... | Guy Benyei | 2012-12-18 | 1 | -48/+0 |
| * | Add OpenCL images as clang builtin types. | Guy Benyei | 2012-12-18 | 1 | -0/+48 |
| * | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -3/+3 |
| * | Don't include Type.h in DeclarationName.h. | Benjamin Kramer | 2012-12-01 | 1 | -0/+1 |
| * | Improve diagnostic on C++11 attribute specifiers that appear at wrong syntact... | Michael Han | 2012-11-26 | 1 | -5/+32 |
| * | Made the "expected string literal" diagnostic more expressive | Andy Gibbs | 2012-11-17 | 1 | -1/+2 |
| * | Accept and pass arguments to __unknown_anytype in argument | John McCall | 2012-11-14 | 1 | -0/+6 |
| * | Teach Clang parser to reject C++11 attributes that appertain to declaration s... | Michael Han | 2012-11-06 | 1 | -1/+19 |
| * | Thread safety analysis: Fixed ICE caused by double delete when late parsed | DeLesley Hutchins | 2012-11-02 | 1 | -2/+5 |
| * | Change diagnostics for enums with fixed underlying type so in C++98 mode, we ... | Eli Friedman | 2012-11-02 | 1 | -4/+7 |
| * | 'constexpr' and 'friend' are both declaration specifiers. Teach the parser th... | Richard Smith | 2012-10-25 | 1 | -3/+5 |
| * | DR1528: C++11 doesn't allow repeated cv-qualifiers in declarators after all. | Richard Smith | 2012-10-17 | 1 | -6/+6 |
| * | Fixed FunctionTypeLoc range for trailing return type. | Abramo Bagnara | 2012-10-15 | 1 | -3/+10 |
| * | Fix a crash-on-invalid when parsing a reference to an invalid auto declaration | David Blaikie | 2012-10-10 | 1 | -0/+1 |
| * | Fixed FunctionTypeLoc source range. | Abramo Bagnara | 2012-10-04 | 1 | -9/+16 |
| * | Fix scope location when parsing GNU attributes. | Michael Han | 2012-10-04 | 1 | -4/+5 |
| * | Improve C++11 attribute parsing. | Michael Han | 2012-10-03 | 1 | -8/+15 |
| * | Fix an edge case of mangling involving the combination of a lambda and typeid. | Eli Friedman | 2012-09-26 | 1 | -1/+2 |
| * | Fix some dead stores which the static analyzer warned about. No functionality | Richard Smith | 2012-09-14 | 1 | -2/+4 |
| * | Improved MSVC __interface support by adding first class support for it, inste... | Joao Matos | 2012-08-31 | 1 | -0/+7 |
| * | Now that ASTMultiPtr is nothing more than a array reference, make it a Mutabl... | Benjamin Kramer | 2012-08-23 | 1 | -3/+1 |
| * | Remove ASTOwningVector, it doesn't own anything and provides no value over Sm... | Benjamin Kramer | 2012-08-23 | 1 | -7/+7 |
| * | Rip out remnants of move semantic emulation and smart pointers in Sema. | Benjamin Kramer | 2012-08-23 | 1 | -1/+1 |
| * | Use LLVM_BUILTIN_TRAP instead of lame volatile int traps. | David Blaikie | 2012-08-21 | 1 | -1/+1 |
| * | Thread-safety analysis: fix scoping issues related to 'this', including an | DeLesley Hutchins | 2012-08-20 | 1 | -29/+34 |
| * | PR41111, PR5925, PR13210: Teach tentative parsing to annotate identifiers and | Richard Smith | 2012-08-18 | 1 | -3/+11 |
| * | Add support for "type safety" attributes that allow checking that 'void *' | Dmitri Gribenko | 2012-08-17 | 1 | -1/+69 |
| * | Thread safety analysis: prevent a compiler error in cases where a | DeLesley Hutchins | 2012-08-15 | 1 | -1/+2 |
| * | objective-C++: Delayed parsing of most common | Fariborz Jahanian | 2012-08-10 | 1 | -14/+1 |
| * | Minor simplification for r161534. | Eli Friedman | 2012-08-08 | 1 | -2/+1 |
| * | Fix r161534 so it actually builds. | Eli Friedman | 2012-08-08 | 1 | -2/+1 |
| * | Handle deprecation diagnostics correctly for C struct fields and Objective-C ... | Eli Friedman | 2012-08-08 | 1 | -8/+9 |
| * | Improvements to vexing-parse warnings. Make the no-parameters case more | Richard Smith | 2012-07-30 | 1 | -10/+8 |
| * | Fix an assertion failure when code completing an auto variable's initialiser. | Peter Collingbourne | 2012-07-27 | 1 | -0/+1 |
| * | Pedantic -pedantic correction. Duplicate cv-qualifiers are permitted in C++11 | Richard Smith | 2012-07-24 | 1 | -6/+6 |
| * | Fix a typo (the the => the) | Sylvestre Ledru | 2012-07-23 | 1 | -1/+1 |
| * | Add diagnostics for comma at end of enum and for extra semicolon at namespace | Richard Smith | 2012-07-23 | 1 | -4/+4 |
| * | Fixes an ObjC++ parse crash caused by delayed parsing | Fariborz Jahanian | 2012-07-20 | 1 | -1/+4 |
| * | Better parser recovery in Objective-C containers. | Jordan Rose | 2012-07-09 | 1 | -4/+22 |