Age | Commit message (Expand) | Author |
2012-10-17 | DR1528: C++11 doesn't allow repeated cv-qualifiers in declarators after all. | Richard Smith |
2012-10-04 | Fixed FunctionTypeLoc source range. | Abramo Bagnara |
2012-08-31 | Improved MSVC __interface support by adding first class support for it, inste... | Joao Matos |
2012-08-29 | Reversing the logic since C99 mode is actually not an extension. Also, chang... | Aaron Ballman |
2012-08-28 | Splitting the duplicated decl spec extension warning into two: one is an ExtW... | Aaron Ballman |
2012-07-30 | Improvements to vexing-parse warnings. Make the no-parameters case more | Richard Smith |
2012-07-24 | Pedantic -pedantic correction. Duplicate cv-qualifiers are permitted in C++11 | Richard Smith |
2012-06-19 | Reapply r158700 and fixup patches, minus one hunk that slipped through and | Sean Hunt |
2012-06-19 | Extend the support for cl-std to include 1.2. | Tanya Lattner |
2012-06-19 | Revert r158700 and dependent patches r158716, r158717, and r158731. | Jakob Stoklund Olesen |
2012-06-19 | Improve the specification of spellings in Attr.td. | Sean Hunt |
2012-06-12 | If parsing a trailing-return-type fails, don't pretend we didn't have one at | Richard Smith |
2012-05-19 | Inline a trivial clear() method. | Benjamin Kramer |
2012-05-02 | Revert most of r154844, which was disabled in r155975. Keep around the | Richard Smith |
2012-04-16 | Implement the last part of C++ [class.mem]p2, delaying the parsing of | Douglas Gregor |
2012-04-04 | For PR11916: Add support for g++'s __int128 keyword. Unlike __int128_t, this is | Richard Smith |
2012-03-11 | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie |
2012-02-24 | __decltype is a GNU extension, not a C++11 extension. | Richard Smith |
2012-01-17 | Remove unreachable code in Clang. (replace with llvm_unreachable where approp... | David Blaikie |
2012-01-10 | Implement the missing pieces of Evaluate for _Complex types. With that compl... | Eli Friedman |
2011-10-19 | Improve the warning for cv-qualifiers on free functions, from Ahmed Charles! | Douglas Gregor |
2011-10-17 | Add -Wc++98-compat warnings for uses of the new keywords 'alignof', 'char16_t', | Richard Smith |
2011-10-14 | Provide half floating point support as a storage only type. | Anton Korobeynikov |
2011-10-06 | Support for C1x _Atomic specifier (see testcase). This is primarily being co... | Eli Friedman |
2011-10-06 | OpenCL: add a non-standard extension, cl_clang_storage_class_specifiers, | Peter Collingbourne |
2011-09-25 | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie |
2011-09-23 | Switch assert(0/false) llvm_unreachable. | David Blaikie |
2011-09-19 | Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset. | Argyrios Kyrtzidis |
2011-09-17 | Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t... | Francois Pichet |
2011-09-12 | Remove the restriction on module-private friends. Since the friend | Douglas Gregor |
2011-09-09 | Friends cannot be declared module-private | Douglas Gregor |
2011-09-09 | Modules: introduce the __module_private__ declaration specifier, which | Douglas Gregor |
2011-09-04 | PR10458: Finesse behaviour of C++0x features when in pre-0x mode. Accept for-... | Richard Smith |
2011-07-13 | Add 'mutable' to the function declarator chunk, to be used when | Douglas Gregor |
2011-07-06 | Fixed enum types can be complete without actually being valid to use | John McCall |
2011-06-25 | Fix a couple more issues related to r133854: | Richard Smith |
2011-06-25 | When deciding how to parse "= something" as part of a member | Douglas Gregor |
2011-06-22 | Introduce DelayedCleanupPool useful for simplifying clean-up of certain resou... | Argyrios Kyrtzidis |
2011-05-24 | Implement a new type node, UnaryTransformType, designed to represent a | Sean Hunt |
2011-05-19 | Implement __underlying_type for libc++. | Sean Hunt |
2011-04-09 | Fix a bunch of major problems with __unknown_anytype and properly test | John McCall |
2011-03-25 | Remove the last of ClassVirtSpecifiers. | Anders Carlsson |
2011-03-25 | Remove 'new' from virt-specifier since it's going to be removed in the next C... | Anders Carlsson |
2011-03-24 | Insomniac refactoring: change how the parser allocates attributes so that | John McCall |
2011-03-16 | Use ElaboratedType also for C. | Abramo Bagnara |
2011-03-12 | Forgotten part of previous commit. | Abramo Bagnara |
2011-03-08 | Teach libclang's token-annotation logic about context-sensitive | Douglas Gregor |
2011-03-06 | Improved type source location for long long type. | Abramo Bagnara |
2011-03-05 | Propagate new-style exception spec information to Declarator. | Sebastian Redl |
2011-03-03 | Fix PR9390 in not one, but two ways: | Douglas Gregor |