Age | Commit message (Expand) | Author |
2012-03-13 | [Basic] Make DiagnosticBuilder::{Clear,Emit} protected. | Daniel Dunbar |
2012-03-13 | [Basic] Eliminate DiagnosticBuilder::Suppress and matching ctor, this stuff is | Daniel Dunbar |
2012-03-13 | [Basic] Make DiagnosticBuilder::{isActive,getLocation,getDiagID} protected. | Daniel Dunbar |
2012-03-13 | [Basic] Fix ~Diagnostic() to not call Emit() when there is no diag obj (most | Daniel Dunbar |
2012-03-13 | [Basic] Stop using a SmallVector<> for Diagnostic. This drops Clang binary size | Daniel Dunbar |
2012-03-13 | Remove unused-but-set variable. | Benjamin Kramer |
2012-03-13 | Long double is just double on FreeBSD/{PPC,PPC64}. | Roman Divacky |
2012-03-13 | Tweak linkage order for solaris. | David Chisnall |
2012-03-13 | Ensure that default arguments are handled correctly in sub scopes. For example: | James Molloy |
2012-03-13 | Implement [temp.param]p5: the top-level cv-qualifiers on a non-type template | Richard Smith |
2012-03-13 | PR11850 + duplicates: don't assume that a function parameter pack expansion is | Richard Smith |
2012-03-13 | PR11925: A function can't have a variably-modified return type. Not even in C++. | Richard Smith |
2012-03-13 | It never makes sense to do a lookup into a LinkageSpecDecl, so assert that we | Nick Lewycky |
2012-03-13 | Fix PR10447: lazily building name lookup tables for DeclContexts was broken. | Richard Smith |
2012-03-13 | [libclang] When there's a file error when saving the PCH, make sure to | Argyrios Kyrtzidis |
2012-03-13 | Make the error about assigning to lambda-captured variables | John McCall |
2012-03-13 | [Sema] Prefer to use ObjCInterfaceDecl's protocol_begin()/protocol_end() iter... | Argyrios Kyrtzidis |
2012-03-13 | Fix crash at @implementation with a forward reference as base class. | Argyrios Kyrtzidis |
2012-03-13 | Alternate fix to PR12248: put Sema in charge of special-casing | John McCall |
2012-03-13 | [msvc] Honor %INCLUDE%. It should know essential search paths with vcvarsall.... | NAKAMURA Takumi |
2012-03-12 | modern objective-c translator. @try/@catch translation. wip. | Fariborz Jahanian |
2012-03-12 | Add new analyzer diagnostic mode where plists can have bugs that span multipl... | Ted Kremenek |
2012-03-12 | [analyzer] Include inlining call stack depth in plist output. | Ted Kremenek |
2012-03-12 | Address some of the concerns by Chandler. | Bill Wendling |
2012-03-12 | Update FIXME. | Bill Wendling |
2012-03-12 | Have clang pay attention to the LIBRARY_PATH environment variable. | Bill Wendling |
2012-03-12 | C++11 [temp.deduct.call]p6 tweak: when given a set of overlaoded | Douglas Gregor |
2012-03-12 | Make sure we treat variables captured by reference in lambda as modifiable lv... | Eli Friedman |
2012-03-12 | [Sema] -Add an invalid objc category to the DeclContext so that it can be | Argyrios Kyrtzidis |
2012-03-12 | ObjCBoolLiterals (__objc_yes/__objc_no) behave like C++ booleans (true/false)... | Jordy Rose |
2012-03-12 | objective-c modern translator: ivar offset symbols | Fariborz Jahanian |
2012-03-12 | Fix a crash-on-invalid found by -Wlogical-op-parentheses. | David Blaikie |
2012-03-12 | Use ZeroLengthBitfieldAlignment for AAPCS, as well as APCS-GNU. | James Molloy |
2012-03-12 | Fix parsing of trailing-return-type. Types are syntactically prohibited from | Richard Smith |
2012-03-12 | Fix parsing of type-specifier-seq's. Types are syntactically allowed to be | Richard Smith |
2012-03-11 | Fix typo in comment, 'langauge' -> 'language'. | Nick Lewycky |
2012-03-11 | objective-c modern abi rewriter: provide section pragmas for | Fariborz Jahanian |
2012-03-11 | Document the weak-linking behavior of the availability attribute | Douglas Gregor |
2012-03-11 | Update library dependencies to add clangEdit on c-index-test and c-arcmt-test. | NAKAMURA Takumi |
2012-03-11 | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie |
2012-03-11 | llvm::SwitchInst | Stepan Dyatkovskiy |
2012-03-11 | Document the availability attribute | Douglas Gregor |
2012-03-11 | When template argument deduction is ignoring qualifiers, perform deep | Douglas Gregor |
2012-03-11 | cxx_status: No compiler changes are required for 'minimal support for garbage | Richard Smith |
2012-03-11 | Add a missing 'template' keyword. | Douglas Gregor |
2012-03-11 | [analyzer] Replace a static helper with existing logic. No functionality change. | Jordy Rose |
2012-03-10 | When determining whether an identifier followed by a '<' in a member | Douglas Gregor |
2012-03-10 | Fix crash & accepts-invalid for array of arrays of user defined type. | David Blaikie |
2012-03-10 | Updated the test so that it checks for ms-compatibility in addition to ms-ext... | Aaron Ballman |
2012-03-10 | Adding namespace qualifiers to the visualizers and improving their behavior. | Aaron Ballman |