llvm-project/clang/lib
David Majnemer 67e541e1c8 Attr: Remove ForceInline
The __forceinline keyword's semantics are now recast as AlwaysInline and
the kw___forceinline token has its language mode set for KEYMS.

This preserves the semantics of the previous implementation but with
less duplication of code.

llvm-svn: 202131
2014-02-25 09:53:29 +00:00
..
ARCMigrate Update for llvm api change. 2014-02-24 18:20:21 +00:00
AST AST: Small code cleanup 2014-02-24 23:43:27 +00:00
ASTMatchers [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce CLANG_TABLEGEN_TARGETS. 2014-02-21 07:59:59 +00:00
Analysis [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce CLANG_TABLEGEN_TARGETS. 2014-02-21 07:59:59 +00:00
Basic Allow multi-component paths in VFS file nodes 2014-02-25 04:34:14 +00:00
CodeGen Attr: Remove ForceInline 2014-02-25 09:53:29 +00:00
Driver Fix typos 2014-02-25 04:21:44 +00:00
Edit [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce CLANG_TABLEGEN_TARGETS. 2014-02-21 07:59:59 +00:00
Format [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce CLANG_TABLEGEN_TARGETS. 2014-02-21 07:59:59 +00:00
Frontend If preprocessing results in a token with leading whitespace that was expanded 2014-02-24 20:50:36 +00:00
FrontendTool [CMake] Resurrect mis-dropped dependency to ClangDriverOptions since r201842. 2014-02-23 13:44:09 +00:00
Headers [_mm_prefetch] Returning previously deleted comment. 2014-02-22 00:47:24 +00:00
Index [Index] Make the USRs more stable. 2014-02-23 18:23:29 +00:00
Lex If the first token in a macro that appears at the start of a line expands to 2014-02-24 20:45:00 +00:00
Parse Fix crash when both ExpectAndConsume and ConsumeAnyToken emit diagnostics 2014-02-23 03:45:03 +00:00
Rewrite Update for llvm api change. 2014-02-24 18:20:21 +00:00
Sema Attr: Remove ForceInline 2014-02-25 09:53:29 +00:00
Serialization Update for llvm api change. 2014-02-24 18:20:21 +00:00
StaticAnalyzer Update for llvm api change. 2014-02-24 18:20:21 +00:00
Tooling [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce CLANG_TABLEGEN_TARGETS. 2014-02-21 07:59:59 +00:00
CMakeLists.txt Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00
Makefile Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00