| Commit message (Expand) | Author | Age | Files | Lines |
* | Consumed analysis: add return_typestate attribute. | DeLesley Hutchins | 2013-09-03 | 3 | -18/+52 |
* | ARM: Update testcases for improved codegen. | Jim Grosbach | 2013-09-03 | 1 | -3/+3 |
* | Add an implicit dtor CFG node just before C++ 'delete' expressions. | Jordan Rose | 2013-09-03 | 1 | -0/+46 |
* | Attempt to migrate default dwarf version to 4 for linux. | Eric Christopher | 2013-09-03 | 1 | -1/+1 |
* | Pass -target instead of using "REQUIRES: clang-driver". | Rafael Espindola | 2013-09-03 | 1 | -5/+2 |
* | Revert "OpenMP: Data-sharing attributes analysis and clause 'shared'" | Rafael Espindola | 2013-09-03 | 6 | -150/+14 |
* | Disable this on mingw again. | Rafael Espindola | 2013-09-03 | 1 | -0/+3 |
* | Use -### instead of -ccc-print-options. | Rafael Espindola | 2013-09-03 | 4 | -45/+21 |
* | OpenMP: Data-sharing attributes analysis and clause 'shared' | Alexey Bataev | 2013-09-03 | 6 | -14/+150 |
* | the call to UsualArithmeticConversions should come after the call to CheckVec... | Jin-Gu Kang | 2013-09-02 | 1 | -0/+10 |
* | Mark that qualifiers can prefix the auto type. This seems to just have | Chandler Carruth | 2013-09-02 | 4 | -4/+4 |
* | Trying to fix tests with in-tree builds, that contain a .clang-format files in | Alexander Kornienko | 2013-09-02 | 1 | -2/+2 |
* | Fix gnueeabi typo in tests | Renato Golin | 2013-09-02 | 1 | -5/+5 |
* | Test for empty .clang-format file. | Alexander Kornienko | 2013-09-02 | 1 | -0/+4 |
* | [analyzer] Add very limited support for temporary destructors | Pavel Labath | 2013-09-02 | 2 | -8/+113 |
* | Switch the default mode for clang-format to '-file'. Make 'LLVM' the | Chandler Carruth | 2013-09-02 | 1 | -5/+2 |
* | Improving objc_ownership attribute test coverage. | Aaron Ballman | 2013-09-01 | 1 | -0/+6 |
* | The diagnostic err_init_conversion_failed uses the enum | Richard Trieu | 2013-08-31 | 1 | -0/+45 |
* | Consolidating the notion of a GNU attribute parameter with the attribute argu... | Aaron Ballman | 2013-08-31 | 5 | -4/+17 |
* | ObjectiveC migrator: If we find a method that returns a C pointer | Fariborz Jahanian | 2013-08-30 | 2 | -0/+198 |
* | Consumed analysis: add 'consumable' class attribute. | DeLesley Hutchins | 2013-08-30 | 3 | -16/+24 |
* | [analyzer] Treat the rvalue of a forward-declared struct as Unknown. | Jordan Rose | 2013-08-30 | 1 | -1/+9 |
* | ObjectiveC migrator: infer NS_ENUM even when user | Fariborz Jahanian | 2013-08-30 | 2 | -1/+37 |
* | Add support for -march=slm, aka Intel Atom Silvermont. | Benjamin Kramer | 2013-08-30 | 1 | -0/+36 |
* | clang-cl: Pass -incremental:no to linker when using ASan | Hans Wennborg | 2013-08-30 | 1 | -0/+1 |
* | Revert r189649 because it was breaking sanitizer bots. | Yunzhong Gao | 2013-08-30 | 4 | -42/+1 |
* | Sema: avoid reuse of Exprs when synthesizing operator= | Pavel Labath | 2013-08-30 | 1 | -1/+46 |
* | Fixing a bug where debug info for a local variable gets emitted at file scope. | Yunzhong Gao | 2013-08-30 | 4 | -1/+42 |
* | Mention in AST dump whether a class declaration is a definition. | Richard Smith | 2013-08-30 | 1 | -1/+1 |
* | Don't eagerly load all conversion operators when loading a class declaration | Richard Smith | 2013-08-30 | 1 | -4/+11 |
* | Add ms_abi and sysv_abi attribute handling. | Charles Davis | 2013-08-30 | 4 | -0/+52 |
* | Pass the special backend option to this test for now to get it passing | Eric Christopher | 2013-08-30 | 1 | -3/+2 |
* | Map from local decl IDs to global decl IDs when lazily deserializing friend d... | Richard Smith | 2013-08-30 | 4 | -0/+21 |
* | ObjectiveC migrator: User of hexadecimal enumerator | Fariborz Jahanian | 2013-08-30 | 2 | -4/+34 |
* | Be lazier when loading KeyFunctions from PCH/modules. We don't need to load | Richard Smith | 2013-08-29 | 1 | -6/+13 |
* | Adjust clang for change to APFloat::toString. | Eli Friedman | 2013-08-29 | 4 | -9/+9 |
* | Debug Info: generate a unique identifier for C++ struct, class, union, and enum. | Manman Ren | 2013-08-29 | 14 | -59/+68 |
* | Consumed analysis: track function parameters. | DeLesley Hutchins | 2013-08-29 | 2 | -0/+16 |
* | Consumed analysis: non-const methods no longer transfer an object into an | DeLesley Hutchins | 2013-08-29 | 2 | -10/+7 |
* | Debug Info: this reverts commit r189600. | Manman Ren | 2013-08-29 | 14 | -68/+59 |
* | Debug Info: generate a unique identifier for C++ struct, class, union, and enum. | Manman Ren | 2013-08-29 | 14 | -59/+68 |
* | Consumed analysis: improve handling of conditionals. | DeLesley Hutchins | 2013-08-29 | 2 | -49/+270 |
* | clang/test/Frontend/rewrite-includes.c: Tweak expressions for r'\\', not r'\'... | NAKAMURA Takumi | 2013-08-29 | 1 | -14/+14 |
* | [analyzer] Fix handling of "empty" structs with base classes | Pavel Labath | 2013-08-29 | 1 | -0/+23 |
* | [tests] Use 'printf' instead of 'echo -e', which is not part of BSD echo. | Daniel Dunbar | 2013-08-29 | 2 | -2/+2 |
* | Properly escape filenames in line directives. | Eli Friedman | 2013-08-29 | 1 | -0/+3 |
* | use the last passed -munaligned-access / -mno-unaligned-access | Renato Golin | 2013-08-28 | 1 | -0/+16 |
* | Sema: Subst type default template args earlier | David Majnemer | 2013-08-28 | 4 | -8/+83 |
* | ObjectiveC migrator. This patch infers readonly properties for no-parameter | Fariborz Jahanian | 2013-08-28 | 2 | -4/+14 |
* | Add missing definitions to unwind.h. | Peter Collingbourne | 2013-08-28 | 1 | -0/+1 |