llvm-capstone/clang/lib
Kaelyn Takata c49838b331 Revert a change from r222797 that is no longer needed and can cause
infinite recursion.

Also guard against said infinite recursion by adding an assert that will
trigger if CorrectDelayedTyposInExpr is called before a previous call to
CorrectDelayedTyposInExpr returns (i.e. if the TreeTransform run by
CorrectDelayedTyposInExpr calls a sequence of methods that
end up calling CorrectDelayedTyposInExpr, as the new test case had done
prior to this commit). Fixes PR22292.

llvm-svn: 227368
2015-01-28 21:10:46 +00:00
..
Analysis [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.py 2015-01-14 11:29:14 +00:00
ARCMigrate Fix layering violation: include/clang/Basic/PlistSupport.h should not include 2015-01-28 20:14:54 +00:00
AST Remove support for pnaclcall attribute 2015-01-28 20:24:52 +00:00
ASTMatchers Add voidType() matcher. 2014-12-15 15:09:22 +00:00
Basic Remove support for pnaclcall attribute 2015-01-28 20:24:52 +00:00
CodeGen Remove support for pnaclcall attribute 2015-01-28 20:24:52 +00:00
Driver Fix part of r227215. PS4 code just omits leaf frame pointers. 2015-01-27 18:08:32 +00:00
Edit
Format clang-format: Fix another crasher caused by incomplete macro code. 2015-01-23 19:37:25 +00:00
Frontend Process the -fno-signed-zeros optimization flag (PR20870) 2015-01-23 16:40:50 +00:00
FrontendTool
Headers Intrin.h: define _XCR_XFEATURE_ENABLED_MASK 2015-01-27 23:34:35 +00:00
Index [libclang] Use same USR encoding for 'char' regardless of what the target considers the sign to be. 2014-12-08 09:09:05 +00:00
Lex Inherit attributes when infering a framework module 2015-01-13 17:47:44 +00:00
Parse Enable pragma comment processing for PS4. Original patch by Yunzhong Gao! 2015-01-28 18:26:15 +00:00
Rewrite
Sema Revert a change from r222797 that is no longer needed and can cause 2015-01-28 21:10:46 +00:00
Serialization [modules] Sometimes we can deserialize a class member but not have yet 2015-01-24 01:07:20 +00:00
StaticAnalyzer Fix layering violation: include/clang/Basic/PlistSupport.h should not include 2015-01-28 20:14:54 +00:00
Tooling Adopt new cl::HideUnrelatedOptions API added r226729. 2015-01-21 23:26:11 +00:00
CMakeLists.txt
Makefile