This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
clang
/
lib
/
Rewrite
/
Frontend
History
Fariborz Jahanian
db3a5dcc60
Objective-C rewriter. Use _WIN64 instead of __LLP64__
...
to conditinalize on 64bit length in a generated meta-data. // rdar://16489050 llvm-svn: 206402
2014-04-16 17:03:06 +00:00
..
CMakeLists.txt
[CMake] Use LINK_LIBS instead of target_link_libraries().
2014-02-26 06:41:29 +00:00
FixItRewriter.cpp
[C++11] Add 'override' keyword to virtual methods that override their base class.
2014-03-15 04:29:04 +00:00
FrontendActions.cpp
[C++11] Add 'override' keyword to virtual methods that override their base class.
2014-03-15 04:29:04 +00:00
HTMLPrint.cpp
[C++11] Add 'override' keyword to virtual methods that override their base class.
2014-03-15 04:29:04 +00:00
InclusionRewriter.cpp
[C++11] Add 'override' keyword to virtual methods that override their base class.
2014-03-15 04:29:04 +00:00
Makefile
…
RewriteMacros.cpp
[C++11] Replace OwningPtr include with <memory>.
2014-03-09 11:36:40 +00:00
RewriteModernObjC.cpp
Objective-C rewriter. Use _WIN64 instead of __LLP64__
2014-04-16 17:03:06 +00:00
RewriteObjC.cpp
[C++11] Replacing FunctionProtoType iterators param_type_begin() and param_type_end() with iterator_range param_types(). Updating all of the usages of the iterators with range-based for loops.
2014-03-17 15:23:01 +00:00
RewriteTest.cpp
…