This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
llvm-project
Watch
0
Star
0
Fork
0
You've already forked llvm-project
mirror of
https://github.com/llvm/llvm-project.git
synced
2025-05-16 11:26:09 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
lib
/
TableGen
History
Eugene Zelenko
33d7b762d0
Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes.
...
Differential revision:
https://reviews.llvm.org/D23789
llvm-svn: 279535
2016-08-23 17:14:32 +00:00
..
CMakeLists.txt
…
Error.cpp
…
LLVMBuild.txt
…
Main.cpp
[TableGen] Include header for each cpp file first. NFC
2015-05-26 06:48:46 +00:00
Record.cpp
Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes.
2016-08-23 17:14:32 +00:00
SetTheory.cpp
[TableGen] Merge the SuperClass Record and SMRange vector into a single vector. This removes the state needed to manage the extra vector thus reducing the size of the Record class. NFC
2016-01-18 19:52:37 +00:00
StringMatcher.cpp
…
TableGenBackend.cpp
[TableGen] Fix line wrapping logic for the autogenerated header to use math that makes more sense (at least to me).
2015-05-26 08:07:56 +00:00
TGLexer.cpp
Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes.
2016-08-23 17:14:32 +00:00
TGLexer.h
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
2015-06-23 09:49:53 +00:00
TGParser.cpp
Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes.
2016-08-23 17:14:32 +00:00
TGParser.h
[TableGen] Change TGParser::SetValue to take an ArrayRef instead of std::vector reference. Use None in many places where a default constructed vector was being passed. NFC
2016-01-04 03:15:08 +00:00