2012-01-23 |
Sebastian Redl | Minor fixups for auto deduction of initializer lists. |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Argyrios Kyrtzidis | [libclang] For: |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Argyrios Kyrtzidis | Introduce Sema::isNullExpr() that contains the checks... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Kaelyn Uhrain | In CorrectTypo, use the cached correction as a starting... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Kostya Serebryany | [asan] document the need for -fno-optimize-sibling... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Bob Wilson | Fix a typo: _MM_FLUSH_ZERO_OFF has the wrong value... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Argyrios Kyrtzidis | Introduce CXXRecordDecl::isCLike() that is true if... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Argyrios Kyrtzidis | [libclang] Index C++ template specializations, rdar... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Argyrios Kyrtzidis | [libclang] Index namespaces in C++ qualified lookup... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Argyrios Kyrtzidis | [libclang] Index C++ constructor initializers, rdar... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Argyrios Kyrtzidis | Improve Lexer::getImmediateMacroName to take into accou... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Douglas Gregor | Handle pseudo-object expressions (and any other placeholder |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Douglas Gregor | Add -Wnarrowing as an alias for -Wc++11-narrowing,... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Douglas Gregor | Downgrade C++11 narrowing conversion errors to warnings... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Nick Lewycky | Add support for -fno-optimize-sibling-calls. Currently... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Nico Weber | Add a source range to the ms path. Spotted by David... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Nico Weber | In microsoft mode, downgrade pseudo-destructors on... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
David Blaikie | Rename -Wswitch-enum-redundant-default to -Wswitch... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
David Blaikie | Implement -Wswitch-enum correctly. |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Nico Weber | Convert file from 60% unix 40% dos line endings to... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Nico Weber | Eli says this should check MicrosoftMode instead. |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Nico Weber | In ms mode, a move assignment operator shouldn't mark... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Eli Friedman | Make sure the AST correctly represents lvalue-to-rvalue... |
commit | commitdiff | tree | snapshot |
2012-01-22 |
David Blaikie | Fix -Wswitch to warn about out of bounds enum cases... |
commit | commitdiff | tree | snapshot |
2012-01-22 |
David Blaikie | Move -Wswitch-enum to -Wswitch |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Francois Pichet | In Microsoft Mode, disable the C++11 strict integral... |
commit | commitdiff | tree | snapshot |
2012-01-21 |
David Blaikie | Add -Wswitch-enum-redundant-default. |
commit | commitdiff | tree | snapshot |
2012-01-21 |
NAKAMURA Takumi | lib/Frontend/InitHeaderSearch.cpp: [Cygwin] Add 4.5.3. |
commit | commitdiff | tree | snapshot |
2012-01-21 |
NAKAMURA Takumi | [Cygwin] Abandon Cygwin-1.5 and g++-3. Use g++-4.3... |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Anna Zaks | [analyzer] It's possible to have a non PointerType... |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Bob Wilson | Use the new installheaders makefile target in libcxx. |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Rafael Espindola | Remove redundant argument. |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Anna Zaks | [analyzer] Make VLA checker taint aware. |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Eli Friedman | Add an assertion that our use-marking actually covers... |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Eli Friedman | Fix some comments relating to ExpressionEvaluationConte... |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Richard Trieu | Fix code so that a SkipUntil will ignore semicolons... |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Anna Zaks | [analyzer] Unbreak the static analyzer bot. Regression... |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Eli Friedman | Add obvious missing call to MarkDeclarationReferenced. |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Eli Friedman | Make clang's AST model sizeof and typeof with potential... |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Fariborz Jahanian | arg migrator: change all "assign" of object properties |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Douglas Gregor | Fix the code completion string for variadic macros... |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Seth Cantrell | add tests for wide character encodings |
commit | commitdiff | tree | snapshot |
2012-01-20 |
DeLesley Hutchins | Handle thread safety attributes on functions with separ... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
DeLesley Hutchins | Delayed template instantiation of late-parsed attributes. |
commit | commitdiff | tree | snapshot |
2012-01-20 |
DeLesley Hutchins | Instantiate dependent attributes when instantiating... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Ted Kremenek | The 'l' length modifier makes sense with the scanlist... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Eric Christopher | Testcase for PR11345. |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Eric Christopher | When adding types to the context chain for record types... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Bob Wilson | Remove unnecessary and incorrect redirection of stderr. |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Sebastian Pop | rename -ccc-host-triple into -target |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Ted Kremenek | Tighten format string diagnostic and make it a bit... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
David Blaikie | More dead code removal (using -Wunreachable-code) |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Ted Kremenek | Add ability to specifiy 'restrict' on parameters of... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Ted Kremenek | Per PR 11814, use Monospace instead of Andale Mono. |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Anna Zaks | [analyzer] Add taint awareness to DivZeroChecker. |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Fariborz Jahanian | arc migrator: replace "retain" attribute with "strong" |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Anna Zaks | [analyzer] Tweak the buildbot script to include the... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Kostya Serebryany | use llvm:Attributes instead of unsigned |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Argyrios Kyrtzidis | Enhance Lexer::makeFileCharRange to check for ranges... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Benjamin Kramer | Replace a dubious use of SmallVectorImpl with a proper... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Douglas Gregor | Fix broken unit test |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Douglas Gregor | Extract the (InputKind, std::string) pair used to descr... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Benjamin Kramer | Localize variable, remove unused assignment. |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Benjamin Kramer | Remove unused variables. |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Ted Kremenek | Reenable DeadStoresChecker under --analyze, and move... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Ted Kremenek | Implement checker that looks for calls to mktemps and... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Ted Kremenek | Turn 'SecuritySyntaxChecker' into a "meta" security... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Argyrios Kyrtzidis | [libclang] Fix crash when indexing attributes, rdar... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Eli Friedman | Remove PotentiallyPotentiallyEvaluated, and replace... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Anna Zaks | [analyzer] Add socket API as a source of taint. |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Anna Zaks | [analyzer] Skip casts when determining taint dependenci... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Anna Zaks | [analyzer] Add a utility method that allows to find... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Anna Zaks | [analyzer] Cleanup of Symbol dump methods. |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Anna Zaks | [analyzer] www: A minor cleanup to the dev manual. |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Richard Smith | Further testing for instantiation of out-of-line conste... |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Richard Smith | An instantiation of a constexpr static data member... |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Richard Trieu | Extend the error of invalid token after declarations... |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Benjamin Kramer | Silence set-but-unused warning. |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Argyrios Kyrtzidis | Introduce Lexer::getSourceText() that returns a string... |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Argyrios Kyrtzidis | Introduce Lexer::makeFileCharRange() that accepts a... |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Argyrios Kyrtzidis | For Lexer's isAt[Start/End]OfMacroExpansion add an... |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Argyrios Kyrtzidis | Add unit testing for Lexer. |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Evgeniy Stepanov | Extend unwind.h with the ARM unwinder interface. |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Tanya Lattner | A few style changes. |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Kaelyn Uhrain | Remove the now-unused CorrectTypoContext enum. |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Richard Smith | constexpr: converted constant expression handling for... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Richard Trieu | Change the error when a '+=' follows a declaration... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Fariborz Jahanian | Use -Wdeprecated-objc-isa-usage for option to issue |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Kaelyn Uhrain | Convert SemaDecl.cpp to pass callback objects to Correc... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Douglas Gregor | Optimize unqualified/global name lookup in modules... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Anna Zaks | Refactor: Pull getImmediateMacroName() out of Diagnosti... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Fariborz Jahanian | objc: deprecate direct usage of 'isa' of objc objects |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Douglas Gregor | In the driver, -fmodules enables modules for C/Objectiv... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Seth Cantrell | Add and update tests for character literals |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Seth Cantrell | stop claiming unicode escape sequences are too long... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Seth Cantrell | Fix char literal types in C |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Seth Cantrell | Improves support for Unicode in character literals |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Seth Cantrell | test svn commit access |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Kaelyn Uhrain | Convert DiagnoseEmptyLookup to use correction callbacks. |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Richard Smith | Move narrowing conversion detection code from SemaInit... |
commit | commitdiff | tree | snapshot |
next |