Age | Commit message (Expand) | Author |
2013-05-02 | Use attribute argument information to determine when to parse attribute argum... | Douglas Gregor |
2013-05-02 | Revert r180970; it's causing breakage. | Douglas Gregor |
2013-05-02 | Use attribute argument information to determine when to parse attribute argum... | Douglas Gregor |
2013-05-02 | [analyzer] Don't try to evaluate MaterializeTemporaryExpr as a constant. | Jordan Rose |
2013-05-01 | [analyzer] Consolidate constant evaluation logic in SValBuilder. | Jordan Rose |
2013-05-01 | [documenting declaration]: Remove arc liftime qualifiers | Fariborz Jahanian |
2013-05-01 | [ObjC declaration documentation] declaration of | Fariborz Jahanian |
2013-04-30 | [driver] Allow multiple -arch options with -save-temps by adding the arch name | Chad Rosier |
2013-04-30 | When deducing an 'auto' type, don't modify the type-as-written. | Richard Smith |
2013-04-30 | Don't treat a non-deduced 'auto' type as being type-dependent. Instead, there | Richard Smith |
2013-04-30 | [Mips] Pass -mips16, -mmicromips, -mdsp and -mdspr2 flags to the | Simon Atanasyan |
2013-04-30 | Place bitfield -Wconstant-conversion warning into subgroup called -Wbitfield-... | Ted Kremenek |
2013-04-30 | [PCH] Fix memory leak related to deserialized MacroInfo objects. | Argyrios Kyrtzidis |
2013-04-29 | Just use std::list<> for PathPieces instead of complicated use of ilist. | Ted Kremenek |
2013-04-29 | Revert "[analyzer] Change PathPieces to be a wrapper around an ilist of (thro... | Ted Kremenek |
2013-04-29 | [analyzer] Change PathPieces to be a wrapper around an ilist of (through indi... | Ted Kremenek |
2013-04-29 | Use ArrayRef in AddMethodCandidate. | Rafael Espindola |
2013-04-29 | Small CapturedStmt improvements | Ben Langmuir |
2013-04-29 | Keep the parser's template depth up to date when parsing local templates and | Richard Smith |
2013-04-27 | ArrayRef'ize Sema::ActOnEnumBody. No functionality change. | Dmitri Gribenko |
2013-04-26 | [libclang] Introduce clang_Module_getASTFile function that returns the module... | Argyrios Kyrtzidis |
2013-04-26 | [PCH/modules] Require the preprocessing record option to match the used PCH, ... | Argyrios Kyrtzidis |
2013-04-26 | [Modules] Fix an issue where the reconstructed redeclaration chain was incomp... | Argyrios Kyrtzidis |
2013-04-26 | [frontend] Make -chain-include work when used with modules. | Argyrios Kyrtzidis |
2013-04-26 | Implement C++1y decltype(auto). | Richard Smith |
2013-04-26 | C++1y: support simple variable assignments in constexpr functions. | Richard Smith |
2013-04-26 | Use bitfilds. | Rafael Espindola |
2013-04-26 | Add r180263 back, but fix hasBraces() to be correct during parsing. | Rafael Espindola |
2013-04-25 | Objective-C: This is a small modification to my | Fariborz Jahanian |
2013-04-25 | Fix a possible null pointer dereference found by the analyzer. | Anna Zaks |
2013-04-25 | Add option to align escaped newlines left. | Daniel Jasper |
2013-04-24 | Objective-C parsing [qoi]: Recover gracefully with good diagnostic | Fariborz Jahanian |
2013-04-24 | Objective-C arc: Improve disgnostics when 'weak' | Fariborz Jahanian |
2013-04-24 | [driver] Add a hasFlag API that accepts a positive alias. | Chad Rosier |
2013-04-24 | Objective-C: When reporting on missing property accessor implementation in | Fariborz Jahanian |
2013-04-24 | Revert "Remove CXCursorSet and related APIs. There are no known clients." | Ted Kremenek |
2013-04-24 | Add test case for -Wdeprecated-objc-pointer-introspection, and | Ted Kremenek |
2013-04-24 | Remove CXCursorSet and related APIs. There are no known clients. | Ted Kremenek |
2013-04-23 | [analyzer] Refactor BugReport::getLocation and PathDiagnosticLocation::create... | Anna Zaks |
2013-04-23 | [libclang] Introduce a CXCursor_ObjCSelfExpr cursor, which is the equivalent ... | Argyrios Kyrtzidis |
2013-04-23 | Warn that scoped enumerations are a C++11 extenstion when compiling in | Richard Trieu |
2013-04-22 | Add a warning for Objective-C pointer introspection, which is solely the job ... | Ted Kremenek |
2013-04-22 | [ms-inline asm] Refactor/clean up the SemaLookup interface. No functional | Chad Rosier |
2013-04-22 | C++1y constexpr extensions, round 1: Allow most forms of declaration and | Richard Smith |
2013-04-21 | The 'constexpr implies const' rule for non-static member functions is gone in | Richard Smith |
2013-04-20 | Disable VLA diagnostic in C++1y mode, and add some tests. | Richard Smith |
2013-04-20 | C++1y: Allow aggregates to have default initializers. | Richard Smith |
2013-04-20 | Supports Sourcery CodeBench Mips toolchain directories tree. | Simon Atanasyan |
2013-04-20 | [analyzer] Ensure BugReporterTracking works on regions with pointer arithmetic | Anna Zaks |
2013-04-20 | [analyzer] Flip printPretty and printPrettyAsExpr as per suggestion from Jord... | Anna Zaks |