llvm-project/clang/lib
Francois Pichet bc6ebb5b76 Allow implicit conversion from function pointer to void* in Microsoft mode.
Necessary to parse MFC code.

llvm-svn: 131076
2011-05-08 22:52:41 +00:00
..
AST Implement a minor optimization by not introducing declarations into 2011-05-06 23:32:38 +00:00
Analysis Silence more -Wnon-pod-memset given its current implementation. I may be 2011-04-28 08:19:45 +00:00
Basic Introduce a Diagnostic::Report function that accepts and emits a StoredDiagnostic. 2011-05-05 07:54:59 +00:00
CodeGen Move code to emit the callee of an CXXOperatorCallExpr out into a separate function in CGClass.cpp 2011-05-08 20:32:23 +00:00
Driver Move logic for passing down -mrelax-all / -relax-all into a common 2011-05-06 14:35:16 +00:00
Frontend Temporary preprocessor hack to get around the Microsoft __identifier(x) extension. 2011-05-07 17:47:38 +00:00
FrontendTool Re-enable disable free optimization where the FrontendAction is not freed when -disable-free is passed. This accidentally was commited in r128011. 2011-04-25 22:57:55 +00:00
Headers PR9866: Fix the implementation of _mm_loadl_pd and _mm_loadh_pd to not make 2011-05-07 18:59:31 +00:00
Index Modify some deleted function methods to better reflect reality: 2011-05-06 20:44:56 +00:00
Lex Introduce a new libclang parsing flag, 2011-05-06 16:33:08 +00:00
Parse Don't fail at parsing __declspec(property(get=get_func_name)). Just skip everything inside property() for now while we wait for the BoostPro people to provide a complete patch. 2011-05-07 19:04:49 +00:00
Rewrite Replace a literal 8 with Context->getCharWidth() in 2011-04-30 16:08:27 +00:00
Sema Allow implicit conversion from function pointer to void* in Microsoft mode. 2011-05-08 22:52:41 +00:00
Serialization Keep track of the file ID corresponding to the original file used to 2011-05-06 21:43:30 +00:00
StaticAnalyzer Modify some deleted function methods to better reflect reality: 2011-05-06 20:44:56 +00:00
Tooling Remove noisy semicolons. 2011-04-30 19:55:55 +00:00
CMakeLists.txt Adds a function to run FrontendActions over in-memory code. This is 2011-04-21 18:37:41 +00:00
Makefile Add lib/Tooling to the Makefile build. 2011-04-30 03:09:18 +00:00