[PATCH] D37035: Implement __builtin_LINE() et. al. to support source location capture.
    Eric Fiselier via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Wed Sep 13 20:40:49 PDT 2017
    
    
  
EricWF added inline comments.
================
Comment at: test/SemaCXX/loc2.cpp:1
+// RUN: %clang_cc1 -std=c++1z -fcxx-exceptions -fexceptions -verify %s
+// expected-no-diagnostics
----------------
Didn't mean to include this file.
================
Comment at: test/SemaCXX/test.cpp:1
+struct SL {
+  static constexpr SL current(
----------------
Didn't mean to include this file either.
https://reviews.llvm.org/D37035
    
    
More information about the cfe-commits
mailing list