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
cc371201c3e1d1d76093b5894de202ec6fa1880f
clang-p2996
/
clang
/
utils
/
TableGen
History
David Majnemer
f7e3609f77
Use ranges to concisely express iteration
...
No functional change is intended, this should just clean things up a little. llvm-svn: 273522
2016-06-23 00:15:04 +00:00
..
ClangASTNodesEmitter.cpp
…
ClangAttrEmitter.cpp
Use ranges to concisely express iteration
2016-06-23 00:15:04 +00:00
ClangCommentCommandInfoEmitter.cpp
Fix Clang-tidy modernize-use-nullptr warnings in headers and generated files; other minor cleanups.
2015-09-29 20:56:43 +00:00
ClangCommentHTMLNamedCharacterReferenceEmitter.cpp
…
ClangCommentHTMLTagsEmitter.cpp
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
2015-05-29 19:42:19 +00:00
ClangDiagnosticsEmitter.cpp
[TableGen] Merge the SuperClass Record and SMRange vector a single vector. This removes the state needed to manage the extract vector. NFC
2016-01-18 19:52:54 +00:00
ClangSACheckersEmitter.cpp
…
CMakeLists.txt
…
NeonEmitter.cpp
Apply clang-tidy's misc-move-constructor-init throughout Clang.
2016-05-27 14:27:13 +00:00
TableGen.cpp
Update to match LLVM r272232.
2016-06-09 00:53:41 +00:00
TableGenBackends.h
…