This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
b4c61f889faee9fa94de9824f5078a45de20af89
clang-p2996
/
llvm
/
lib
/
TableGen
History
Craig Topper
607ac92dcb
Use ArrayRef::slice instead of manually constructing an ArrayRef from ArrayRef iterators. NFC
...
llvm-svn: 237231
2015-05-13 06:57:51 +00:00
..
CMakeLists.txt
Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
2015-02-11 03:28:02 +00:00
Error.cpp
Fix tablegen's PrintFatalError function to run registered file
2015-05-11 22:17:13 +00:00
LLVMBuild.txt
…
Main.cpp
Use range-based for loops. NFC
2014-12-11 07:04:54 +00:00
Makefile
…
module.modulemap
…
Record.cpp
Use ArrayRef::slice instead of manually constructing an ArrayRef from ArrayRef iterators. NFC
2015-05-13 06:57:51 +00:00
SetTheory.cpp
[TableGen] Don't leak Expanders and Operators in SetTheory.
2015-04-24 06:49:44 +00:00
StringMatcher.cpp
…
TableGenBackend.cpp
…
TGLexer.cpp
…
TGLexer.h
Remove empty non-virtual destructors or mark them =default when non-public
2015-04-11 15:32:26 +00:00
TGParser.cpp
[TableGen] Formatting cleanup. Mostly removing trailing whitespace and unnecessary curly braces. NFC
2015-05-04 01:35:39 +00:00
TGParser.h
Replace std::map<K, V*> with std::map<K, std::unique_ptr<V>> to handle ownership and deletion of the values.
2014-12-11 05:25:30 +00:00