Go to file
Erich Keane 5b767760e9 Update Append Argument to more efficiently traverse tokens
This function was previously making (correct) assumptions
without complete knowledge of MacroArgs guarantees for
Arguments.  After going through Macro Args a bunch, I'd
corrected the getNumArguments (and changed its name), 
however didn't realize this was depending on the behavior.

This patch has version that depends on the corrected 
getNumMacroArguments's behavior, with the rest checked against
my knowledge of the MacroArgs' token list.  Commiting no-wait
since the test is broken.

llvm-svn: 305434
2017-06-15 00:27:23 +00:00
clang Handle -ast-dump-all when passed as the only option. 2017-06-15 00:00:08 +00:00
clang-tools-extra Update Append Argument to more efficiently traverse tokens 2017-06-15 00:27:23 +00:00
compiler-rt [asan] Return allow_user_segv_handler=0 to fix compatibility issues. 2017-06-15 00:19:13 +00:00
debuginfo-tests Add a test for PR33166. 2017-05-25 19:33:16 +00:00
libclc generic: add missing get_work_dim include 2017-06-02 15:58:35 +00:00
libcxx [locale] Avoid copy of __atoms when char_type is char 2017-06-14 23:17:45 +00:00
libcxxabi Set a default value for LIBCXXABI_LIBDIR_SUFFIX, fixes installing into lib64 after r304374 2017-06-13 08:16:44 +00:00
libunwind [libunwind] Fix executable stack directive on Linux. 2017-05-16 20:18:57 +00:00
lld Inline a small function. NFC. 2017-06-14 23:37:37 +00:00
lldb [testsuite] xfailed two tests that depend on NSString conforming to NSCopying. 2017-06-14 23:01:43 +00:00
llgo irgen: Create functions instead of global variables for builtin hash and equal algorithms. 2017-06-04 22:11:28 +00:00
llvm Removal of accidental duplication in test assembly file. NFC. 2017-06-14 23:55:39 +00:00
openmp Replace platform macro with KMP_MIC_SUPPORTED 2017-06-13 17:17:26 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly Don't check side effects for functions outside of SCoP 2017-06-14 22:43:28 +00:00