-
I am trying to use clang AST matcher to parse comments from input source code but the comments inside ASTContext still remains empty. Here is a simple example of my input code.
```C
// input.c
int …
-
### Prerequisites
* [x] Put an X between the brackets on this line if you have done all of the following:
* Reproduced the problem in Safe Mode: http://flight-manual.atom.io/hacking-atom/secti…
-
Tracking issue for declarative macros 2.0 (aka `macro` aka decl_macro aka macros-by-example).
RFC: https://github.com/rust-lang/rfcs/blob/master/text/1584-macros.md
RFC PR: https://github.com/ru…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR39522](https://bugs.llvm.org/show_bug.cgi?id=39522) |
| Status | NEW |
| Importance | P enhancemen…
-
extract tutorial code from https://www.dartlang.org/tutorials/dart-vm/httpserver
run dart note_server.dart
add build_runner: andbuild_web_compilers: to dependencies
pub install
pub upgrade
`…
-
While `IA2_ADDR` is successfully added when a function pointer is used in an `if` or as part of a conditional expression (e.x. `f && true`), it's not when used in the conditional expression of a `?` t…
-
When lowering code we have line-number provenance, but I want expression-provenance too.
I'd love it if
```julia
ex = quote
if Sys.islinux()
f() = 1; g() = 2
else
g() = …
-
| | |
|--------------------|----|
| Bugzilla Link | [PR37902](https://bugs.llvm.org/show_bug.cgi?id=37902) |
| Status | NEW |
| Importance | P normal |
|…
-
| | |
| --- | --- |
| Bugzilla Link | [15095](https://llvm.org/bz15095) |
| Version | trunk |
| OS | Linux |
| Attachments | [Proposed patch to resolve reported issue.](https://user-images.githubuse…
-
This is blocked on #128 (new parser) because tree positions are based on what the tree looks like.
we use `changeGroups` right now to show what part of a tree has changed
@tkosan:
> tree pos…