This website requires JavaScript.
Explore
Help
Sign In
intel
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/intel/llvm.git
synced
2026-01-26 21:53:12 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
002a2cb207c00e34f5fe48540eeda2dcc0d4d05f
llvm
/
clang
/
lib
History
Douglas Gregor
a60a6914cc
Tweak the new ResolveOverloadedCallFn to just return a FunctionDecl. It makes ActOnCallExpr simpler
...
llvm-svn: 60094
2008-11-26 06:01:48 +00:00
..
Analysis
remove unused var
2008-11-25 12:23:46 +00:00
AST
remove debug-only assertion in the complex float evaluator as it makes some real apps crash
2008-11-26 00:39:53 +00:00
Basic
Rename Selector::getName() to Selector::getAsString(), and add
2008-11-24 03:33:13 +00:00
CodeGen
Handle returning complex types that get coerced. Fixes PR3131
2008-11-25 22:21:48 +00:00
Driver
remove a dead enum
2008-11-22 20:47:38 +00:00
Headers
…
Lex
Comment fix.
2008-11-25 00:20:22 +00:00
Parse
Only call TryAnnotateScopeToken when parsing C++.
2008-11-25 23:05:24 +00:00
Rewrite
…
Sema
Tweak the new ResolveOverloadedCallFn to just return a FunctionDecl. It makes ActOnCallExpr simpler
2008-11-26 06:01:48 +00:00
CMakeLists.txt
…
Makefile
…