Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prune include of DataLayout.h from include/clang/Basic/TargetInfo.h. NFC | Bjorn Pettersson | 2019-10-21 | 1 | -0/+1 |
* | Fix memory leak in DeclTest. | Evgeniy Stepanov | 2019-09-25 | 1 | -1/+2 |
* | [Mangle] Add flag to asm labels to disable '\01' prefixing | Vedant Kumar | 2019-09-25 | 1 | -0/+49 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | Revert "Lexer: always allow imaginary constants in GNU mode." | Tim Northover | 2017-08-08 | 1 | -1/+1 |
* | Lexer: always allow imaginary constants in GNU mode. | Tim Northover | 2017-08-08 | 1 | -1/+1 |
* | Replace OwningPtr with std::unique_ptr. | Ahmed Charles | 2014-03-07 | 1 | -1/+1 |
* | ASTTests/DeclTest.cpp: Tweak on msvc target to add "-fno-ms-extensions". | NAKAMURA Takumi | 2013-06-05 | 1 | -0/+1 |
* | __uint128_t is only available on 64 bit platforms, only test it when it's aro... | Benjamin Kramer | 2013-06-03 | 1 | -0/+2 |
* | Fix memory leak for APValues that do memory allocation. | Manuel Klimek | 2013-06-03 | 1 | -0/+56 |