2014-01-10 |
Richard Trieu | Make the tautological out of range warning use Sema... |
commit | commitdiff | tree | snapshot |
2014-01-10 |
Jakob Stoklund... | Give the linker the right ELF type for SPARC targets. |
commit | commitdiff | tree | snapshot |
2014-01-10 |
Jakob Stoklund... | Pass -32/-64 to the assembler when building for sparc... |
commit | commitdiff | tree | snapshot |
2014-01-10 |
Warren Hunt | [ms-abi] Handle __declspec(align) on bitfields "properly" |
commit | commitdiff | tree | snapshot |
2014-01-10 |
NAKAMURA Takumi | CGRecordLayoutBuilder.cpp: Clarify if-else. [-Wdangling... |
commit | commitdiff | tree | snapshot |
2014-01-10 |
Fariborz Jahanian | ObjectiveC. 1) Warn when @dynamic (as well as synthesize) |
commit | commitdiff | tree | snapshot |
2014-01-10 |
Richard Smith | Reapply r198845, reverted in r198849, with a fix to... |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Warren Hunt | [ms-abi] Fixing CGRecordLayoutBuilder w.r.t. MS NonViru... |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Aaron Ballman | Updating documentation for the __has_attribute changes... |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Aaron Ballman | __has_attribute now understands target-specific attribu... |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Aaron Ballman | Removing the notion of TargetAttributesSema and replaci... |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Alp Toker | Fix ast-dump-color.cpp test following r198883 |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Rafael Espindola | Use getPointerSizeInBits. |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Ben Langmuir | Preserve -fretain-comments-from-system-headers in modules |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Ted Kremenek | Have attribute 'objc_precise_lifetime' suppress -Wunused. |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Aaron Ballman | Attempting to appease the build bots on systems with... |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Alp Toker | Revert "Disable LeakSanitizer in TableGen binaries... |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Aaron Ballman | Removing a bit of custom parsing functionality used... |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Daniel Jasper | clang-format: Add @s when breaking NSString literals. |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Daniel Jasper | clang-format: Understand #pragma mark |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Daniel Jasper | clang-format: Some tweaks to braces list formatting: |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Pekka Jaaskelainen | The OpenCL specification states that images are allocated |
commit | commitdiff | tree | snapshot |
2014-01-09 |
NAKAMURA Takumi | check-clang: Add dependencies to PrintFunctionNames... |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Kostya Serebryany | Disable LeakSanitizer in TableGen binaries, see PR18325 |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Kostya Serebryany | Fix leak in lib/CodeGen/CGException.cpp, PR18318 |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Argyrios Kyrtzidis | In areVectorOperandsLaxBitCastable() allow bitcast... |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Argyrios Kyrtzidis | Revert "PR18427: Use an appropriately-aligned buffer... |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Richard Smith | PR18427: Use an appropriately-aligned buffer in APValue... |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Chandler Carruth | Update Clang's CFGBlock interface to conform to the... |
commit | commitdiff | tree | snapshot |
2014-01-09 |
David Blaikie | Fix the clang -Werror build after r198818 |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Richard Smith | PR18401: Fix assert by implementing the current propose... |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Warren Hunt | [ms-abi] Fixed failing lit test. |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Alp Toker | Add a test for Static Analyzer checker plugins |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Warren Hunt | [ms-abi] Refactor Microsoft Record Layout |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Rafael Espindola | Used the DataLayout methods instead of the Module methods. |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Alp Toker | Implement isCXX11FinalKeyword() in terms of isCXX11Virt... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Aaron Ballman | Attempting a fix the build bots should be happier with... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Aaron Ballman | Silencing an MSVC warning about control reaching the... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Alp Toker | Ensure that ENABLE_SHARED is substituted for use in... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Argyrios Kyrtzidis | [Serialization] In ASTReader::getInputFile record it... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Jordan Rose | [analyzer] Warn about double-delete in C++ at the secon... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Benjamin Kramer | clang-format: Don't hang forever when encountering... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Daniel Jasper | clang-format: Fix spacing in Cpp11 braced lists: |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Aaron Ballman | Treating the RegParmAttr as a TypeAttr because that... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Alp Toker | Define ENABLE_CLANG_EXAMPLES instead of relying on... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Alp Toker | Prospective build fix for the Makefile system |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Alp Toker | Build fix following r198747 |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Rafael Espindola | Use -std=gnu89 in tools/c-index-test/CMakeLists.txt |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Alp Toker | Add tests for clang plugins |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Jiangning Liu | For AArch64, support builtin neon vector type with... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Richard Smith | RP18408: If a member template is used as a template... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Richard Smith | PR18400: ignore cv-qualifiers on the underlying type... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Quentin Colombet | [Driver] Fix a typo in the setting of the arch name... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Richard Smith | PR18234: Mark a tag definition as invalid early if... |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Adrian Prantl | Re-applying r198699 after reverting r198461. |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Adrian Prantl | Revert "Debug info: Ensure that the last stop point... |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Adrian Prantl | Revert "Debug info: Implement a cleaner version of... |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Jordan Rose | [analyzer] Files with .c extensions are still C++ files... |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Jordan Rose | [analyzer] Pointers escape into +[NSValue valueWithPoin... |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Jordan Rose | [analyzer] Remove unused ARCNotOwnedSymbol retain count... |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Aaron Ballman | Updating the documentation about how to add attributes... |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Nico Weber | [cmake] Write Version.inc at cmake time, not at build... |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Adrian Prantl | Debug info: Implement a cleaner version of r198461... |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Nico Weber | Shorten the output of `clang-format --version`, include... |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Rafael Espindola | Remove unused include. |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Chandler Carruth | Update Clang for the move of headers in r198688. |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Chandler Carruth | Sort all the #include lines with LLVM's utils/sort_incl... |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Argyrios Kyrtzidis | For areVectorOperandsLaxBitCastable(), only return... |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Chandler Carruth | Fix a -Wparentheses warning from GCC that caught a... |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Justin Bogner | CodeGen: Include llvm/Config/config.h for strtoll on... |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Alp Toker | Fix 'unkown' typo in test -target from r198321 |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Adrian Prantl | update comment. |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Alp Toker | Bring back magic constants in the digraph diagnostic |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Adrian Prantl | Implement a new -fstandalone-debug option. rdar://probl... |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Fariborz Jahanian | ObjectiveC. Computation of offsets when doing @encode... |
commit | commitdiff | tree | snapshot |
2014-01-07 |
NAKAMURA Takumi | clang/test/CodeGenCXX/instr-profile.cpp: Appease -Asserts. |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Justin Bogner | CodeGen: Sentences end with a period |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Ted Kremenek | Properly sort CMake list. NFC. |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Justin Bogner | CodeGen: Initial instrumentation based PGO implementation |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Justin Bogner | Driver: Accept -fprofile-instr-use and -fprofile-instr... |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Alp Toker | Prospective MSVC 2010 build fix |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Alp Toker | Correct underlying integer type of enum TokenKind |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Alp Toker | Simplify diagnostic tag type using the token kind formatter |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Alp Toker | Don't use magic constants in the digraph diagnostic |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Alp Toker | Support diagnostic formatting of keyword tokens |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Alp Toker | Rename getTokenSimpleSpelling() to getPunctuatorSpelling() |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Alp Toker | Highlight the previous underlying enum type when diagno... |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Alp Toker | Diagnose enum redeclarations properly |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Alp Toker | Use token kind instead of '%select{.|->}0' in diagnostic |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Alp Toker | Apply some LLVM_READONLY / LLVM_READNONE on diagnostic... |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Joey Gouly | [OpenCL] Produce an error if an address space is used... |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Aaron Ballman | This helper method isn't needed, and it's unsafe for... |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Daniel Jasper | clang-format: Spacing inside enum braces. |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Daniel Jasper | clang-format: Allow formatting short enums on a single... |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Alp Toker | Fix 'declartion' typos |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Alp Toker | Pre-declare '::type_info' in MicrosoftMode only, not... |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Alp Toker | Tweak the parse recovery in r198540 |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Alp Toker | Fix bungled parse recovery in K&R function declarations |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Alp Toker | Parse: Token consumption modernization and loop de... |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Alp Toker | Revert "ToolingTest.cpp: Fix r158592, runToolOnCode... |
commit | commitdiff | tree | snapshot |
next |